Skip to content

Commit 259122a

Browse files
author
therealbluepandabear
committed
Updated version to 0.1.8-rc2.
1 parent 0af26e5 commit 259122a

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.therealbluepandabear.pixapencil"
1616
minSdk 26
1717
targetSdk 33
18-
versionCode 24
19-
versionName "0.1.8-rc1"
18+
versionCode 25
19+
versionName "0.1.8-rc2"
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Improvements Added
2+
- Translation updates
3+
4+
Bugs Fixed
5+
- Fixed bug in which inputting an out of bounds spray radius/strength value would show 'Value must be between 1 and 10,000' instead of the expected 'Value must be between 2 and 10,000'
6+
- Fixed bug where the user could use pixel perfect mode with a symmetry option selected which would then cause bugs
7+
- Fixed bug where the transparent primary/secondary color would have a partial black background (instead of white) in dark mode
8+
- Fixed bug in which the 'Compression Quality' text box and 'Resolution' radio buttons were not showing in landscape mode in the 'Export' dialog
9+
10+
Other Changes
11+
- Haptic feedback may not occur in the app if it's disabled on your device due to SDK updates

0 commit comments

Comments
 (0)