Skip to content

Commit 7bf678a

Browse files
author
therealbluepandabear
committed
Updated version to 0.1.8-rc1.
1 parent 8984afa commit 7bf678a

2 files changed

Lines changed: 18 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 23
19-
versionName "0.1.8-beta2"
18+
versionCode 24
19+
versionName "0.1.8-rc1"
2020

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Improvements Added
2+
- App can finally properly register touch events when their start/end is outside canvas bounds (all credits go to Sergie Kozelko from StackOverflow)
3+
- Translation updates
4+
- The maximum undo/redo stack size is now 100 items instead of unlimited
5+
- Updated in-app tutorial
6+
- Improved the UI for the 'Input Name' dialog
7+
- Changed 'We would love you to join our Matrix or Discord server' to 'Join the official Matrix or Discord server' -- this is more appropriate
8+
9+
Bugs Fixed
10+
- Fixed bug where inputting a blank value for the 'Palette URL Identifier' `EditText` in the 'Import Lospec Palette' dialog would cause the app to crash
11+
- Fixed bug where octal symmetry was being enabled when the bitmap was not a square
12+
- Fixed bug where the grid would become enabled when it shouldn't have
13+
- Fixed bug where 'XXX cannot be empty' errors were showing when the value wasn't empty, but simply greater than the maximum `Int` value
14+
15+
Deprecated Changes Since 0.1.8 Beta 2
16+
- Due to serious bugs, you can no longer long tap on your primary/secondary color to get to the color picker

0 commit comments

Comments
 (0)