All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.1 - 2023-10-17
- Maintenance release
2.0.0 - 2023-10-17
- Switched to using GraphicsMagick/ImageMagick for frozen emote generation
1.5.0 - 2022-06-26
- Maintenance release
1.4.0 - 2021-08-15
- Improved the HTTP API responses
- Made it so that it is no longer possible to add a file of the same name as an existing one (instead, the existing one has to be deleted manually beforehand)
1.3.1 - 2021-07-17
- Bumped the HTTP API version due to the
FileSizeError
that can now occur when adding files
1.3.0 - 2021-07-17
- Optional file size limit when uploading via HTTP API
1.2.0 - 2021-04-02
- Route for deleting all frozen emotes (
DELETE /frozen-emotes
)
1.1.0 - 2021-04-02
- Frozen emote generation support for APNGs
- Initial release