Releases: kaajjo/LibreSudoku
Releases · kaajjo/LibreSudoku
v1.3.0
New:
- 12x12 game type. Tip: you can zoom and pan board, when playing 12x12
- Ability to sort and filter games in the games history
- Ability to filter games by type in the custom sudoku list
Behavior changes:
- No longer show a toast on Android 13 when copying in export as string.
- In selection mode in the custom sudoku screen, on back pressed will disable selection mode instead of exit the screen.
- Ability to toggle the erase button. Long press in cell first mode, just press in digit first mode. When toggled, tapping on any cell will clear its value.
- Filter feature in the custom sudoku screen now uses a modal bottom sheet instead of a menu.
UX/UI Improvements
- Sudoku board lines are now thinner and less bright. And the font size is slightly changed
- Game keyboard font size is now slightly larger
- Updated the look of dialogs in settings
- About screen: Added app logo and "Help translate" option
What fixed:
- Broken themes on MIUI when system is in the dark mode. It seems to work, but I don't have any MIUI phones to test it properly, so I'm not 100% sure 🙃
- Selected language in the app settings doesn't save after relaunch on Android 12 and lower
- Some bugs with notes by long tap
- Selected board font size in the app settings doesn't apply to boards in saved game and create sudoku screens
- Wrong notes size and position in 6x6
Translations
The project is now available for translation at Hosted Weblate, feel free to contribute
- Added translations for French, Czech, Hungarian, Norwegian Bokmål, Portuguese (Brazil), Turkish.
Full Changelog: 1.2.0...v1.3.0
v1.2.0
What's changed
New:
- Now you can export any game from history. Just select any game you want in history and then select "export as string" from the menu in the top app bar
UI/UX Improvements:
- Migrated to AnimatedNavHost. Now we have animations when navigating 🎉
- Now you can filter the list of custom sudokus by the state of the game (completed, in progress etc.)
Fixes:
- Fixed wrong description of the notes button in the quick tour dialog (first game dialog)
- Fixed a very rare random crash on the history screen
- Fixed a bug where you could add notes with a value of 0 to cells with a long tap, when digit first mode was active and no digit was selected
- Fixed a bug where on the create sudoku screen you could change the game type back by using undo (it could lead to crash, because technically the type didn't change, but the board did)
- I forgor to add the custom type to filter chips in statistics. Now it's there
v1.1.0
What's changed
New:
- Custom sudoku. Now you can add any own sudoku. Manually or from string. When adding from string, the game type will be selected automatically (9x9 or 6x6). The game checks if the sudoku has a unique solution, and if it does, the sudoku will be saved
UI/UX Improvements:
- Better looking "Can continue" tag in the game history
- Optimized the list of games on the history screen. Also, now it saves scroll state when navigating, so you don't get lost after navigate back
- Notes are now displayed at saved game screen
Fixes:
- After give up, when solution is shown, given cells were not locked. Because of this, the font color of the given numbers was incorrect
- Fixed win streak and it's now back
v1.0.0
First Release
Features
- Supporting dynamic theming and 5 own themes. Also, pure black in dark theme is available
- 9x9 and 6x6
- 4 difficulties
- 2 input methods. Digit first and cell first
- 2 type of mistakes checking. First is detecting game rules violations and the second is checking with final solution. Can be turned off completely
- Basic things like timer, notes (pencil marks), undo, game pauses, hints (just revealing the number, better than nothing), give up (show solution), saves
- Notes management. You can compute notes (candidates), clear all and toggle visibility. You can access all of these features by long pressing the notes button in the game
- Games history. You can continue any uncompleted game whenever you want
- Statistics and records. Best and average times, win streak, started/completed games count and win rate
- Mistakes limit. 3 mistakes = game over, for hardcore players. Turned off by default
- Auto erase notes. Can be turned off
- Same numbers highlight. Select a number and all cells with the same number will be highlighted. Can be turned off
- Remaining uses count. The number of remaining uses of a digit will be shown on the keyboard. If it reaches zero, the button will disappear. Can be turned off
- Keep screen on. Turned off by default
- Tutorials for game techniques like naked pairs etc. (in progress)