chore: add missing note about updated framework file
Some checks failed
CI / CI (push) Failing after 0s
Deploy Docs / deploy (push) Failing after 0s

This commit is contained in:
Connor Tumbleson 2024-09-17 07:08:46 -04:00
parent 775822d51f
commit 98ed68df66
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -5,6 +5,14 @@ authors: ibotpeaches
tags: [release]
---
:::caution
This release contains an updated internal framework file.
- `apktool empty-framework-dir` to remove the old file.
:::
- [[#3476](https://github.com/iBotPeaches/Apktool/pull/3476)] Add parallelization to `decode|build` command. (Thanks Cregrant)
- [[#3559](https://github.com/iBotPeaches/Apktool/pull/3559)] Add reproducible builds (drop Proguard for R8).
- [[#3683](https://github.com/iBotPeaches/Apktool/pull/3683)] Add automatic selection of latest apktool to helper scripts. (Thanks codebymikey