Skip to content

v23.43.1

Compare
Choose a tag to compare
@Miodec Miodec released this 27 Oct 14:52
· 904 commits to master since this release

Thank you to all the contributors who made this release possible!

Improvements

  • notifications redesign (evvvrado, Miodec) (#4700) (a2ad6edbc7)
    Reworked how notifications look. They will no longer use theme colors and instead always follow the following scheme: green for success, blue for general notifications, red for errors. That way, the importance of the message can be easily understood, just by looking at the color. This will also help when changing themes often - the notification colors will remain the same.
  • result: rework burst heatmap speed brackets (keenemeck) (#4741) (a30b36718c)
  • allow low accuracy scores to be submitted if opted out of leaderboards (47c8668069)
    When opted out, you can now go all the way down to 50% accuracy, without the server being angry at you.
  • quote: add quotes in various languages (HubertasVin) (#4729) (d2b7f41f88)

Fixes

  • layout emulator: shift + caps lock not working correctly sometimes when emulating a layout (4d2a8f3180)
  • result: word highlight element sometimes appearing on screenshots (andGuo, Miodec) (#4739) (fb5c8fd742)
  • quote: update or remove quotes reported by users (3b31cbab3c)

Other

  • Various style, documentation, refactoring, performance, or build improvements