Skip to content

Commit 0f6efe9

Browse files
author
therealbluepandabear
committed
Updated version to 0.1.8-beta2.
1 parent 5444b4b commit 0f6efe9

2 files changed

Lines changed: 15 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 31
18-
versionCode 22
19-
versionName "0.1.8-beta1"
18+
versionCode 23
19+
versionName "0.1.8-beta2"
2020

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Warning: Beta releases are not production ready, subject to major changes, and haven't gone through a great deal of testing to ensure feature stability.
2+
3+
Features Added
4+
- You can now input a compression quality value when exporting your images to JPG
5+
6+
Improvements Added
7+
- You can now long tap on your primary/secondary color to open the color picker; this used to be a feature, but was removed -- now it has been re-added
8+
- The maximum value for spray radius/strength has been lowered from 20k to 10k
9+
- Replaced 'Save under new name' with 'Cancel'
10+
- Translation updates
11+
12+
Bugs Fixed
13+
- Fixed bug in which occasionally, the keyboard from a previous fragment/activity wouldn't hide/close quickly enough when creating a new project or importing an image -- causing incorrect canvas view dimensions to be set

0 commit comments

Comments
 (0)