Skip to content

v3.2

Choose a tag to compare

@janesth janesth released this 20 Sep 22:05
· 23 commits to master since this release
689f4f3

New features

  • A new feature has been added for selected users (Gregflix). It has no connection to Counter Strike and for users to use it, they have to be manually approved.

Logic changes

  • After each restart scheduled tasks will be delayed until the next full hour. This is to prevent repeated collection tasks requests to the database after each restart (for example during the development phase). It would be recommended to restart the application close to the next full hour to ensure functionalities (especially the retake join task).

Bugfixes

  • added missing localization declaration for teams event
  • removed sout messages for scheduled tasks
  • changed collection task timer from an hour to a day
  • moved declaration and initialization of MessageService to StartUp (like DataService)
  • added square brackets (containing application and class name) to each sout message for clearer readability on cyberance
  • moved urls to properties
  • removed "ConsoleUpdate" class (will be recreated as a task)