Skip to content

Commit 1393658

Browse files
chore: Release v1.11.0 [skip ci]
# app [1.11.0](v1.10.2...v1.11.0) (2026-03-07) ### Bug Fixes * Root installation fails if module path does not exist ([#282](#282)) ([3405802](3405802)) * The language selection list is empty ([db69dad](db69dad)) ### Features * Add deep link support ([#290](#290)) ([3b57efb](3b57efb)) * add Kurmanji (kmr-TR) language support ([516c200](516c200)) * Improve information in exported manager logs ([#279](#279)) ([2c0c344](2c0c344)) * Use Morphe patcher 1.2.0 ([#231](#231)) ([944a3ab](944a3ab))
1 parent 6ad567d commit 1393658

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# app [1.11.0](https://github.com/MorpheApp/morphe-manager/compare/v1.10.2...v1.11.0) (2026-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Root installation fails if module path does not exist ([#282](https://github.com/MorpheApp/morphe-manager/issues/282)) ([3405802](https://github.com/MorpheApp/morphe-manager/commit/3405802d37247596d0747f00e6a98f5a10cc9c9a))
7+
* The language selection list is empty ([db69dad](https://github.com/MorpheApp/morphe-manager/commit/db69dadbca9fe2c396719a93914600192b8affae))
8+
9+
10+
### Features
11+
12+
* Add deep link support ([#290](https://github.com/MorpheApp/morphe-manager/issues/290)) ([3b57efb](https://github.com/MorpheApp/morphe-manager/commit/3b57efb170e56eea1821dcbf2c49dcc2b795763a))
13+
* add Kurmanji (kmr-TR) language support ([516c200](https://github.com/MorpheApp/morphe-manager/commit/516c2001ebac4b6530d7560bf2797270a0d7942c))
14+
* Improve information in exported manager logs ([#279](https://github.com/MorpheApp/morphe-manager/issues/279)) ([2c0c344](https://github.com/MorpheApp/morphe-manager/commit/2c0c3447d647292ec17f9c9c55145811a732a78e))
15+
* Use Morphe patcher 1.2.0 ([#231](https://github.com/MorpheApp/morphe-manager/issues/231)) ([944a3ab](https://github.com/MorpheApp/morphe-manager/commit/944a3ab7fab2d689b81f5d8e6bf5224660ce11ef))
16+
117
# app [1.11.0-dev.6](https://github.com/MorpheApp/morphe-manager/compare/v1.11.0-dev.5...v1.11.0-dev.6) (2026-03-07)
218

319

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-07T18:01:14.927Z",
3-
"description": "# app [1.11.0-dev.6](https://github.com/MorpheApp/morphe-manager/compare/v1.11.0-dev.5...v1.11.0-dev.6) (2026-03-07)\n\n\n### Features\n\n* Add deep link support ([#290](https://github.com/MorpheApp/morphe-manager/issues/290)) ([3b57efb](https://github.com/MorpheApp/morphe-manager/commit/3b57efb170e56eea1821dcbf2c49dcc2b795763a))",
4-
"download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.11.0-dev.6/morphe-manager-1.11.0-dev.6.apk",
5-
"signature_download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.11.0-dev.6/morphe-manager-1.11.0-dev.6.apk.asc",
6-
"version": "1.11.0-dev.6"
2+
"created_at": "2026-03-07T19:05:23.269Z",
3+
"description": "# app [1.11.0](https://github.com/MorpheApp/morphe-manager/compare/v1.10.2...v1.11.0) (2026-03-07)\n\n\n### Bug Fixes\n\n* Root installation fails if module path does not exist ([#282](https://github.com/MorpheApp/morphe-manager/issues/282)) ([3405802](https://github.com/MorpheApp/morphe-manager/commit/3405802d37247596d0747f00e6a98f5a10cc9c9a))\n* The language selection list is empty ([db69dad](https://github.com/MorpheApp/morphe-manager/commit/db69dadbca9fe2c396719a93914600192b8affae))\n\n\n### Features\n\n* Add deep link support ([#290](https://github.com/MorpheApp/morphe-manager/issues/290)) ([3b57efb](https://github.com/MorpheApp/morphe-manager/commit/3b57efb170e56eea1821dcbf2c49dcc2b795763a))\n* add Kurmanji (kmr-TR) language support ([516c200](https://github.com/MorpheApp/morphe-manager/commit/516c2001ebac4b6530d7560bf2797270a0d7942c))\n* Improve information in exported manager logs ([#279](https://github.com/MorpheApp/morphe-manager/issues/279)) ([2c0c344](https://github.com/MorpheApp/morphe-manager/commit/2c0c3447d647292ec17f9c9c55145811a732a78e))\n* Use Morphe patcher 1.2.0 ([#231](https://github.com/MorpheApp/morphe-manager/issues/231)) ([944a3ab](https://github.com/MorpheApp/morphe-manager/commit/944a3ab7fab2d689b81f5d8e6bf5224660ce11ef))",
4+
"download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.11.0/morphe-manager-1.11.0.apk",
5+
"signature_download_url": "https://github.com/MorpheApp/morphe-manager/releases/download/v1.11.0/morphe-manager-1.11.0.apk.asc",
6+
"version": "1.11.0"
77
}

app/gradle.properties

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

0 commit comments

Comments
 (0)