Skip to content

v23.40.1

Compare
Choose a tag to compare
@Miodec Miodec released this 02 Oct 16:35
· 970 commits to master since this release

"Hold up, whats up with the weird version number?!" you may say. Well, this is the first release using the new versioning system I decided to use. I think its a bit better for me with the way I work deploy changes to the live site.

The new system is pretty simple, and is based on the date. First number is the year, second is the week number and third is a minor version. So, 23 for the year 2023, 40 for the 40th week this year and 1 for the first release this week. Hope it all makes sense!

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

Features

Improvements

  • sound: add support for various error sounds (W0LFB0MB) (#4679) (fa01558876)
  • themes: update nord and purpurite (ehanahamed) (#4668) (426694afa1)
  • commandline: scroll active entry into view when searchbar is empty (JayTailor45) (#4663) (d2a6b896ee)
  • changing keymap mode will no longer restart the test (897cfde4eb)
  • update title on page change (cf1c93f551)
  • server: don't return errors for public endpoints when providing authorization (923f69ab55)
  • typing: preventing arrow navigation and text selection of the test input (12e83c53f4)
  • quote: add quotes in various languages (remalucard, aikooo7, johan-perso) (#4682, #4675, #4654) (6096b0cde1, c19db19a45, dc19e87396)

Fixes

  • language: remove duplicate from bangla (c6babffe8a)
  • language: remove duplicates from bangla 10k (b54cac985f)
  • handling of newline and tab characters in quotes and custom mode (e977b7c09b)
  • normalize bangla word lists to resolve typing issues (d6d9935883)
  • funbox: layoutfluid not working correctly in some cases or with 2 layouts (d56850fc24)
  • auto switch theme behavior & footer theme indicator (sanidhyas3s, miodec) (#4677) (5844f1da5a)
  • result: words history being stuck on the same words (47e10de46e)
  • keymap disappearing after one test (fcaf0d1da4)
  • typing: old safari versions deleting whole word when pressing backspace once (?????) (9f1f53aa89)
  • settings page: account section link remained visible even when not signed in (102d97c416)
  • confidence mode not saved after changing stop on error mode (mohanadft) (#4667) (619bc23331)
  • notification bubble remaining visible when header was hidden (7599cbb82e)
  • quote: delete unecessary double tabs in Java quote (alyoro) (#4665) (bb4eaee9ee)
  • qote: typo (Shuja-Mahmood) (#4664) (c147624222)
  • tab navigation not working on the result page in safari (c39fdb0263)
  • alerts notification bubble showing in the wrong spot (64772e63c7)
  • quote: update or remove quotes reported by users (08c6b2b4da)

Other

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