- Major back-end changes
- Moved most non-sensitive values to dynamic configurations module
- Removed references to old variables naming scheme for certain settings
- Essentially, most settings are now capable of being dynamically assigned, instead of fully static
- Complete rework of the wrapper and compose infrastructure to allow dynamic data changes
- New command: `/shaiadmin`
- Admin-only (and approved users/roles) have access
- `/shaiadmin set [setting] [value]`
- Applies a new setting
- Settings must be properly formatted, and invalid ones are rejected
- `/shaiadmin unset [setting]`
- Unsets/resets a setting to default
- `/shaiadmin settings download`
- Offers the current settings file for download. Useful for bulk editing. JSON formatted
- `/shaiadmin settings upload [file].json`
- Allows the uploading of a new settings file
- This file is verified, tested, and processed before being applied
- DD cycle data fetching
- ShaiWatcher will now keep an updated loot table of the unique items in the DD each week
The bot will **only** edit its message if already present, which should reduce message spam
- Added command `/dd_update` to control the update behaviour. stop|resume|start [reason_text]
- Docsite changes
- Added "ADMIN" tags to commands, signifying owner-only commands
- Owner-only commands are now filtered under the "moderator" category
- Added docs for `/dd_update`
- Logging
- Added logging info for more verbose info relating to configuration and installation
performance improvements, stability, and primarily settings-handling improvements.
- Due to the container transition, some settings handling became quietly broken or defunct.