Skip to content

Releases: meikpiep/gauguin

0.32.0

10 Nov 18:39
Compare
Choose a tag to compare

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

19 Oct 07:48
Compare
Choose a tag to compare

Fixed

  • Main screen did not update when starting a new game in some circumstances.
  • Fix missing average marker in statistics.

0.31.2

13 Oct 15:46
Compare
Choose a tag to compare

Fixed

  • Fix crash during start if the app has never been started before.

0.31.1

10 Oct 17:44
Compare
Choose a tag to compare

Fixed

  • Fix crash using Android 8 and 9 by not reusing font builder instances. (Fixed by @skitt)

0.31.0

30 Sep 19:48
Compare
Choose a tag to compare

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

0.30.3

16 Sep 17:02
Compare
Choose a tag to compare

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

16 Sep 10:35
Compare
Choose a tag to compare

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

14 Sep 17:07
Compare
Choose a tag to compare

Fixed

  • Adds missing changelog entries in metadata.

0.30.0

14 Sep 16:46
Compare
Choose a tag to compare

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

07 Aug 18:57
Compare
Choose a tag to compare

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)