Skip to content

Commit a65567e

Browse files
chore: Release v1.12.0 [skip ci]
# app [1.12.0](v1.11.0...v1.12.0) (2026-03-22) ### Bug Fixes * Add list editor dialog for `List<String>` patch options ([#318](#318)) ([5b722d2](5b722d2)) * Allow third-party universal patches in `Other Apps` flow ([#322](#322)) ([b888ff7](b888ff7)) * Cache source avatars to prevent flicker on sheet reopen ([8e8a350](8e8a350)) * Prevent adding duplicate patch sources ([d616d7f](d616d7f)) * Set default minimum process memory limit to 512MB ([c28aaae](c28aaae)) * Use latest Morphe patcher ([cb53fbb](cb53fbb)) ### Features * Group universal patches into separate section in ExpertModeDialog ([4c833da](4c833da)) * Parse CHANGELOG.md for changelogs ([84eb6ef](84eb6ef)) * Refine update badges using changelog scope matching ([#310](#310)) ([9b1cae7](9b1cae7)) * Use interactive background animations ([#284](#284)) ([fca12bf](fca12bf)) * Use Morphe patcher 1.3.0 ([#329](#329)) ([344a06c](344a06c))
1 parent b0ad6f0 commit a65567e

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

app/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# app [1.12.0](https://github.com/MorpheApp/morphe-manager/compare/v1.11.0...v1.12.0) (2026-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Add list editor dialog for `List<String>` patch options ([#318](https://github.com/MorpheApp/morphe-manager/issues/318)) ([5b722d2](https://github.com/MorpheApp/morphe-manager/commit/5b722d27f979d32a18a04b0bbefb36b0add6e80d))
7+
* Allow third-party universal patches in `Other Apps` flow ([#322](https://github.com/MorpheApp/morphe-manager/issues/322)) ([b888ff7](https://github.com/MorpheApp/morphe-manager/commit/b888ff77e58618dc9a5691ef0e96381092a227c5))
8+
* Cache source avatars to prevent flicker on sheet reopen ([8e8a350](https://github.com/MorpheApp/morphe-manager/commit/8e8a35050d2da83736e0737e4d151e401f19696f))
9+
* Prevent adding duplicate patch sources ([d616d7f](https://github.com/MorpheApp/morphe-manager/commit/d616d7f46f3f95424529992687152bd3f93740fa))
10+
* Set default minimum process memory limit to 512MB ([c28aaae](https://github.com/MorpheApp/morphe-manager/commit/c28aaae9a63dbb4b0a084938ed4092cfdddb3f37))
11+
* Use latest Morphe patcher ([cb53fbb](https://github.com/MorpheApp/morphe-manager/commit/cb53fbb5814d67730b7e53e940bcac49a9df671e))
12+
13+
14+
### Features
15+
16+
* Group universal patches into separate section in ExpertModeDialog ([4c833da](https://github.com/MorpheApp/morphe-manager/commit/4c833da021d2e5a180cf39f9709b2d2f1ecce606))
17+
* Parse CHANGELOG.md for changelogs ([84eb6ef](https://github.com/MorpheApp/morphe-manager/commit/84eb6efa5b78e1b0a881b29f311542f98ce1fd7d))
18+
* Refine update badges using changelog scope matching ([#310](https://github.com/MorpheApp/morphe-manager/issues/310)) ([9b1cae7](https://github.com/MorpheApp/morphe-manager/commit/9b1cae7ddae4f8676b5e920a28ab1bcb4b424f34))
19+
* Use interactive background animations ([#284](https://github.com/MorpheApp/morphe-manager/issues/284)) ([fca12bf](https://github.com/MorpheApp/morphe-manager/commit/fca12bf0e9b3e4614255de82bc60fd634e015f35))
20+
* Use Morphe patcher 1.3.0 ([#329](https://github.com/MorpheApp/morphe-manager/issues/329)) ([344a06c](https://github.com/MorpheApp/morphe-manager/commit/344a06c43d46f7e6be1ca9292aea639a5677d542))
21+
122
# app [1.12.0-dev.8](https://github.com/MorpheApp/morphe-manager/compare/v1.12.0-dev.7...v1.12.0-dev.8) (2026-03-21)
223

324

app/app-release.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"created_at": "2026-03-21T14:18:41.777Z",
3-
"description": "# app [1.12.0-dev.8](https://github.com/MorpheApp/morphe-manager/compare/v1.12.0-dev.7...v1.12.0-dev.8) (2026-03-21)\n\n\n### Features\n\n* Refine update badges using changelog scope matching ([#310](https://github.com/MorpheApp/morphe-manager/issues/310)) ([9b1cae7](https://github.com/MorpheApp/morphe-manager/commit/9b1cae7ddae4f8676b5e920a28ab1bcb4b424f34))",
4-
"download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.12.0-dev.8/morphe-manager-1.12.0-dev.8.apk",
5-
"signature_download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.12.0-dev.8/morphe-manager-1.12.0-dev.8.apk.asc",
6-
"version": "1.12.0-dev.8"
2+
"created_at": "2026-03-22T07:13:46.153Z",
3+
"description": "# app [1.12.0](https://github.com/MorpheApp/morphe-manager/compare/v1.11.0...v1.12.0) (2026-03-22)\n\n\n### Bug Fixes\n\n* Add list editor dialog for `List<String>` patch options ([#318](https://github.com/MorpheApp/morphe-manager/issues/318)) ([5b722d2](https://github.com/MorpheApp/morphe-manager/commit/5b722d27f979d32a18a04b0bbefb36b0add6e80d))\n* Allow third-party universal patches in `Other Apps` flow ([#322](https://github.com/MorpheApp/morphe-manager/issues/322)) ([b888ff7](https://github.com/MorpheApp/morphe-manager/commit/b888ff77e58618dc9a5691ef0e96381092a227c5))\n* Cache source avatars to prevent flicker on sheet reopen ([8e8a350](https://github.com/MorpheApp/morphe-manager/commit/8e8a35050d2da83736e0737e4d151e401f19696f))\n* Prevent adding duplicate patch sources ([d616d7f](https://github.com/MorpheApp/morphe-manager/commit/d616d7f46f3f95424529992687152bd3f93740fa))\n* Set default minimum process memory limit to 512MB ([c28aaae](https://github.com/MorpheApp/morphe-manager/commit/c28aaae9a63dbb4b0a084938ed4092cfdddb3f37))\n* Use latest Morphe patcher ([cb53fbb](https://github.com/MorpheApp/morphe-manager/commit/cb53fbb5814d67730b7e53e940bcac49a9df671e))\n\n\n### Features\n\n* Group universal patches into separate section in ExpertModeDialog ([4c833da](https://github.com/MorpheApp/morphe-manager/commit/4c833da021d2e5a180cf39f9709b2d2f1ecce606))\n* Parse CHANGELOG.md for changelogs ([84eb6ef](https://github.com/MorpheApp/morphe-manager/commit/84eb6efa5b78e1b0a881b29f311542f98ce1fd7d))\n* Refine update badges using changelog scope matching ([#310](https://github.com/MorpheApp/morphe-manager/issues/310)) ([9b1cae7](https://github.com/MorpheApp/morphe-manager/commit/9b1cae7ddae4f8676b5e920a28ab1bcb4b424f34))\n* Use interactive background animations ([#284](https://github.com/MorpheApp/morphe-manager/issues/284)) ([fca12bf](https://github.com/MorpheApp/morphe-manager/commit/fca12bf0e9b3e4614255de82bc60fd634e015f35))\n* Use Morphe patcher 1.3.0 ([#329](https://github.com/MorpheApp/morphe-manager/issues/329)) ([344a06c](https://github.com/MorpheApp/morphe-manager/commit/344a06c43d46f7e6be1ca9292aea639a5677d542))",
4+
"download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.12.0/morphe-manager-1.12.0.apk",
5+
"signature_download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.12.0/morphe-manager-1.12.0.apk.asc",
6+
"version": "1.12.0"
77
}

app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 1.12.0-dev.8
1+
version = 1.12.0

0 commit comments

Comments
 (0)