Skip to content

Releases: ChestShop-authors/ChestShopNotifier

ChestShopNotifier 1.3.3

06 Jun 20:54
8d5e75a
Compare
Choose a tag to compare

A lot of changes have happened since the last release so here are just the most important things in this update:

  • Added compatibility to ChestShop 3.12 API
  • Added SQLite support (#28)
  • Ability to view and clear history of other users (based on ChestShop's shop access permissions) and the admin shop by using /csn history <name> [<page>] and /csn clear <name>.
  • Make all messages configurable (#18)
  • Command suggestions/tab completion (#36)
  • Add limit to the database query size for the history and a config option (history.query-limit) for that

Take a look at the individual commits if you want the full details.

If you want to support the continued development then please consider leaving Phoenix616 a tip!

ChestShopNotifier 1.2.1

16 Oct 20:10
Compare
Choose a tag to compare
  • Fix /csn clear removing unread instead of read entries
  • Fix /csn cleandatabase's all option/default remove read only mode being inverted
  • Fix /csn history not working in some cases

ChestShopNotifier 1.2

11 Oct 14:38
Compare
Choose a tag to compare
  • Pagination in history (whith "/csn history ")
  • "/csn clear" removes directly from the database, "/csn history" marks as read and differientiates read entries
  • "/csn cleandatabase" command to remove old entries and config option to perform an autoclean
  • Config option to auto clean database on startup (using the /csn cleandatabase parameters)
  • Make database operations use an asnyc thread
  • Use HikariCP for MySQL connections