Skip to content

Commit b1a71a5

Browse files
committed
Second bugfix for 0.9.32.
1 parent de37115 commit b1a71a5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ android {
4545
if (buildAsApplication) {
4646
dimension "store"
4747
applicationId "org.tuxpaint"
48-
versionCode 9321
49-
versionName "0.9.32-1"
48+
versionCode 9322
49+
versionName "0.9.32-2"
5050
}
5151
}
5252
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
9320
2+
New magic tools: Epitrochoid, Hypotrochoid, Perspectives drawing and adjusting 1- 2- 3- vanishing points, isometric, dimetric, trimetric, oblique.
3+
New configuration item "Complexity" to allow disable some magic tools.
4+
5+
Android changes:
6+
Stamps integrated into the app, the stamps size has been reduced drastically, the app size drops from ~250MB to ~150MB.
7+
8+
9321
9+
Bugfixes:
10+
Disabled Import Data as it crashed in some devices and it was not finished.
11+
Chromebook/mouse/pointer users now can see the cursor on the screen.
12+
13+
9322
14+
Bugfix:
15+
Old Androids were not able to export drawings in 9320 and 9321.

0 commit comments

Comments
 (0)