aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-11-25fix(custom text): limit being set to incorrect value when using pipe ↵Miodec
delimiter and simple text mode !nuf
2024-11-25fix: custom mode limit breaking show all lines in some casesMiodec
#6072
2024-11-25fix(custom): crash when trying to start a custom text with a lot of sections ↵Miodec
containing a lot of words
2024-11-23feat(layout): add turkish e (@jirmu) (#6069)jirmu
2024-11-23revert: fix grammatical fixes in turkish list (@jirmu)" (#6071)Jack
Reverts monkeytypegame/monkeytype#6046
2024-11-21feat(language): add tibetan and tibetan 1k (@lobnor2) (#6032)Lobsang Norbu
2024-11-21feat(layout): add dusk (@luminespire) (#6064)Valorance
2024-11-21feat(layouts): added Kuntum, Kuntem and snorkle (@5quidwyrm) (#6061)5quidwyrm
Thanks
2024-11-19fix: home and end keys not ignored during test, causing desyncMiodec
closes #6053
2024-11-19feat(lang): add amharic 1k and amharic 5k (@akuna444) (#6055)Aklil Solomon
2024-11-19chore: release v24.47.0v24.47.0Miodec
2024-11-19chore: remove TS nightly from the list of recommended extensionsMiodec
vscode already ships with typescript built in installing this extension *might* cause performance issues
2024-11-19fix(language): grammatical fixes in turkish list (@jirmu) (#6046)jirmu
2024-11-19impr(quotes): add belarusian quotes (@ricountzero) (#6045)Aliaksiej Maroz
2024-11-19impr(quotes): add spanish quotes (@omaeda) (#6044)BatMan
2024-11-19impr(layouts): add basic support for thumb alpha keys (@zigotica) (#6023)Sergi Meseguer
2024-11-19feat(lang): add croatian_1k language (@Ivek21) (#6014)Ivek
2024-11-19impr(read ahead): show words after correcting typo with backspace ↵Tamion
(@notTamion) (#6006)
2024-11-15feat(input): add 'code unindent on backspace' for code languages ↵Tamion
(@notTamion) (#5991)
2024-11-14fix: result screen showing pb mismatch when bailing out of long testsMiodec
2024-11-14fix(commandline): running wrong command on mobile or when not moving the mouseMiodec
closes #6037
2024-11-14fix: balloon message clipping on the result pageMiodec
closes #6016
2024-11-14fix(language): removed non-french from the french language files ↵theiereman
(@theiereman) (#6033)
2024-11-14chore(about page): small typo (@weather7774) (#6024)weather7774
2024-11-14fix(key tips): "off" shown instead of "tab + enter" when quick restart is ↵Tiyen
disabled (@mrtianjin829) (#6036)
2024-11-07feat(language): add code fortran (@slammon) (#6009)𝔸𝕚𝕣𝕚𝕪 ♡
2024-11-07chore(deps-dev): bump happy-dom from 13.4.1 to 15.10.2 in /frontend (#6012)dependabot[bot]
2024-11-07fix: correct spelling in revoke all tokens modal (@Andotrium) (#6013)Pratham
Fixed the typo in modal that appeared when trying to revoke all tokens ### Description fixed issue: #6011
2024-11-06fix: account button avatar not cleared when signing outMiodec
closes #5992
2024-11-05chore: missing custom theme increase on frontend sideMiodec
2024-11-05feat(layouts): add gallium v2 matrixMiodec
2024-11-04refactor(keymap): rework how space keys and layout indicator are handledMiodec
2024-11-04fix: profile being shown in incorrect structure when no social links were ↵Miodec
present in the profile data !nuf
2024-11-04impr: remove report button when viewing your own public profileMiodec
closes #5998
2024-11-04impr(quotes): add portuguese quotes (@arthvr9) (#5999)arthur
2024-11-04fix: adding missing toki pona word (@anakojm) (#5997)Anako Jeannin-Mallet
2024-11-04fix: resolve fps counter showing increased fps when opened multiple times ↵Blerru
(@blru) (#5990)
2024-11-04impr(quotes): add Belarusian quotes (@ricountzero) (#5995)Aliaksiej Maroz
2024-11-04impr(quotes): add 2 Portuguese quotes (@Samunals) (#5972)Samunals
2024-11-04fix(custom mode): remove space at beginning of custom text lines ↵Tamion
(@notTamion) (#5993) when creating a multi line text in the custom text editor and then reopening the editor all lines after the first will have a space at the start, this is because .join adds a space regardless of whether there is a newline character
2024-11-04chore: increase custom theme limitMiodec
2024-11-04fix: server sometimes rejecting valid funbox combinationsMiodec
funbox data needs to be moved to the shared package
2024-11-04fix: offline banner sometimes not being hidden when coming back onlineMiodec
2024-10-28impr(quotes): add English quote (@theendlesswatch) (#5981)Simon Le
Added a quote from Critical Role's Caduceus. It's one of my favorite moments of the campaign. Youtube clip for reference: https://www.youtube.com/watch?v=9YXdtF3nQG4. Co-authored-by: nguyenle2457 <[email protected]>
2024-10-23fix(result word history): incorrect words not being underlinedMiodec
2024-10-23impr(quotes): add Spanish quote (@luis-cvqz) (#5977)Luis Casas
2024-10-23impr(quotes): add english quote by ween (@CoolerFred) (#5976)CoolerFred
Add the song Transdermal Celebration by the band Ween as a quote. Specifically part from the first verse that goes "Transdermal celebration, caused a slight mutation in the rift. It toppled down a nation, and left the people running for the hills."
2024-10-21fix: input history for characters outside BMP not displaying correctlyMiodec
closes #5975
2024-10-21fix(result page): last word in words mode missing input historyMiodec
2024-10-21chore: remove unnecessary codeMiodec