First beta of 2.0.0. Some things may be changed, and new features added before release.
What's new/changed in 2.0.0-beta01
- New type of game - Killer Sudoku
- Backup and restore feature
- Added preview for custom date pattern
- Added sorting by date in games history
- Added more color schemes, and now you can generate your own with your color and all monet palettes
- Added
6x6
and12x12
board preview inBoardTheme
settings screen - Added Redo feature (long tap on undo) (Issue #56)
- Added ability to export current game board in
GameScreen
- Board font size setting moved to
BoardTheme
screen - Added sheet with a 5 recently played games with all info when pressing
Continue
game - Redesigned
About
screen. - Redesigned
Welcome
screen (onboarding). Added 3 quick options: select app language, open settings, restore backup PreferenceRow
is less rounded now- Apply
CornerRadius
when highlighting cells (no more corners overlap) - Many other small fixes and improvements
Killer Sudoku
Killer Sudoku is a puzzle where players fill a grid with numbers 1 to 9 so that each row, column, and 3x3 subgrid contains each number once, while also ensuring that the numbers in specified groups (cages) add up to given sums.
(Read more on Wikipedia - Killer Sudoku)
Backup & Restore
Now you can back up all your games (including folders and statistics), and app settings to a json
file. And then restore it.
App can automatically back up your data every specified period of time (you need to enable this feature in settings)
Under the hood changes:
- Migrate to Compose Destinations navigation
- Migrate to Kotlin DSL with version catalogs
- Update all dependencies