diff --git a/blog/2025/2025-03-10-release-2111.mdx b/blog/2025/2025-03-10-release-2111.mdx new file mode 100644 index 0000000000..a51320aa74 --- /dev/null +++ b/blog/2025/2025-03-10-release-2111.mdx @@ -0,0 +1,23 @@ +--- +slug: apktool-2.11.1 +title: Apktool 2.11.1 +authors: [ibotpeaches] +tags: [release] +--- + +- [[#3768](https://github.com/iBotPeaches/Apktool/issues/3768)] Fix parsing feature flags at any point in `AndroidManifest.xml`. (Thanks IgorEisberg) +- [[#3811](https://github.com/iBotPeaches/Apktool/pull/3811)] Fix injection of network debugging if existing entries present. (Thanks aytee6) +- [[#3799](https://github.com/iBotPeaches/Apktool/pull/3799)] Fix disassembly of applications with unordered type chunks. +- [[#3762](https://github.com/iBotPeaches/Apktool/pull/3762)] Upgrade r8 to `8.7.18`. +- [[#3800](https://github.com/iBotPeaches/Apktool/pull/3800)] Upgrade gradle to `4.3.0`. + +:::success + +[Download now at Bitbucket](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.1.jar), [Maven](https://mvnrepository.com/artifact/org.apktool/apktool-lib) + +- md5 - `e64d0b288b96a8c7502d8897ac8f2eae` +- sha256 - `56d59c524fc764263ba8d345754d8daf55b1887818b15cd3b594f555d249e2db` + +::: + +> This post was released with commentary at: https://connortumbleson.com/2025/03/10/apktool-v2-11-1-released/ diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 01e34d15fe..14a7bb1d45 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -8,8 +8,4 @@ The changelog of the upcoming release, subject to change prior to finalization. ::: -- [[#3768](https://github.com/iBotPeaches/Apktool/issues/3768)] Fix parsing feature flags at any point in `AndroidManifest.xml`. (Thanks IgorEisberg) -- [[#3811](https://github.com/iBotPeaches/Apktool/pull/3811)] Fix injection of network debugging if existing entries present. (Thanks aytee6) -- [[#3799](https://github.com/iBotPeaches/Apktool/pull/3799)] Fix disassembly of applications with unordered type chunks. -- [[#3762](https://github.com/iBotPeaches/Apktool/pull/3762)] Upgrade r8 to `8.7.18`. -- [[#3800](https://github.com/iBotPeaches/Apktool/pull/3800)] Upgrade gradle to `4.3.0`. +_It's a bit empty here, but we are working on it!_ diff --git a/docusaurus.config.js b/docusaurus.config.js index 903e63126e..aa14a6c395 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -91,8 +91,8 @@ const config = { {to: '/docs/install', label: 'Install', position: 'left'}, {to: '/blog', label: 'Releases', position: 'left'}, { - href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.0.jar', - label: 'Download 2.11.0', + href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.1.jar', + label: 'Download 2.11.1', position: 'right', }, { diff --git a/src/pages/index.js b/src/pages/index.js index 807be6582a..40eb2bef42 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -23,7 +23,7 @@ function HomepageHeader() { {`$ apktool d test.apk -I: Using Apktool 2.11.0 on test.apk +I: Using Apktool 2.11.1 on test.apk I: Loading resource table... I: Decoding AndroidManifest.xml with resources... I: Loading resource table from file: 1.apk @@ -35,7 +35,7 @@ I: Copying assets and libs... I: Copying unknown files... I: Copying original files... $ apktool b test -I: Using Apktool 2.11.0 on test +I: Using Apktool 2.11.1 on test I: Checking whether sources has changed... I: Smaling smali folder into classes.dex... I: Checking whether resources has changed...