Releases: meikpiep/gauguin
Releases · meikpiep/gauguin
0.32.0
Added
- The undo steps a a grid are included when it gets saved. This means that the undo steps get lost
no longer it the grid gets loaded, including auto-saved grids.
Changed
- Show the game solved dialog if the grid shown at the start of the app has already been solved.
- Build against Android 15 (that is SDK 35). Proper edge to edge support has still to come.
0.31.3
0.31.2
0.31.1
0.31.0
Changed
- Change font to display numbers in grid from Lato to Inter.
- Upgrade Kotlin from 1.9.x to 2.0.20, including dependencies.
Fixed
- Fix Ferris Wheel animation by re-adding Ferris Wheel lib using our own fork, see
https://github.com/meikpiep/Ferris-Wheel. - Fix too high similarity between mathematical symbol '×' for multiplication and '+' for addition by
switching the font from Lato to Inter. (reported by @orontee, solution idea from @HarmfulBreeze)
0.30.3
Fixed
- Temporary remove any usage of the Ferris Wheel lib. This means no animation when generating a new
grid. The lib was only deployed via JCenter which was shutdown recently, lacking any repository
to download the lib for a build.
We will work to get the lib/animation back soon.
0.30.2
Fixed
- Fix F-Droid build by using a local copy of the Ferris Wheel lib contained in the code repository.
Caused by a overseen hard shutdown of the deprecated JCenter servers. This is a workaround,
the libs last update was 2018, we will see if any new artifacts can be published in a convenient
way.
0.30.1
0.30.0
Added
- Scatter plot visualizing the difficulty and duration of the grids played. (idea from @BertusVulgaris)
Changed
- Complete overhaul of the statistics UI, using bento grids. Further improvements of gathering
statistics are likely to come.
0.29.1
Changed
- Cells with a revealed value are immutable.
Fixed
- Fixed bug where one could reveal cells even if the current game was already solved. (Reported by @mccartney)
- Avoid overlapping bottom app bar items if the main screen is in landscape mode. (Reported by @mccartney)