Skip to content

Commit eaf4915

Browse files
chore: Release v1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2026-02-21) ### Bug Fixes * Allow enabling/disabling patches using case insensitive patch names ([#48](#48)) ([03a280a](03a280a)) * Do not log patch name more than once if disabled ([#49](#49)) ([b980bb8](b980bb8)) ### Features * Add `--continue-on-error` argument, return non zero exit code if patching fails ([#47](#47)) ([255646b](255646b)) * Add `--options-file` json patch/option configuration ([#53](#53)) ([44943da](44943da)) * Add `--striplibs` argument to strip unwanted architectures ([#46](#46)) ([7442d94](7442d94)) * Support patching APKM bundles ([#40](#40)) ([bfe43d0](bfe43d0))
1 parent 5ad20c0 commit eaf4915

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.4.0](https://github.com/MorpheApp/morphe-cli/compare/v1.3.0...v1.4.0) (2026-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Allow enabling/disabling patches using case insensitive patch names ([#48](https://github.com/MorpheApp/morphe-cli/issues/48)) ([03a280a](https://github.com/MorpheApp/morphe-cli/commit/03a280abea6c9187eec22548707eb889b0252c3f))
7+
* Do not log patch name more than once if disabled ([#49](https://github.com/MorpheApp/morphe-cli/issues/49)) ([b980bb8](https://github.com/MorpheApp/morphe-cli/commit/b980bb8e0b3bf8eb4c7af1fe289ff1b63c437fa3))
8+
9+
10+
### Features
11+
12+
* Add `--continue-on-error` argument, return non zero exit code if patching fails ([#47](https://github.com/MorpheApp/morphe-cli/issues/47)) ([255646b](https://github.com/MorpheApp/morphe-cli/commit/255646b250237087ab7d7f9733daa6751b7e4016))
13+
* Add `--options-file` json patch/option configuration ([#53](https://github.com/MorpheApp/morphe-cli/issues/53)) ([44943da](https://github.com/MorpheApp/morphe-cli/commit/44943da5f40f8ec37364d4f67b9d2e82d2b5e98f))
14+
* Add `--striplibs` argument to strip unwanted architectures ([#46](https://github.com/MorpheApp/morphe-cli/issues/46)) ([7442d94](https://github.com/MorpheApp/morphe-cli/commit/7442d942d392b3e1e9ce959c30db8460bffee8d6))
15+
* Support patching APKM bundles ([#40](https://github.com/MorpheApp/morphe-cli/issues/40)) ([bfe43d0](https://github.com/MorpheApp/morphe-cli/commit/bfe43d0b747d0e336a3f36f048e85907a140f1fc))
16+
117
# [1.4.0-dev.6](https://github.com/MorpheApp/morphe-cli/compare/v1.4.0-dev.5...v1.4.0-dev.6) (2026-02-19)
218

319

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 1.4.0-dev.6
4+
version = 1.4.0

0 commit comments

Comments
 (0)