Skip to content

Commit c4d7330

Browse files
committed
docs: update changelog for iBotPeaches/Apktool#4041
1 parent 082f128 commit c4d7330

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/unreleased.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,17 @@ The changelog of the upcoming release, subject to change prior to finalization.
1818
- [[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Change `efd|empty-framework-dir` to `cf|clean-frameworks`. (Thanks IgorEisberg)
1919
- [[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Change `packageInfo` to `resourcesInfo` in `apktool.yml` representing all transformation options. (Thanks IgorEisberg)
2020
- [[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Change hex integer values to preferred compact form. (`0x20` instead of `0x00000020`) (Thanks IgorEisberg)
21-
- [[#4001](https://github.com/iBotPeaches/Apktool/pull/4001)] Change temporary files to be prefixed with binary name (ie aapt2). (Thanks jpstotz)
21+
- [[#4001](https://github.com/iBotPeaches/Apktool/pull/4001)] Change temporary files to be prefixed with binary name (ie aapt2). (Thanks jpstotz
22+
- [[#4041](https://github.com/iBotPeaches/Apktool/pull/4041)] Change default resolve mode to `KEEP` instead of `REMOVE`. (Thanks IgorEisberg)
2223
- [[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Fix all `<item>` tags to properly reference their respective resource types. (Thanks IgorEisberg)
2324
- [[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Fix usage of `dp` instead of `dip` as a more modern development standard. (Thanks IgorEisberg)
2425
- [[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Fix usage of `match_parent` instead of `fill_parent` as a more modern development standard. (Thanks IgorEisberg)
2526
- [[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Fix color values to represent the format they were in the original apk. (Thanks IgorEisberg)
2627
- [[#3994](https://github.com/iBotPeaches/Apktool/pull/3994)] Fix odd integer encoding behavior as a string. (Thanks IgorEisberg)
2728
- [[#3994](https://github.com/iBotPeaches/Apktool/pull/3994)] Fix support for feature flags prefixed with exclamation mark. (Thanks IgorEisberg)
2829
- [[#3997](https://github.com/iBotPeaches/Apktool/issues/3997)] Fix building on headless CI systems.
30+
- [[#4041](https://github.com/iBotPeaches/Apktool/pull/4041)] Fix entry spec naming to account for malicious or invalid spec names. (Thanks IgorEisberg)
31+
- [[#4041](https://github.com/iBotPeaches/Apktool/pull/4041)] Fix injection of entries to account for stripped apks. (Thanks IgorEisberg)
2932
- [[#3767](https://github.com/iBotPeaches/Apktool/issues/3767), [#3943](https://github.com/iBotPeaches/Apktool/issues/3943)] Swap to google/smali built from source due to upstream abandonment.
3033
- [[#3990](https://github.com/iBotPeaches/Apktool/pull/3990)] Upgrade `guava` to `33.5.0-jre`.
3134
- [[#4025](https://github.com/iBotPeaches/Apktool/pull/4025)] Upgrade `commons-cli` to `1.11.0`.

0 commit comments

Comments
 (0)