aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2024-10-21chore: bump slim-selectMiodec
2024-10-21feat(lang): add quenya (@Nifle-CGE) (#5967)Elfin Pouget - - Péjoan
2024-10-16chore: release v24.42.0v24.42.0Miodec
2024-10-16fix(quotes): user reportsMiodec
2024-10-16fix: unable to enable some layouts due to an incorrect schemaMiodec
closes #5948
2024-10-16impr(commandline): when using single list mode, press the up arrow to repeat ↵Miodec
previous command
2024-10-16chore: remove console logsMiodec
2024-10-16fix: sometimes unable to open practice words modal from the commandlineMiodec
closes #5962
2024-10-15impr(custom text): add option to not remove zero width charactersMiodec
closes #5919
2024-10-15feat: validate username on name update (@fehmer) (#5961)Christian Fehmer
2024-10-15fix: allow only one funbox changing capitalisation (@fehmer) (#5959)Christian Fehmer
Fixes funboxes like `capitals` and `instant messaging` not working at the same time.
2024-10-15fix(commandline): don't trigger hover/exec functions if commandline is closingMiodec
2024-10-15chore: upgrade expressMiodec