Skip to content

v23.45.0

Compare
Choose a tag to compare
@Miodec Miodec released this 06 Nov 16:49
· 873 commits to master since this release

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

Improvements

  • account page: add button which hides results on the account graph (daaab016e2)
    This also makes the accuracy data points fill the entire height of the graph, making it easier to inspect your accuracy progress.
  • typing: lazy mode will now be automatically enabled for arabic languages (79d1b354a9)
  • quick restart: add "enter" as an option to quick restart (78ecdcf91e)
  • added more english punctuation replacements (2c74f752a7)
  • about: add spaces to the stats numbers to make them easier to read (eb89b838a5)
  • quote: add quotes in various languages (imtone1) (#4759) (eb6c15aacd, 1ad0dc767e, e99c85bdfc)

Fixes

  • test: resolve I being replaced with i when english punctuation was enabled (04077fac61)
  • typing: pinyin input (hakujitsu) (#4256) (6daaabb7d7)
  • result page: cannot take screenshot if crt funbox is active (fehmer) (#4755) (64f49154b5)
  • languge: remove non english word from english 450k (1c359f5ff7)
  • config: being able to set min accuracy over 100 (3e72b03901)
  • layout emulator: automatically typing special characters when caps lock is enabled (dffbeda6a3)
  • about: stats not displaying decimal places for small numbers (1714dfe162)
  • quote: update or remove quotes reported by users (a2cd5746ec, 925e5d3222)

Other

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