Skip to content

Commit 00b1e47

Browse files
committed
Prepares release of version 0.39.0
1 parent 83951cb commit 00b1e47

4 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Lets you fill a cell of a single cage by long pressing onto the cell.
13-
- Supports Android 15 via target SDK version.
14-
- Implements edge to edge support. Please report an issues caused by this, as there are many
15-
dimensions and device types out in the wild.
16-
1712
### Changed
1813

1914
### Deprecated
@@ -24,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2419

2520
### Security
2621

22+
## [0.39.0] - 2025-04-14
23+
24+
### Added
25+
26+
- Adds translation into Russian.
27+
- Lets you fill a cell of a single cage by long pressing onto the cell.
28+
- Supports Android 15 via target SDK version.
29+
- Implements edge to edge support. Please report any issues caused by this, as there are many
30+
dimensions and device types out in the wild.
31+
2732
## [0.38.0] - 2025-04-09
2833

2934
### Added
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
— Unterstützt den randlosen Modus (Edge-To-Edge-Support).
2+
— Neue Übersetzung: Russisch.
3+
— Ermöglicht das Füllen einzelner Gruppen des Spiels durch lange Berührung.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
— Adds edgo-to-edge support.
2+
— Adds Russian translation.
3+
— Enables filling single cages by long-tapping.

gauguin-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
android:installLocation="auto"
4-
android:versionCode="54"
5-
android:versionName="0.38.0">
4+
android:versionCode="55"
5+
android:versionName="0.39.0">
66

77
<application
88
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)