Skip to content

Commit 1141462

Browse files
committed
prepare release of version 0.51.0
1 parent c39b807 commit 1141462

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

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

1010
### Added
1111

12-
* Adds duodecimal numeral system, with base twelve: 0...9, A, B.
13-
1412
### Changed
1513

1614
### Deprecated
@@ -21,13 +19,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2119

2220
### Security
2321

22+
## [0.51.0] - 2026-06-11
23+
24+
### Added
25+
26+
* Adds duodecimal numeral system, with base twelve: 0..9, A, B.
27+
2428
## [0.50.0] - 2026-03-27
2529

2630
### Changed
2731

28-
* Split between a 'nishio solution' (using nishio or other probing techniques) and a general solution
29-
where one can fill all remaining cells via some simple logic. The further solution may be converted
30-
into an opt-in preference in the future.
32+
* Split between a 'nishio solution' (using nishio or other probing techniques) and a general
33+
solution where one can fill all remaining cells via some simple logic. The further solution may be
34+
converted into an opt-in preference in the future.
3135

3236
### Fixed
3337

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
— Neues Feature: Man kann das Duodezimale Zahlensystem verwenden (0..9, A, B).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
— New feature: You can now choose the duodecimal numeral system, with base twelve (digits 0..9, A, B).

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="74"
5-
android:versionName="0.50.0">
4+
android:versionCode="75"
5+
android:versionName="0.51.0">
66

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

0 commit comments

Comments
 (0)