Skip to content

v3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 03:14
· 301 commits to master since this release

Features

Bug Fixes

  • server/cron: getTimeUnit corrections (Linden)
  • server/cron: prevent scheduling tasks for new days (Linden)
  • web/skillcheck: fail on wrong key press (Luke)
  • client/vehicleProperties: don't set modLivery if no livery exists (#374) #374 (Jerry)
  • client/setVehicleProperties: force clear custom colours (#375) #375 (Lukas Brūzga)
  • server/logger: missing ) (Linden)

Code Refactoring

  • server/cron: types and formatting, simplify getMaxDaysInMonth (Linden)
  • server/cron: allow getNextTime minute and hour "overflow" (Linden)
  • server/logger: remove text formatting from hostname (#361) #361 (Jellyton)

Chores