# Changelog

## The change log is catching up again...

In early 2019, we decided to move our changelogs to the `!news` command. After reconsideration, we have decided to move all of our update news back to the documentation site. Due to the large difference in formatting and layouts between the two mediums, this may take us a while to complete the move. The news on this page is likely out-of-date. ServerMate is currently on version `1.5.2`.

## 1.0

### Added

* `!remind` command, allowing users to easily enable bump reminders
* The user who bumped is now shown in the footer of every bump message
* Server settings
  * Edit bump channell
  * Edit bump message
  * Edit HEX bump colour
  * Edit bump stats
  * Edit prefix
  * Mark server as NSFW
  * Toggle delete invoking command
* User settings
  * View premium level
  * Toggle bump reminders
* Server leveling
  * Level badge displayed in bump stats
  * `!level` command, to check a server's level
* Server banners
* Verified servers

### Changed

* Bump permission requirements
* A number of bug fixes

## 0.11

### Added

* Bump reminders
* Created a global-bump log in our [support server](https://discord.gg/g3c5uRh)
* A number of new command aliases (eg. !?, !b)
* `!preview` command, to see what your bump will look like
* [ServerMate Beta](https://dlnbots.github.io/servermate/beta) is now public
* Bump bar colour changer
* Server region has been added to your server statistics

### Changed

* No longer bumping in 100% of other servers
* Better bump embed layout
* Global chat message formatting change
* Bump member listing requirement changed to 15
* Servers can now be bumped in up to 200 servers per-bump
* Function optimisation

## 0.10

### Added

* Server Stats, each bump message will have the member count displayed (If the server has less than 10 users the count will not be shown)
* Server Icon displayed in bump message
* Automated banner detection in bump messages
* New shard, we will now have a total of 4
* Memey commands (Popular Suggestion)
* Error codes for easy understanding of issue
* `!news` logs recent bot updates and other things from the dev
* Join + Leave messages (Will not be available due to hosting)

### Changed

* Broken emoji (`undefined`) fix due to sharding
* Suggestions command fix, allowing you to suggest from other servers

### **Removed**

* Removal of "botprefix" command/prompt
* Introduced animals into the world, we believe they're going to be a neat addition.
* Global Chat (Only temporary until we get a new host)
* Config Disabled (Only temporary until we get a new host)

## 0.9

### Added

* Premium Features:
  * Server tags
  * Bump every 5 mins
* Customisable `#bump` channel
* Join + Leave messages >> Next update
* HEX Colour selector for embed bar
* Vote to get bump delay of 15 mins instead of 20

### Changed

* `#bump` redesign + faster bumps
* Global Chat redesign
* Config redesign
* Bug fixes

## 0.8

### Added

* Verified Users, you get a tag in serverchat
* Custom named serverchat / global chat channel
* Global bump count

### Changed

* `!prefix` command changes \[It is now `!config prefix newPrefix`]
* Bug fixes

### **Removed**

* Removal of "botprefix" command/prompt
* Introduced animals into the world, we believe they're going to be a neat addition.

```
Start of log
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devlinbots.gitbook.io/servermate/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
