Releases: Floydan/discord-pickup-bot
Releases · Floydan/discord-pickup-bot
v1.18.4
v1.18.3
v1.18.2
v1.18.0
v1.17.2
v1.17.1
v1.17.0
Queue name trimming Added pickup queue name trimming since name can incorrectly contain spaces and/or quotations Bumped version nr
v1.16.0
Commits
- [a81a850]: Moved translation to separate class library (Joakim Höglund)
- [049f22f]: Patched bot activity text (Joakim Höglund)
- [6687ed4]: Added additional command operators (Joakim Höglund)
- [9d42cac]: Updated the list command result formatting to split the results into separate message embeds (Joakim Höglund)
- [f51a032]: Activity stats added (Joakim Höglund)
- [60b2e87]: Refactored message builds and formatting (Joakim Höglund)
- [3e0fbd3]: Added pluralizer to top10 just because... (Joakim Höglund)
- [3a81af4]: Added alias "clean" to command "clear" (Joakim Höglund)
- [c223119]: Added github integration (Joakim Höglund)
- [478102a]: added maintainability badge (Joakim Höglund)
- [832f39e]: Create FUNDING.yml (Joakim Höglund)
- [aa88371]: Help is now using DM's (Joakim Höglund)
- [a6260f2]: Fixed top 10 stats issue (Joakim Höglund)
- [abfe63c]: Added better support for teams and status flags for pickup queues (Joakim Höglund)
- [c30fb82]: removed InMemory data repositories as they are no longer used (Joakim Höglund)
- [7f016d4]: Updated to proper hosting model with commandhandler as a hosted service (Joakim Höglund)
- [dfa3423]: Linux compatibility updates (Joakim Höglund)
- [660827a]: minor updates to ihost implementation (Joakim Höglund)
- [c3155a9]: Update dotnetcore.yml (Joakim Höglund)
- [4752ce1]: Update dotnetcore.yml (Joakim Höglund)
- [c08ab3e]: Update dotnetcore.yml (Joakim Höglund)
- [1e53196]: Update dotnetcore.yml (Joakim Höglund)
- [9f4cb91]: Update dotnetcore.yml (Joakim Höglund)
- [b9c028a]: Update dotnetcore.yml (Joakim Höglund)
- [015d210]: Update dotnetcore.yml (Joakim Höglund)
- [2e6fc64]: Update dotnetcore.yml (Joakim Höglund)
- [7cd89a4]: Update dotnetcore.yml (Joakim Höglund)
- [9b6a18d]: Update dotnetcore.yml (Joakim Höglund)
- [9936103]: Update dotnetcore.yml (Joakim Höglund)
- [bd40f06]: Update dotnetcore.yml (Joakim Höglund)
- [b3f7778]: Update dotnetcore.yml (Joakim Höglund)
- [2f25a35]: Update dotnetcore.yml (Joakim Höglund)
- [195d668]: Added tracking for !top10 (Joakim Höglund)
- [2bd705e]: added logging filter to production environment (Joakim Höglund)
- [e68f2e0]: bumped version number to 1.10.0 (Joakim Höglund)
- [3b270ef]: Update dotnetcore.yml (Joakim Höglund)
- [56d2e56]: Update dotnetcore.yml (Joakim Höglund)
- [5e76000]: Static pickup queue message handling initial checkin (Joakim Höglund) #5
- [db9862e]: Fixed issue where bot was being added to pickups due to reactions (Joakim Höglund) #5
- [dd7a14a]: Refactoring (Joakim Höglund) #5
- [0fcf4c7]: refactoring addinternal (Joakim Höglund) #5
- [ec1d3d7]: FIxed issue where queue was updated after call to
SaveStaticQueueMessage
but wasn't updated via the repository in methodAddInternal
(Joakim Höglund) #5 - [2fa5d8c]: rafactoring and splitting pickupmodule into more partials to reduce the number of methods in each partial (Joakim Höglund) #5
- [3d73c05]: final touchup and refactoring (Joakim Höglund) #5
- [d71f806]: Updated rename command to transfer new properties when renaming queue (Joakim Höglund) #5
- [93bc028]: Added automapper to simplify translation viewmodel (Joakim Höglund) #5
- [cf5b74d]: bumped version to 1.11 (Joakim Höglund)
- [264ed3a]: Bugfix for missing save static queues in commands start and stop (Joakim Höglund)
- [44b2df4]: bumped version number 1.11.0 -> 1.11.1 (Joakim Höglund)
- [6cc553a]: Add promote reaction to pickup static message (Joakim Höglund) #10
- [d64d0f9]: Added missing reaction to message (Joakim Höglund) #10
- [9a30040]: Fixed bug with context bound property (Joakim Höglund) #10
- [1ba1931]: Added ConfigureAwait(false) since we have no need for context marshalling (Joakim Höglund) #10
- [6335d4f]: Refactored partial class usage as it was an ugly and bad quickfix (Joakim Höglund) #10
- [8cd9dcd]: Refactori...