Releases: dfireBird/emourge
Releases · dfireBird/emourge
v0.3.2
Change Log:
- Support for counting emojis in threads
- Replaced old permissions with new equivalent permissions
Bug Fix:
init
command returns "Already Initialized", if the guild is not initialized
v0.3.1
Change Log:
- Implement increasing when reaction is added to (cached) message
- Implement decreasing when reaction is removed to (cached) message
v0.3.0
Changelog:
- Migrate from mongodb to postgres
- Migrate from mongoose to typeorm
Note: Migration scripts are available in scripts
directory in the root of repo. Use it to migrate from mongo to postgres.
v0.2.1
Change Log:
- Add
most
command
- Add an inhibitor to restrict all users from invoking commands
Bug Fixes:
- Fix bug where
init
command creates another document
Release Notes:
- This is the last release that will use MongoDB as the database and the bot would be using Postgres as the database from here on after.
- I will be pushing a migration script to migrate your data from Mongo to Postgres to the
master
branch later this week.
- The bot using MongoDB will be maintained in
emourge-mongo
branch until end of November.
v0.2.0
Add:
- Emoji Create Listener
- Emoji Delete Listener
- Emoji Update Listener
Change log:
- Use MongoDB aggregate functions for sorting
- Use MongoDB aggregate functions for limiting
v0.1.0
This is first iteration of stable release of the bot.