Skip to content

Releases: KarlOfDuty/SupportBoi

Release 2.0.1

13 Oct 15:01
Compare
Choose a tag to compare

Changelog

  • Changed the wording of some feedback messages.
  • Fixed bug with summary command when summary is empty.
  • Removed the summary from the status command as it was a bit redundant.
  • Added notifications for the following:
    • Getting assigned to a ticket.
    • Having your ticket closed.
    • When a ticket assigned to you is responded to by the user after them being inactive for a configurable amount of time.
  • Added new config section to turn notifications on and off.
  • Made addstaff and removestaff work without arguments which targets self.
  • Fixed bug where the removestaff command would say it was successful but actually never executing.

Release 2.0.0

21 Sep 23:23
Compare
Choose a tag to compare

Changelog:

  • Added optional Google Sheets integration.
  • Added staff assignment.
  • Added commands
    • List
    • Status
    • Summary
    • assign
    • rassign
    • unassign
    • setsummary
    • toggleactive
    • listassigned
    • listunassigned
    • addstaff
    • removestaff
  • Improved functions of existing commands
  • Improved transcript system, it can now send transcripts of closed tickets, and it also sends transcripts as direct messages for privacy.
  • Set up a Jenkins build server which automatically creates binaries for all commits.
  • Application has been centralised to a single binary.
  • Fixed various bugs from previous release.

Make sure you generate a new config, also please check the new guide in the readme for up to date info. The database structure has also changed, check this function for the new table structure.

Release 1.0.1

15 Jul 19:12
Compare
Choose a tag to compare

Changelog:

  • Fixed a few bugs causing exceptions to be thrown.
  • Improved feedback messages.
  • Improved error handling and console messages.
  • Reduced command cooldown.

Release 1.0.0

15 Jul 15:07
Compare
Choose a tag to compare

Initial release.