Skip to content

Releases: dfireBird/emourge

v0.3.2

23 Aug 17:18
14261e0
Compare
Choose a tag to compare

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

23 Aug 17:13
Compare
Choose a tag to compare

Change Log:

  • Implement increasing when reaction is added to (cached) message
  • Implement decreasing when reaction is removed to (cached) message

v0.3.0

02 Jan 15:04
Compare
Choose a tag to compare

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

19 Oct 19:26
Compare
Choose a tag to compare

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:

  1. 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.
  2. I will be pushing a migration script to migrate your data from Mongo to Postgres to the master branch later this week.
  3. The bot using MongoDB will be maintained in emourge-mongo branch until end of November.

v0.2.0

04 Sep 08:46
Compare
Choose a tag to compare

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

24 Aug 19:24
Compare
Choose a tag to compare

This is first iteration of stable release of the bot.