This website requires JavaScript.
Explore
Help
Sign In
FOSS
/
BangleApps
mirror of
https://github.com/espruino/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
BangleApps
/
apps
/
bordle
/
ChangeLog
4 lines
92 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
bump app version
2022-04-04 08:37:12 +00:00
0.01: New App
0.02: app keeps track of statistics now
Fix bug in valid word detection The valid word detection did not account for the fact that a valid word could exist twice in the list: once at a non-multiple-of-five index because it is the end of one word and the start of another, and again at a multiple-of-five index for the word itself. An example is aglow agony contains wagon. This prevented wagon from being considered a valid word (even though it could be selected as the target word). This fix loops through all detections of the word in the dictionary to see if any are at a multiple-of-five index.
2022-05-05 03:52:07 +00:00
0.03: Fix bug in valid word detection