Skip to content

Releases: CarelessInternet/Ticketer

v2.1.1

22 Dec 21:15
6e5cf09
Compare
Choose a tag to compare

Bug Fixes:

  • Getting a JSON array/object should work for both longtext and json column types in MySQL

v2.1.0

22 Dec 21:14
6e5cf09
Compare
Choose a tag to compare

Breaking Changes:

  • /delete is restricted to ticketing managers only

New Features:

  • Suggestion Commands:
    • /suggest: Suggest something
    • /suggest-config users block: Block a user from using suggesting
    • /suggest-config users unblock: Unblocks a user from suggesting
    • /suggest-config suggestions-channel: The channel for suggestions
    • /suggest-config target: The target/amount of reactions to reach before pinning the suggestions
    • /suggest-config reply-embed: To reply with the message hidden or not

v2.0.1

21 Dec 17:13
9649c3e
Compare
Choose a tag to compare

Other Things:

  • Archive the ticket if the ticket author left the thread

v2.0.0

14 Dec 19:15
d436607
Compare
Choose a tag to compare

Breaking Changes:

  • Full rewrite from JavaScript to TypeScript
  • Seperated close archive and close delete to archive and delete
  • Renamed environment variables, can be found in src/environment.d.ts

v1.3.2

04 Nov 13:39
b3dc140
Compare
Choose a tag to compare

Bug Fixes:

  • Client should now delete the 'bot created a thread...' system message in support tickets

v1.3.1

26 Oct 14:59
3a0dd6a
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed handling of an empty channel ID for welcome/goodbye messages

Other:

  • Switched the order of steps in the getting started file.

v1.3.0

25 Oct 17:14
cdb7b05
Compare
Choose a tag to compare

New Features:

  • Added audit-log command, which shows the audit log
  • Added statuses of managers when creating a new ticket to the ticket embed in the support ticket thread channel

Other:

  • Added gif support for whenever displaying the avatar of a user

v1.2.2

24 Oct 15:35
7824ed1
Compare
Choose a tag to compare

Bug Fixes:

  • Changed to use the newly updated thread permissions instead of the old deprecated ones
  • Checking for the subject when doing the close delete command should correctly handle errors now

v1.2.1

23 Oct 20:44
1bd360a
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed a bug where the subject could be null when doing the close delete command and viewing the logs. Now it gets auto set to Not Found if the field could not be found

v1.2.0

22 Oct 21:17
67d47ea
Compare
Choose a tag to compare

New Features:

  • Create a message history of a deleted ticket which gets sent to the logs channel if there is one.

Other:

  • Thumbnails for welcome/goodbye messages should hopefully have support for gif avatars.
  • Updated privacy policy & getting started file