Skip to content

Releases: Floydan/discord-pickup-bot

v1.18.4

20 Mar 16:18
Compare
Choose a tag to compare

Commits

  • [258d013]: Bump montudor/action-zip from v0.1.0 to v0.1.1 (dependabot[bot]) #55
  • [031d300]: forgot to update github test project (Floydan)
  • [cf7ccf1]: Added reply to message reference (Floydan)

v1.18.3

27 Feb 13:22
Compare
Choose a tag to compare
bumped versions

bumped package version and client version

v1.18.2

20 Nov 13:14
Compare
Choose a tag to compare

Commits

  • [f881305]: Moved names to constants (Floydan)
  • [a304d8a]: Removed default rcon calls since bot is being used on multiple servers now. (Floydan)
  • [e169be5]: Fixed compiler error (Floydan)

v1.18.0

20 Nov 12:29
Compare
Choose a tag to compare
Removed ConfigureAwait calls since they interfere with concurrent cal…

v1.17.2

27 Oct 14:44
Compare
Choose a tag to compare

Commits

  • [a027615]: Create codeql-analysis.yml (Joakim Höglund)
  • [7540ceb]: Bump Moq from 4.14.5 to 4.14.7 (dependabot[bot]) #43
  • [e0c20b5]: Bump AutoMapper from 10.0.0 to 10.1.1 (dependabot[bot]) #41
  • [ab39fd2]: Updated packages and bumped version nr to 1.17.2 (Joakim Höglund)

v1.17.1

22 Sep 07:10
Compare
Choose a tag to compare

Commits

  • [55d6c79]: Update package versions and bumped pickup bot version to 1.17.1 (Floydan)

v1.17.0

06 Sep 14:00
Compare
Choose a tag to compare
Queue name trimming

Added pickup queue name trimming since name can incorrectly contain spaces and/or quotations
Bumped version nr

v1.16.0

22 Aug 11:56
Compare
Choose a tag to compare

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 method AddInternal (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...
Read more

v1.15.2

02 Jul 08:36
Compare
Choose a tag to compare

Commits

  • [57bb3e0]: Bump AutoMapper from 9.0.0 to 10.0.0 (dependabot-preview[bot]) #12
  • [be6e9d8]: Update dotnetcore.yml (Joakim Höglund)
  • [bcc7a1a]: v1.15.2 (Floydan)

v1.15.1

01 Jul 18:58
Compare
Choose a tag to compare

Commits

  • [f27a8dc]: Added "Group" to server module, cleaned up in public module (Floydan)