Skip to content

Commit b64fc63

Browse files
author
therealbluepandabear
committed
Updated version to 0.1.8-beta1.
1 parent 3955998 commit b64fc63

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 21
19-
versionName "0.1.7-patch1"
18+
versionCode 22
19+
versionName "0.1.8-beta1"
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+
Features Added
2+
- Added the option of exporting your project under its raw dimensions (along with scaled dimensions, which used to be the only option)
3+
4+
Improvements Added
5+
- 'Save as' (with multiple submenus) has transitioned into a single menu titled 'Export'
6+
- Minor margin adjustment in the 'New Color Palette' screen
7+
- Translation updates
8+
9+
Bugs Fixed
10+
- Fixed bug in which input errors (such as an invalid or empty width/height) would leave permanent margin changes
11+
12+
Other Changes
13+
- Moved Lospec palette support out of beta

0 commit comments

Comments
 (0)