Skip to content

Commit 316e83a

Browse files
author
therealbluepandabear
committed
Updated version to 0.1.7.
1 parent 1bf66ee commit 316e83a

2 files changed

Lines changed: 25 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 19
19-
versionName "0.1.7-beta3"
18+
versionCode 20
19+
versionName "0.1.7"
2020

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Features Added
2+
- Delete All - you can now delete all of your projects if you want a fresh start
3+
- Open Image - you can now open/import images from your phone into the app
4+
- Import Lospec Palettes - users now have the ability to import external Lospec palettes inside the app
5+
- Flip - you can now flip your creations vertically or horizontally
6+
7+
Improvements Added
8+
- Minor interactive app tutorial improvements
9+
- Translation updates
10+
- App is now more adaptable with phones that have smaller screens, larger user interface sizes, and tablets
11+
- Renamed 'Find and Replace' to 'Replace Color'
12+
- 'Reset Position' and 'Save in Background' are now more stable
13+
- More strings have been translated into various languages
14+
- 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
15+
- Added a better ripple color for the floating action button in the home screen
16+
- 'Find and Replace', 'Filters', and 'Clear Canvas' actions are now faster
17+
- Removed all rotation animations permanently
18+
19+
Other Changes
20+
- Removed 'Rename' functionality due to high amount of bugs
21+
- Changed F-Droid description and cover images
22+
- Backend improvements and general app stabilization
23+
- Changelogs should now be visible on F-Droid

0 commit comments

Comments
 (0)