Skip to content

Releases: seqre/secubot

v2.1.0

21 Feb 03:23
a25205c
Compare
Choose a tag to compare

What's Changed

  • Added /todo move (#65)
  • Added /todo edit (#66)
  • Made some todo responses ephemeral to reduce spamming (#59)
  • Improved todo and ping documentation
  • Reduced binary size by cleaning up libraries (#61)

Full Changelog: v2.0.0...v2.1.0

v2.0.0

19 Feb 06:13
df222e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v2.0.0

v1.2.4

04 Nov 01:13
d43ac7b
Compare
Choose a tag to compare

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

18 Oct 04:46
e8802b3
Compare
Choose a tag to compare

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

18 Oct 02:38
51bf905
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

18 Oct 01:51
981faa9
Compare
Choose a tag to compare

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

30 Jul 01:25
6641479
Compare
Choose a tag to compare

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

06 Jun 03:47
2a7aea4
Compare
Choose a tag to compare

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

16 May 03:59
d98e179
Compare
Choose a tag to compare

Commands

Ping and Todo.

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