File tree Expand file tree Collapse file tree
fastlane/metadata/android Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1+ — Adds edgo-to-edge support.
2+ — Adds Russian translation.
3+ — Enables filling single cages by long-tapping.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments