Releases: xaprier/XFingerCrack
Releases · xaprier/XFingerCrack
Release v1.0.1
Merge pull request #3 from xaprier/fix-1-bug-based-on-words-wpm-not-working
Fix 1 bug based on words wpm not working
release
~ 609da71 by xaprier on 2026-02-20
fix: word-based wpm was not working correct
- word-based wpm was only calculated in word-based mode which is not
correct. it will be work for time based too now. - word-based wpm was not calculating wpm's for words, it was recording
the live average wpm on words when a word has completed which is not
a corect way to do it. now there's a map to record every word's start
time and it will be used in when the word is completed. so every word
has a elapsed time to calculate word based wpm.
~ 1e1e561 by xaprier on 2026-02-20
chore: UI and theme screenshot added to assets folder and README
~ d93629f by xaprier on 2026-02-20
fix: 'View API Documentation' in README was not referencing to correct link
Release v1.0.0
feat: UI/UX improvements, font system integration, GitHub CI/CD and t…