Skip to content

Commit

Permalink
3.3.1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Jan 22, 2024
1 parent 5e7e832 commit c46281f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflowFiles/FutureChanageLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
Added:
- Option to hide the Navbar pill (Navigation)
- Option to show charging information on QS panel (Quick Settings)
- Option to close the QS panel with a single swipe (Quick Settings)
- Option to force always-on-display while charging (Misc)
- Option to set default notification expansion state (Misc)

- Compatible with Android 14 QPR2
- App user interface improvement
- Bugfixes


2 changes: 1 addition & 1 deletion .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: ncipollo/[email protected]
with:
tag: ${{ github.ref }}
name: ${{ github.ref }}
name: ${{ github.ref_name }}
prerelease: false
draft: false
artifacts: 'output/*.*'
Expand Down
2 changes: 2 additions & 0 deletions MagiskChangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Added:
- A14: Added option to remove lockscreen customization pill

- Bugfixes


**3.1.0**
- The module is now called: Pixel Xpert!
- Theming and font options are removed. Pixel Xpert is now released in one package type
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "sh.siava.pixelxpert"
minSdk 33
targetSdk 34
versionCode 327
versionCode 326
versionName "canary-327"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit c46281f

Please sign in to comment.