Skip to content

Releases: j4asper/KanbanCord

KanbanCord v1.2.3

31 Dec 12:19
0d7d1aa
Compare
Choose a tag to compare

What's Changed

  • Notify user when they have been assigned to a task by @j4asper in #17
  • Enabled Zstd compression

Full Changelog: 1.2.2...1.2.3

KanbanCord v1.2.2

27 Nov 10:42
Compare
Choose a tag to compare

KanbanCord v1.2.1

26 Nov 13:36
Compare
Choose a tag to compare

KanbanCord v1.2.0

25 Nov 22:15
8411cca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

KanbanCord v1.1.1

25 Nov 18:25
Compare
Choose a tag to compare

Fixed issue where task title max length in the add command was 40, but 30 when using the edit command, which would cause the edit modal to throw BadRequest if the title was longer.

Full Changelog: 1.1.0...1.1.1

KanbanCord v1.1.0

21 Nov 20:23
Compare
Choose a tag to compare

What's Changed

  • Bump DSharpPlus and DSharpPlus.Interactivity in /KanbanCord by @dependabot in #4
  • Bump DSharpPlus and DSharpPlus.Commands in /KanbanCord by @dependabot in #6
  • Added docker-compose file by @j4asper in #7
  • 8 update structure of project by @j4asper in #10
  • Added new workflows by @j4asper in #12

New Contributors

Full Changelog: 1.0.5...1.1.0

KanbanCord v1.0.5

05 Nov 17:45
Compare
Choose a tag to compare
  • Added support for comments
  • Added support for priorities
  • Added stats command
  • Raised max length of task title from 30 to 40 characters
  • Lowered task description max length from 4000 to 600 characters
  • Fixed case insensitive autocomplete

KanbanCord v1.0.4

04 Nov 09:50
Compare
Choose a tag to compare

Fix autocomplete search

KanbanCord v1.0.3

03 Nov 17:50
Compare
Choose a tag to compare

Implemented autocompletion for selecting tasks instead of first choosing a column and then an id.

KanbanCord v1.0.2

02 Nov 22:15
Compare
Choose a tag to compare

Added ability to assign tasks to users and view them