> For the complete documentation index, see [llms.txt](https://niiroow.gitbook.io/abaddon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://niiroow.gitbook.io/abaddon/changelogs.md).

# Changelogs

## 1.0.0 - 2020-02-27

### Official release

* Initial release of Abaddon.

## 1.2.0 2020-07-08

### Added

* Added documentation.

## 1.3.0 2020-10-10

### Added

* boost command.
* badge command.
* coub command.
* phub command.
* ask command.
* channelinfo command.
* permissions command.
* quote command.
* snipe command.
* votelead command.
* multiple fun commands.
* config command (configure welcome and goodbye message).
* disable command (disable a command or a group of commands).
* enable command (enabled a disabled command or group of commands).
* group command (display the status of command groups).
* the possibility to use spotify links in the "playlist" & "myplaylist" commands.
* the possibility to put an image in the embed command.
* the documentation link in each embed title of the help command.
* more security in moderation commands.
* the possibility to have XP Boost in the new experience system.
* the possibility to fetch a "random" member (on commands that require a member).
* the argument "All" for the logs command.
* prefix "aba" (e.g.: aba hug NiiRo).
* perks by voting on top.gg :
  * 2000 coins to your bank account (an account is required use "!register" to open one).
  * 12 hours of xp boost.

### Fixed

* ytmp3 command (did not work with some videos).
* dlnp command (did not work with some videos).
* nuke command (forgot some permissions if they were different from the category)
* bulk delete logs (the link to see the deleted messages was not generated).
* help command (displayed "multiple commands found" when you do !help info or !help xp).
* emojilist command
* some bugs in the "playlist" & "myplaylist" commands.
* some bugs with the music system.
* many little bugs.

### Reworked

* experience system (totally reworked and added xp boost).
* ip command (more infos, new API).
* mute command (anti perms-bypass BETA).
* logs command (easier and faster to use).
* error command (errors are now sent to a support server's channel).
* suggestion command (suggestions are now sent to a support server's channel).
* love command (new design, you can now pass 2 usernames).
* all experience commands (adapted to the new xp system).
* rank card (redesigned).

### Improved

* clear command.
* image commands.
* userinfo command.
* hosting performances.
* structure.
* message handling.
* music system.
* many codes.

### Changed

* max volume to 100 instead 120.
* bank system (the bank is now the same on all servers).
* bin for bulk delete logs (hastebin to sourcebin).

### Removed

* translate command.
* coinslead command.

## 1.3.1 - 2020-10-26

### Added

* nospam command (disable the vote confirmation message).
* plsspam command (enable the vote confirmation message)
* argument "all" to the "remove" command to clear the queue

### Fixed

* Music (skipped the whole queue if a song was not available).
* remove command (removed the wrong song).
* config command (disabled image by default).

## 1.3.2 - 2020-11-02

### Added

* ayoutube command (YouTube stream/video upload announcement).

### Fixed

* quote (did not recognize discord web app links)

### Improved

* play / playlist command (better link parsing)

## 1.3.3 - 2020-11-10

### Fixed

* play / playlist (bug with spotify links)

## 1.3.4 - 2020-11-21

### Added

* giveaway commands (gcreate, gdelete, gedit, greroll, gstart, gstop).
* move command (Change the position of a song in the queue).
* unban logs (into ban logs).
* unban command.
* translate command.
* banlist command.
* membercount command and system.
* documentation command.
* support command.

### Improved

* play command :
  * Added local file, http song link and twitch support (e.g: mp3/4 file, webradio etc..).
  * Reading spotify links faster.
* Twitch announce system (Edit the embed message instead of sending another one when the stream title changes).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://niiroow.gitbook.io/abaddon/changelogs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
