Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaajjo committed Jan 22, 2023
1 parent a16f07c commit f7caee2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.kaajjo.libresudoku"
minSdk 26
targetSdk 33
versionCode 2
versionName "1.2.0"
versionCode 3
versionName "1.3.0"

vectorDrawables {
useSupportLibrary true
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
New:
12x12 with zoom and pan
Filtering and sorting
Add translations for French, Czech, Hungarian, Norwegian Bokmål, Portuguese (Brazil), Turkish.

Bug fixes:
Broken dark theme on MIUI
App language doesn't save after relaunch on Android <= 12

And many more bug fixes and UI/UX improvements

Full changelogs are available at GitHub

0 comments on commit f7caee2

Please sign in to comment.