Releases: seqre/secubot
Releases · seqre/secubot
v2.1.0
v2.0.0
v1.2.4
What's Changed
- Fixed removing todos from the incorrect channel
- Removed automatic sorting of todos to reduce confusion
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Improved CI/CD and fixed typo
- Applied numerous clippy suggestions
- Fixed UserID new format
- Removed sanitizing link from default deployment (there are still some bugs)
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Updated dependencies.
- Created automatic workflow for releasing and publishing the newest versions.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Fixed
- Input for
/todo
command is now validated. - Changed CI toolchain to dtolnay/rust-toolchain.
- Numerous clippy suggestions.
- Database query errors are now properly handled.
Added
- Automatic cleaning tracking parameters from URLs (#4).
r2d2
database connection pooling (#2).- Show deleted/(un)completed todo instead of
id
. - New command
/changelog
returning the latest changelog.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Changes
- Command
todo list
now supports printing completed TODOs. - New better GitHub workflow in favor of the old one.
- Added Dependabot config.
- Added notifying of deleted messages.
- Added a periodic reminder of uncompleted TODOs.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Commands
Configuration
- Supports all formats implemented in the config crate (atm of writing: JSON, TOML, YAML, INI, RON, JSON5).
- Divided into a few files for nice categorization of data.
- Supports multiple environments (DEV being the default and anything else you want).
- Apart from fixed files, it supports any configuration files under
config/custom/
path.
Full Changelog: v0.1.0...v1.0.0