Skip to content

Commit 001781e

Browse files
chore: Release v1.4.0-dev.1 [skip ci]
# [1.4.0-dev.1](v1.3.0...v1.4.0-dev.1) (2026-03-24) ### Bug Fixes * Bump arsclib version, remove APKEditor ([7db96f0](7db96f0)) * Dispatch error when launching app ([MorpheApp#79](https://github.com/AzyrRuthless/morphe-cli/issues/79)) ([5a18f49](5a18f49)) * Update to latest patcher dev ([0e0ccf0](0e0ccf0)) * Update to latest patcher dev ([df1b416](df1b416)) * Update to latest patcher dev ([0d6d9d8](0d6d9d8)) * Update to latest patcher dev ([e2bd02e](e2bd02e)) * Update to Patcher 1.3.0 ([42a0042](42a0042)) * Update to Patcher 1.3.1 ([a808bf1](a808bf1)) * Update to Patcher 1.3.2 ([d935ad9](d935ad9)) * Use GitHub raw links for CLI update check ([MorpheApp#87](https://github.com/AzyrRuthless/morphe-cli/issues/87)) ([afd0cc3](afd0cc3)) * Use more logging verbosity when updating options.json ([MorpheApp#72](https://github.com/AzyrRuthless/morphe-cli/issues/72)) ([bb00a53](bb00a53)) ### Features * Add desktop GUI ([MorpheApp#42](https://github.com/AzyrRuthless/morphe-cli/issues/42)) ([4e33491](4e33491)) * Inform user if cli is outdated ([MorpheApp#81](https://github.com/AzyrRuthless/morphe-cli/issues/81)) ([093e068](093e068))
1 parent 8ea844e commit 001781e

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.4.0-dev.1](https://github.com/AzyrRuthless/morphe-cli/compare/v1.3.0...v1.4.0-dev.1) (2026-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Bump arsclib version, remove APKEditor ([7db96f0](https://github.com/AzyrRuthless/morphe-cli/commit/7db96f090f4df1200a1bae9b4d4df4b0e8c2fc14))
7+
* Dispatch error when launching app ([#79](https://github.com/AzyrRuthless/morphe-cli/issues/79)) ([5a18f49](https://github.com/AzyrRuthless/morphe-cli/commit/5a18f49b939147a19ff2d8c25fda43407923a5f6))
8+
* Update to latest patcher dev ([0e0ccf0](https://github.com/AzyrRuthless/morphe-cli/commit/0e0ccf0c4ee24210174e2caf7026c6cae2414fd4))
9+
* Update to latest patcher dev ([df1b416](https://github.com/AzyrRuthless/morphe-cli/commit/df1b416db7dfefc86fa3f6cc1597dac489cc4c04))
10+
* Update to latest patcher dev ([0d6d9d8](https://github.com/AzyrRuthless/morphe-cli/commit/0d6d9d865fd3123bf6f597118c393a804318b66f))
11+
* Update to latest patcher dev ([e2bd02e](https://github.com/AzyrRuthless/morphe-cli/commit/e2bd02eebfc8500a936dff62dcea9e8dcd6da8e3))
12+
* Update to Patcher 1.3.0 ([42a0042](https://github.com/AzyrRuthless/morphe-cli/commit/42a00428b6cf6facfd0240ef37cd4c9c5678a1c5))
13+
* Update to Patcher 1.3.1 ([a808bf1](https://github.com/AzyrRuthless/morphe-cli/commit/a808bf1e2bfcbc10e2519c5f3f9111ca08e52202))
14+
* Update to Patcher 1.3.2 ([d935ad9](https://github.com/AzyrRuthless/morphe-cli/commit/d935ad9cdad78781618aa9429f5a379df035c6ce))
15+
* Use GitHub raw links for CLI update check ([#87](https://github.com/AzyrRuthless/morphe-cli/issues/87)) ([afd0cc3](https://github.com/AzyrRuthless/morphe-cli/commit/afd0cc3e2817049a3b05fb7ffa89b578289099b0))
16+
* Use more logging verbosity when updating options.json ([#72](https://github.com/AzyrRuthless/morphe-cli/issues/72)) ([bb00a53](https://github.com/AzyrRuthless/morphe-cli/commit/bb00a53c94188f6daff5b4f118fcc93b9ca5b238))
17+
18+
19+
### Features
20+
21+
* Add desktop GUI ([#42](https://github.com/AzyrRuthless/morphe-cli/issues/42)) ([4e33491](https://github.com/AzyrRuthless/morphe-cli/commit/4e334918514109910d237bf65ff1c5b3c3b2c6e6))
22+
* Inform user if cli is outdated ([#81](https://github.com/AzyrRuthless/morphe-cli/issues/81)) ([093e068](https://github.com/AzyrRuthless/morphe-cli/commit/093e0681669edee5b266b9a3fdcd8ad9aa55f65a))
23+
124
# [1.3.0](https://github.com/AzyrRuthless/morphe-cli/compare/v1.2.0...v1.3.0) (2026-03-12)
225

326

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.3.0
4+
version = 1.4.0-dev.1

0 commit comments

Comments
 (0)