diff --git a/.github/workflowFiles/FutureChanageLog.md b/.github/workflowFiles/FutureChanageLog.md index e62998b4c..827c8b9f7 100644 --- a/.github/workflowFiles/FutureChanageLog.md +++ b/.github/workflowFiles/FutureChanageLog.md @@ -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 + \ No newline at end of file diff --git a/.github/workflows/makeRelease.yml b/.github/workflows/makeRelease.yml index bd4f326a3..0a6d5d3df 100644 --- a/.github/workflows/makeRelease.yml +++ b/.github/workflows/makeRelease.yml @@ -54,7 +54,7 @@ jobs: uses: ncipollo/release-action@v1.13.0 with: tag: ${{ github.ref }} - name: ${{ github.ref }} + name: ${{ github.ref_name }} prerelease: false draft: false artifacts: 'output/*.*' diff --git a/MagiskChangelog.md b/MagiskChangelog.md index d2700be91..16d79c584 100644 --- a/MagiskChangelog.md +++ b/MagiskChangelog.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 9a74ca50d..8750940ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"