From 5ef6293924cc624df8398704053838571b302966 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sun, 19 Jan 2025 15:01:11 +0800 Subject: [PATCH] v3.1 release --- changelog.md | 7 +++++++ module/module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 8e9e7b9..adb8d78 100755 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,13 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v3.1 +- Added `com.google.android.gsf` and `com.android.vending` into WebUI app list. (#10, [@ChiseWaguri](https://github.com/ChiseWaguri)) +- Fixed multiple instances of GMS appeared in the app list when GMS isn't a system app. +- Added auto backup `keybox.xml` to `keybox.xml.bak` before replacing it. +- Minor animation improvements and code optimizations. +- [Markdown support](https://github.com/markedjs/marked) for future update changelog in WebUI. + ### v3.0 - Animation improvement: new checkbox animation, new touch ripple animation, and more. - Adjust save button and prompt position in MMRL. diff --git a/module/module.prop b/module/module.prop index 4efc9aa..2436ef6 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v3.0 -versionCode=300 +version=v3.1 +versionCode=310 author=KOWX712 description=A WebUI to conifgure tricky store target.txt updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json diff --git a/update.json b/update.json index 5c9f174..b0313c7 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 300, - "version": "v3.0", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.0/TrickyAddonModule-v3.0.zip", + "versionCode": 310, + "version": "v3.1", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.1/TrickyAddonModule-v3.1.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file