Skip to content

Releases: monkeytypegame/monkeytype

v24.15.1

12 Apr 13:37
Compare
Choose a tag to compare

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

Features

Improvements

  • account page: change tags, funbox and language filters to a multiselect dropdown (89920210d)
  • quote: add quotes in various languages (#everypizza1) (adb5412ed)

Fixes

  • quotes: use american spelling of "judgment" (5a4e4604d)
  • modals: extra captcha popup appearing below some modals (dc005aba1)
  • account page: buttons unreadable on hover on accounts/profile page (fehmer) (#5292) (5e7a60968)
  • typing: allow repeated quote tests to be saved (#again) (f2714c0a4)
  • word generator: quotes breaking when repeat quotes is enabled (1d79d87d8)
  • language: add unused japanese_romaji (Eggflaw) (#5290) (4514ad02a)

Nerd stuff

These changes will not be visible to users, but are included for completeness and to credit contributors.

  • fix(quotes): quote lengths script (76f41f39d)
  • fix(changelog generation): remove unnecessary console log (10e4379d8)
  • style: use negative to always span all no matter how many columns (05e06aec8)
  • style: improve styling of slim selects (4e0cd63dc)
  • build(backend): fix dev script flags not being processed (NadAlaba) (#5296) (bdc19de2e)

v24.15.0

08 Apr 12:57
Compare
Choose a tag to compare

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

Improvements

Fixes

  • quote: update or remove quotes reported by users (a6886084a)

Nerd stuff

These changes will not be visible to users, but are included for completeness and to credit contributors.

  • impr(reporting): dont allow users to report the same content multiple times (4607297c9)
  • fix(quotes): quote lengths (e5797d704)
  • fix: prettier not formating on save (fehmer) (#5289) (2dd752fbc)
  • fix(ape): escaping parameters if they are part of the url (163a0302e)

v24.14.1

05 Apr 11:22
Compare
Choose a tag to compare

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

Features

Improvements

  • profile: add level percentage when hovering over progress bar (vjgtigers) (#5276) (e37bf192e)
  • word generation: use full width punctuation marks when typing in chinese (72fd51858)
  • quote: add quotes in various languages (aarnav593) (#5266) (55d6da297)

Fixes

  • indicate typos: undefined hints in stop on letter (#5281) (2dbd7afa1)
  • quotes: typo (Mintoo200) (#5279) (4344194a2)
  • word generation: A A or A B A word duplicates could sometimes appear when using lazy mode (8755f450c)

Nerd stuff

These changes will not be visible to users, but are included for completeness and to credit contributors.

  • fix: docker build hanging for frontend (fehmer) (#5280) (aeaedd209)
  • style: make version history modal wider (82b74574c)
  • refactor: custom text modal rework (#5278) (ff7816aac)
  • refactor: move array related function to the arrays file (5701f94b6)
  • refactor(utils): distribute color, numbers, strings and other group of functions into separate util files from misc.ts (sanidhyas3s) (#5254) (39e611d27)

v24.14.0

02 Apr 17:13
Compare
Choose a tag to compare

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

Features

Improvements

Fixes

  • settings: hide revoke all tokens section when signed out (0ce2f6afc)
  • account page: use same rounding for top percentage as on leaderboard (fehmer) (#5270) (1890dbdff)
  • notifications: clear all notifications from the command line not hiding clear all button (NadAlaba) (#5257) (17295d7b4)
  • indicate typos: letters not displaying correctly in RTL languages or with ligatures when set to below (NadAlaba) (#5113) (c20964d18)
  • custom text: preserve state of the textarea when applying (sanidhyas3s) (#5186) (b0cf7bc4b)
  • language: russian_10k.json now contains 10000 words (#5232) (8d77c88dc)

Nerd stuff

These changes will not be visible to users, but are included for completeness and to credit contributors.

  • fix(changelog): make sure to always add body property to avoid errors (0a23897ae)
  • fix: self-hosting failing to run without valid serviceAccountKey.json (fehmer) (#5255) (ef72ca685)
  • refactor: rename simple popup to simple modal (82b9323fb)
  • refactor: run prettier (#5265) (0df1ed163)
  • refactor: rewrite page constructor to use an object (fehmer) (#5253) (f7c37b0a1)
  • refactor(ape keys modal): use new modal system (6f75abef7)
  • chore: remove unused code (254e016d3)
  • chore: remove plushie banner (e497a192f)
  • chore(animated modal): add method to get previous modal in chain (7915df57a)

v24.12.1

24 Mar 18:28
Compare
Choose a tag to compare

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

Improvements

Fixes

  • commandline: opening the commandline from the footer not showing custom themes (47f3163267)
  • commandline: pressing esc always closing modal instead of going back in history (6357489b1d)

Nerd stuff

These changes will not be visible to users, but are included for completeness and to credit contributors.

  • impr(changelog generator): include non user-facing changes (f27abd94de)
  • fix(import export modal): import not working (7b86d5c606)
  • refactor(animated modal): make setup async (a8a78eca6a)
  • refactor: prefer for of instead of forEach (5a6d2eca47)
  • refactor(word filter modal): use new modal system (6167506b89)
  • chore: wording (1bd6bf46f2)
  • chore: plushie banner 2 (e52cdef46c)

v24.12.0

23 Mar 09:24
Compare
Choose a tag to compare

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

Improvements

  • automatically refocus the test when closing the command line on the test page (e551e043af)
  • language: remove some vulgar words (e999fa2a87)
  • quote search modal: update placeholder text to indicate that you can search by quote id (429c580a74)
  • dont block keyboard shortcuts (like cmd + r) when out of focus warning is shown (db560d252c)
  • lower user data download times (b4259b7b4d)

Fixes

  • show command key tip correctly (fehmer) (#5234) (fc3ac84147)
  • login disabled after logout (fehmer) (#5243) (f3c6254933)
  • commandline: languages sometimes didnt load in time, showing an error (c0500ce9c6)
  • custom word amount: not being able to start an infinite word test (b339cd082c)
  • commandline: previous commands being visible for a split second when opening (44e3d1b5ad)
  • commandline: double scrollbar (05de8a5de5)
  • enter quick restart not working on test page (#5227) (ed9fff5d41)
  • website sometimes showing signup/login is disabled even though its not (da7e59a28a)

Other

  • Various style and refactoring changes

v24.11.3

14 Mar 20:55
Compare
Choose a tag to compare

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

Fixes

  • sign up captcha challenge appearing under the modal, making it impossible to sign up (3a012bd3b9)
  • language: remove misspelled word in english 450k (176e344b09)
  • quick restart: always navigating to test page when pressing enter (22ccebc5e9)
  • fix handling of undefined key in event handler (fehmer) (#5223) (902b32a0b4)
  • mobile commandline button not working (d249633910)
  • version history being too wide on narrow screens (32968d60e1)

Other

  • Various style and refactoring changes

v24.11.2

13 Mar 11:57
Compare
Choose a tag to compare

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

Improvements

  • commandline: show active tags with a check icon (c1b71fb9ea)
  • replace ß in all variations of swiss german (Jeanot-Zubler) (#5224) (0f6861d493)
  • language: update estonian word sets (Ksaspar, fehmer) (#5222) (7d3c4be04d)

Fixes

  • commandline: presets and tags not showing up in single list mode (3aeba3098c)

Other

  • Various refactoring changes

v24.11.1

12 Mar 14:10
Compare
Choose a tag to compare

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

Features

Improvements

Fixes

  • server: config saving with layout that includes a dash (mart-e) (#5193) (1bb0bdffb0)
  • quote: update or remove quotes reported by users (9a4a3eab23)

Other

  • Various documentation and refactoring changes

v24.11.0

11 Mar 16:42
Compare
Choose a tag to compare

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

Improvements

  • show total completed test percentage and restarts/test on profile (fehmer) (#5169) (d2d7b3e109)
  • hide login/signUp button if user signup is disabled (fehmer) (#5172) (ca55b28135)

Fixes

  • about page: ad wrappers always visible even if ads are disabled (4b3c9f2308)
  • prevent print dialog to open with ctrl-shift-p (#5199) (c4446e9fb0)
  • caching: no longer caching external resources locally (8ca760dfd2)
  • quote: missing dash (226f5de472)
  • prevent automatic double newline when quick restart set to enter (sanidhyas3s) (#5184) (2fb77a1693)
  • style: inconsistent focus border radius across buttons and links (cc30f6357e)
  • fix two percentage symbols in leaderboard (fehmer) (#5174) (ff268ade7d)
  • remove °C from estorian language (fehmer) (#5178) (ae21d04021)

Other

  • Various style and refactoring changes