Skip to content

Commit 7e7aa71

Browse files
chisewaguriKOWX712
andcommitted
v1.1.2
Co-Authored-By: KOWX712 <[email protected]>
1 parent 04bd60a commit 7e7aa71

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,27 @@ Simple debloater and whiteout maker with WebUI support.
33

44
### Changelog
55

6-
### v1.1.1
6+
---
7+
### v1.1.2
8+
9+
#### WebUI
10+
- Fixed category badge on confirmation modal
11+
- Always display whiteout in footer after adding a path (**#28**, @KOWX712)
12+
- Used `fetch` for file reading and fixed extra `end` statement (**#28**, @KOWX712)
13+
- Optimized footer layout (**#31**, @KOWX712)
14+
- Enhanced UI interactions: optimized app list, added page switching animation, prevented redundant calls, and improved tablet UI (**#27**, **#28**, **#29**, @KOWX712)
15+
- Improved color management (**#27**, @KOWX712)
16+
- **MMRL:** Added Monet theme support (**#27**, **#29**, @KOWX712)
17+
18+
#### Scripts
19+
- Optimized bootloop protection
20+
21+
---
22+
### v1.1.1
723
- **Fixed** category filter positioning on **MMRL**
824
- **Search & category filter now work together** instead of operating independently
925
- **Selected apps now move to the top** for better visibility
1026
- **Fixed** issue where module content was not copied during the nuking process
1127

12-
### v1.1-release
13-
- Add support for raw whiteouts (@backslashxx)
14-
- Add developer mode for raw whiteouts, open it by tapping the header three times
15-
- Add app categorization system
16-
17-
### v1.0-release
18-
- Initial Release
19-
----
28+
---
2029
Full changelog: [GitHub Commits](https://github.com/ChiseWaguri/systemapp_nuker/commits/master/)

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=system_app_nuker
22
name=App Nuker
3-
version=v1.1.1
4-
versionCode=111
3+
version=v1.1.2
4+
versionCode=112
55
author=ChiseWaguri
66
description=Simple system app debloater
77
updateJson=https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/master/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.1.1",
3-
"versionCode": 111,
4-
"zipUrl": "https://github.com/ChiseWaguri/systemapp_nuker/releases/download/v1.1.1/SAN_v1.1.1.zip",
2+
"version": "v1.1.2",
3+
"versionCode": 112,
4+
"zipUrl": "https://github.com/ChiseWaguri/systemapp_nuker/releases/download/v1.1.2/SAN_v1.1.2.zip",
55
"changelog": "https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/refs/heads/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)