1- < html lang ="en ">
2- < head >
3- < meta charset ="UTF-8 ">
4- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
5- </ head >
6- < body >
7-
8- < h4 > What's New?</ h4 >
9-
10- < b > 1) QuickADB has been fully recreated! </ b > < br > < br >
11- - Switched to PyQt6 for scalable, beautiful themes < br >
12- - Used a lot more threading to achieve maximum smoothness< br >
13- - Recreated all features and used them as dynamic modules< br >
14- - Open-sourced the program< br >
15-
16- < br > < br >
17-
18- < b > 2) ADB Debloater is now an App Manager </ b > < br > < br >
19- - Categorize app types by their paths (User, System and Vendor) < br >
20- - Disable multiple apps at once < br >
21- - Change app sorting by clicking columns (App status and App type columns only) < br >
22- - Backup and restore apps with a single click < br >
23- - Show app details such as version and installation path < br >
24- - Manage multiple app permissions at once < br >
25- - Newer, more readable UI < br >
26- - Improved app detection < br >
27-
28- < br > < br >
29-
30- < b > 3) A new, custom terminal is added</ b > < br > < br >
31- - Based on CMD or your default terminal, all commands work as expected < br >
32- - Buttons to extract or highlight the output < br >
33- - Drag-and-drop support for files < br >
34- - Autocomplete for adb and fastboot commands < br >
35-
36- < br > < br >
37-
38- < b > 4) App-wide enhancements</ b > < br > < br >
39- - A lot of performance enhancements < br >
40- - Major UI changes - switched from TkInter to PyQt6 < br >
41- - Added the "About" section - the one you're reading right now < br >
42- - Fixed logging bugs < br >
43- - Completely modularized the codebase < br >
44- - Multi-OS support < br >
45-
46- < b > 5) Added themes</ b > < br > < br >
47- - Added 4 premade themes: dark (default), high contrast, light and Android < br >
48- - Added default theme option: resets the custom palette and inherits OS' design language < br >
49-
50-
51- </ body >
1+ < h1 > Changelog (Starting from V4)</ h1 >
2+
3+ < p >
4+ The changelog only includes what's new. To read feature descriptions, see
5+ < a href ="https://github.com/codefl0w/QuickADB?tab=readme-ov-file#features "> Features</ a > .
6+ </ p >
7+
8+ < p >
9+ For the old changelog, see
10+ < a href ="https://github.com/codefl0w/QuickADB/blob/main/README_OLD.md "> README_OLD</ a > .
11+ </ p >
12+
13+ < h1 > [4.0.0] - 10.03.2026</ h1 >
14+
15+ < h3 > Added</ h3 >
16+ < ul >
17+ < li > Theme Manager</ li >
18+ < li > Boot Animation Creator</ li >
19+ < li > File Explorer</ li >
20+ < li > Custom terminal</ li >
21+ < li > Partition Manager</ li >
22+ </ ul >
23+
24+ < h3 > Changed</ h3 >
25+ < ul >
26+ < li > Rebuilt application using PyQt6</ li >
27+ < li > Debloater renamed and expanded into App Manager</ li >
28+ < li > Replaced lpunpack with unsuper for faster super.img extraction</ li >
29+ < li > Removed OS-specific code enabling Linux and macOS builds</ li >
30+ </ ul >
31+
32+ < h3 > Improved</ h3 >
33+ < ul >
34+ < li > Multithreading performance</ li >
35+ < li > GSI flasher</ li >
36+ < li > super.img dumper</ li >
37+ < li > payload.bin dumper</ li >
38+ < li > device specification detection</ li >
39+ < li > version update detection</ li >
40+ < li > logging system</ li >
41+ </ ul >
42+
43+ < h3 > Removed</ h3 >
44+ < ul >
45+ < li > Driver installers</ li >
46+ < li > Magisk downloader</ li >
47+ < li > Inactive Magisk Root button (planned for V5)</ li >
48+ </ ul >
0 commit comments