diff --git a/changelog.md b/changelog.md index adb8d78..0ddbc43 100755 --- a/changelog.md +++ b/changelog.md @@ -8,8 +8,14 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v3.2 +- Add `android` and `com.android.vending` by default. +- Handle `ro.vendor.build.security_patch` if the value is different. +- Updated Japanese translation (#11, @reindex-ot) +- Addded Turkish translation (@berkmirsat) + ### v3.1 -- Added `com.google.android.gsf` and `com.android.vending` into WebUI app list. (#10, [@ChiseWaguri](https://github.com/ChiseWaguri)) +- Added `com.google.android.gsf` and `com.android.vending` into WebUI app list. (#10, @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. diff --git a/module/module.prop b/module/module.prop index 2436ef6..80040b4 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v3.1 -versionCode=310 +version=v3.2 +versionCode=320 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 b0313c7..2f9e7c3 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 310, - "version": "v3.1", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.1/TrickyAddonModule-v3.1.zip", + "versionCode": 320, + "version": "v3.2", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.2/TrickyAddonModule-v3.2.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file