diff --git a/CHANGELOG.App.md b/CHANGELOG.App.md index e1753f3..bec2f25 100644 --- a/CHANGELOG.App.md +++ b/CHANGELOG.App.md @@ -1,3 +1,11 @@ +## 1.4.2 + +- Add character dialogue caption option + +## 1.4.1 + +- Fixed error that occur under Android 12 + ## 1.4.0 - Add various preferences diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bcf4e..f03e365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.15.2 + +- Enhanced NowLoading fallback logic + ## 2.15.1 - Fixed an issue where the resolution was incorrect when the screen was rotated from horizontal to vertical diff --git a/module.gradle b/module.gradle index faabf22..3d9285a 100644 --- a/module.gradle +++ b/module.gradle @@ -4,8 +4,8 @@ ext { moduleName = "UmamusumeLocalify" moduleAuthor = "Kimjio" moduleDescription = "umamusume-localify" - moduleVersion = "2.15.1" - moduleVersionCode = 23 + moduleVersion = "2.15.2" + moduleVersionCode = 24 moduleUpdateJson = "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/update" // Riru diff --git a/update-riru.json b/update-riru.json index 9fcf456..7282627 100644 --- a/update-riru.json +++ b/update-riru.json @@ -1,6 +1,6 @@ { - "version": "2.15.1", - "versionCode": 23, - "zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/riru-umamusume-localify-2.15.1-release.zip", + "version": "2.15.2", + "versionCode": 24, + "zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/riru-umamusume-localify-2.15.2-release.zip", "changelog": "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/CHANGELOG.md" } \ No newline at end of file diff --git a/update-zygisk.json b/update-zygisk.json index a1de998..ae92362 100644 --- a/update-zygisk.json +++ b/update-zygisk.json @@ -1,6 +1,6 @@ { - "version": "2.15.1", - "versionCode": 23, - "zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/zygisk-umamusume-localify-2.15.1-release.zip", + "version": "2.15.2", + "versionCode": 24, + "zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/zygisk-umamusume-localify-2.15.2-release.zip", "changelog": "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/CHANGELOG.md" } \ No newline at end of file