Skip to content

Releases: alopezlago/QuizBowlDiscordScoreTracker

v3.9.3

18 Apr 21:34
d0e73c0
Compare
Choose a tag to compare
  • Fix an issue where the game didn't end correctly when the reader left
  • Update various dependencies
  • No longer support .Net Core 3.1 which is now unsupported
  • Bump version to 3.9.3

v3.9.2

07 Aug 06:45
113a8c1
Compare
Choose a tag to compare
  • Upgrade dependencies for Discord.Net, Serilog, EF libraries
  • Bump version to 3.9.2

v3.9.1

05 Jan 07:30
5442580
Compare
Choose a tag to compare
  • Add privacy policy to !about
  • Bump version to 3.9.1

v3.9.0

25 Dec 07:38
36dfe5e
Compare
Choose a tag to compare
  • Show the score when !end is called (#92)
  • Add !start as an alias for !read (#91)
  • Show aliases for commands in !help
  • Bump version to 3.9.0

v3.8.4

25 Nov 05:40
2582349
Compare
Choose a tag to compare
  • Add support for .Net 5/.Net 6

v3.8.3

06 Jul 05:09
11753ee
Compare
Choose a tag to compare
  • Upgrade various dependencies
    • Fixes several issues with Discord.Net and unsupported APIs

v3.8.2

27 Feb 08:04
a0a54de
Compare
Choose a tag to compare
  • Fix a bug where we ignored team roles that didn't have access to a the channel where the !setRosters command was called (#86)
  • Bump version to 3.8.2

v3.8.1

13 Feb 08:10
64c173e
Compare
Choose a tag to compare
  • Fix a bug where roles without view/send permissions to a channel were always included in games when the server set teams by the role prefix
    • This fix ensures that only teams that can view and send messages in the channel are included as teams for the game

v3.8.0

06 Feb 07:38
36aae7c
Compare
Choose a tag to compare
  • Fix issue where team names could get placed in the wrong column when exporting a file scoresheet (#82)
  • Add new server setting to disable the buzz queue, so only one buzz is recognized. Players whose buzz wasn't recognized must buzz in later after the reader judges the answer. (#80)
    • Added commands to set this setting (!enableBuzzQueue, !disableBuzzQueue)
  • Upgrade various libraries to the latest version (Discord.Net, EF Core, Serilog, Moq)

v3.7.2

05 Jan 07:28
5da2b87
Compare
Choose a tag to compare
  • Have !help link to the wiki and to a Discord help server
  • !help *command* now uses Contains instead of Equals, so it can return more results
  • Change the behavior of !undo to only undo one instance of !nextQuestion instead of all consecutive instances
  • Bump version to 3.7.2