Skip to content

Commit 47a8003

Browse files
committed
Update v2.1.1
1 parent 51931b7 commit 47a8003

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

ChangeLogs/ch-logs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<details open>
2+
<summary> v2.1.1</summary>
3+
4+
* Supports metadata version 31
5+
* Merged latest [commit](https://github.com/Perfare/Il2CppDumper/commit/4741d46ba9cd6159c5d853eb9d6fc48b4bfa2b1a) from upstream
6+
* Fixed [[#issue-4](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/issues/4)]
7+
</details>
8+
9+
<details>
210
<summary> v2.1.0</summary>
311

412
* Merged latest [commit](https://github.com/Perfare/Il2CppDumper/commit/217f1d4737cd9d9d16ab5bef355156bcbc44f9e0) from upstream

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<p><br>
99

1010
<p align="center">
11-
<a href="https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.0" alt="Latest Release">
11+
<a href="https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.1" alt="Latest Release">
1212
<img src="https://img.shields.io/github/v/release/Poko-Apps/Il2cppDumpDroidGUI?label=Latest%20Release" /></a>
13-
<a href="https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.0" alt="Latest Release">
13+
<a href="https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.1" alt="Total Downloads">
1414
<img src="https://img.shields.io/github/downloads/Poko-Apps/Il2cppDumpDroidGUI/total?label=Total%20Downloads" /></a>
1515
<a href="https://github.com/Poko-Apps/Il2cppDumpDroidGUI/blob/master/LICENSE" alt="Licence">
1616
<img src="https://img.shields.io/badge/License-GPLv3-8A2BE2.svg" /></a>
@@ -42,6 +42,14 @@
4242

4343
## Recent Change Log
4444
<details open>
45+
<summary> v2.1.1</summary>
46+
47+
* Supports metadata version 31
48+
* Merged latest [commit](https://github.com/Perfare/Il2CppDumper/commit/4741d46ba9cd6159c5d853eb9d6fc48b4bfa2b1a) from upstream
49+
* Fixed [[#issue-4](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/issues/4)]
50+
</details>
51+
52+
<details>
4553
<summary> v2.1.0</summary>
4654

4755
* Merged latest [commit](https://github.com/Perfare/Il2CppDumper/commit/217f1d4737cd9d9d16ab5bef355156bcbc44f9e0) from upstream
@@ -55,25 +63,14 @@
5563
* In Configaration Dialog, DumpProperty by default disabled
5664
* Some Code improvements
5765
</details>
58-
59-
<details>
60-
<summary> v2.0.1</summary>
61-
62-
* Android 10 crash fixed [[#issue-1](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/issues/1)]
63-
* Now resetting config automatically saved
64-
* Multiple permission window fixed in android 11 or up
65-
* App icon changed
66-
* Support for android 12L & 13
67-
* Overall stability and bug fixes
68-
</details>
6966
<br>
7067
<hr>
7168

7269
For all change logs [[Click here]](ChangeLogs/ch-logs.md)
7370

7471
## Installation/update
75-
If you're updating the app from previous version, then please uninstall previous one first .
76-
As I've signed new apks with different keystore (lost previous one 🥲)
72+
If you're using version v2.0.1 or older, then please uninstall previous one first .
73+
As I've signed new apks with different keystore.
7774

7875
<i>If installation <b>failed</b> for any reason, uninstall the previous version and try again !!</i>
7976

@@ -85,8 +82,8 @@ As I've signed new apks with different keystore (lost previous one 🥲)
8582
* Visit Perfare's [Dumper](https://github.com/Perfare/Il2CppDumper) , To know more about it .
8683

8784
## Download
88-
>> Download : [Latest Release](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.0)
89-
>> Download : [Direct Link[apk]](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.1.0/Il2CppDumperGUI_v2.1.0_Performance_AOT+LLVM.apk)
85+
>> Download : [Latest Release](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.1)
86+
>> Download : [Direct Link[apk]](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.1.1/Il2CppDumperGUI_v2.1.1_Performance_AOT+LLVM.apk)
9087
9188
In Latest Release section two variants of apk provided . Performance one is compiled with AOT (Ahead of Time) + LLVM configaration and provides 15-40% faster speed when dumping . classic one is just like old releases and less in size . **Recommend one is Performance apk**
9289

Update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version" : "2.1.0" ,
3-
"description" : "Merged latest dumper, A14 Support, Improvement" ,
4-
"url" : "https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.1.0/Il2CppDumperGUI_v2.1.0_Performance_AOT+LLVM.apk"
2+
"version" : "2.1.1" ,
3+
"description" : "Support for metadata version 31" ,
4+
"url" : "https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.1.1/Il2CppDumperGUI_v2.1.1_Performance_AOT+LLVM.apk"
55
}

0 commit comments

Comments
 (0)