Skip to content

Commit

Permalink
Second bugfix for 0.9.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
perepujal committed Feb 26, 2024
1 parent de37115 commit b1a71a5
Show file tree
Hide file tree
Showing 2 changed files with 17 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 @@ -45,8 +45,8 @@ android {
if (buildAsApplication) {
dimension "store"
applicationId "org.tuxpaint"
versionCode 9321
versionName "0.9.32-1"
versionCode 9322
versionName "0.9.32-2"
}
}
}
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelog/9322.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
9320
New magic tools: Epitrochoid, Hypotrochoid, Perspectives drawing and adjusting 1- 2- 3- vanishing points, isometric, dimetric, trimetric, oblique.
New configuration item "Complexity" to allow disable some magic tools.

Android changes:
Stamps integrated into the app, the stamps size has been reduced drastically, the app size drops from ~250MB to ~150MB.

9321
Bugfixes:
Disabled Import Data as it crashed in some devices and it was not finished.
Chromebook/mouse/pointer users now can see the cursor on the screen.

9322
Bugfix:
Old Androids were not able to export drawings in 9320 and 9321.

0 comments on commit b1a71a5

Please sign in to comment.