You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/unreleased.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,17 @@ The changelog of the upcoming release, subject to change prior to finalization.
18
18
-[[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Change `efd|empty-framework-dir` to `cf|clean-frameworks`. (Thanks IgorEisberg)
19
19
-[[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Change `packageInfo` to `resourcesInfo` in `apktool.yml` representing all transformation options. (Thanks IgorEisberg)
20
20
-[[#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)
22
23
-[[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Fix all `<item>` tags to properly reference their respective resource types. (Thanks IgorEisberg)
23
24
-[[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Fix usage of `dp` instead of `dip` as a more modern development standard. (Thanks IgorEisberg)
24
25
-[[#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)
25
26
-[[#3885](https://github.com/iBotPeaches/Apktool/pull/3885)] Fix color values to represent the format they were in the original apk. (Thanks IgorEisberg)
26
27
-[[#3994](https://github.com/iBotPeaches/Apktool/pull/3994)] Fix odd integer encoding behavior as a string. (Thanks IgorEisberg)
27
28
-[[#3994](https://github.com/iBotPeaches/Apktool/pull/3994)] Fix support for feature flags prefixed with exclamation mark. (Thanks IgorEisberg)
28
29
-[[#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)
29
32
-[[#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.
30
33
-[[#3990](https://github.com/iBotPeaches/Apktool/pull/3990)] Upgrade `guava` to `33.5.0-jre`.
31
34
-[[#4025](https://github.com/iBotPeaches/Apktool/pull/4025)] Upgrade `commons-cli` to `1.11.0`.
0 commit comments