Skip to content

Releases: meikpiep/gauguin

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)

0.29.0

22 Jul 19:22
Compare
Choose a tag to compare

Added

  • Adds changelog info via F-Droid by using Fastlane metadata format.

Changed

  • Use Fastlane instead of Triple-T Gradle Plugin to upload releases to Play Store.

Fixed

  • Fix layout of new game screen for small devices in landscape mode.

0.28.0

07 Jul 11:40
Compare
Choose a tag to compare

Added

  • Translation into Traditional Chinese. (Huge thanks to @2013ZRZ!)

Fixed

  • Fix missing grid preview in new game screen, which occurred for some popular screen types. (Reported by @gittesserakt)
  • Fix generating rectangular grids.
  • Fix equalizing best time to no longer be handled as a new best time. (Reported by @GhostShadow0316)

0.27.0

12 Jun 17:47
Compare
Choose a tag to compare

Added

  • Add possibility to share application log via button at about dialog.

0.26.0

12 Jun 12:19
Compare
Choose a tag to compare

Changed

  • Pencil marks using with 3x3 preference have a layout consistent to the number key pad layout.
  • Optimize layout of pencils marks via 3x3 preference if using a maximum of 6 values.

Removed

  • Remove code deleting legacy save games at start up. Old save games were migrated to the new format
    from quite few versions on. Recent versions did not contain the migration code anymore and just
    deleted the old games. From know on, these old games get ignored at all.
    If you ever did install a non-ancient version of Gauguin, your games will already have been
    migrated.

Fixed

  • Avoid rare exception on game initialization.
  • Fix main screen being stuck if a new game has not been calculated yet.

0.25.0

10 May 09:14
Compare
Choose a tag to compare

Added

  • Translation into Arabic. (Thanks to @albaroty!)
  • Adds difficulty ratings of most variants of square grid sizes from 8x8 to 11x11. Includes a slight
    change of existing difficulty ratings. For background information about the difficulty ratings see
    separate documentation.

Changed

  • Replaces the about dialog with a more modern one, using a regular activity to cover the whole screen.
  • Updates Android Material to version 1.12 (Beware of the slider!).

Fixed

  • Try to fix the bug where the hint popup shows an obviously wrong number of mistakes, once again.

0.24.2-debug.1

22 Apr 18:20
Compare
Choose a tag to compare
0.24.2-debug.1 Pre-release
Pre-release

Debug APK to enable testing and log gathering dealing with #131.

0.24.2

13 Apr 07:59
Compare
Choose a tag to compare

Fixed

  • Fixes failing unit tests which were overseen. Affects F-Droid build only which would fail it a
    test fails. Play Store and the APK at GitHub are not affected as they do not relate to test code.

0.24.1

11 Apr 20:45
Compare
Choose a tag to compare

Fixed

  • Try to fix the bug where the hint popup shows an obviously wrong number of mistakes.
    This is done by cleaning up the code regarding to the state of the game in the hope this may
    solve the issue.

0.24.0

03 Apr 20:24
Compare
Choose a tag to compare

Added

  • Translation into French. (Thanks to @HarmfulBreeze!)
  • Add language choosing per system settings from Android 13 on.