Skip to content

Commit ad5012d

Browse files
author
therealbluepandabear
committed
Updated version to 0.1.7-beta1.
1 parent ca48d41 commit ad5012d

2 files changed

Lines changed: 17 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 16
19-
versionName "0.1.6"
18+
versionCode 17
19+
versionName "0.1.7-beta1"
2020

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Note
2+
Because of database changes, all rotations will reset to '0' on your projects. More info is available on GitHub.
3+
4+
Features Added
5+
- Users now have the ability to import external Lospec palettes inside the app
6+
7+
Improvements Added
8+
- More strings have been translated into various languages
9+
- After 'Delete' is tapped in the bottom sheet, instead of getting a dialog verifying whether or not the user wants to delete their creation, the creation will get deleted and you will then see a snackbar with an 'Undo' button
10+
- Added a better ripple color for the floating action button in the home screen
11+
- 'Find and Replace', 'Filters', and 'Clear Canvas' actions are now faster
12+
13+
Other Changes
14+
- Backend improvements and general app stabilization
15+
- Changelogs should now be visible on F-Droid

0 commit comments

Comments
 (0)