Skip to content

Commit 195ae6d

Browse files
committed
New Release (v0.3)
1 parent 57dc863 commit 195ae6d

6 files changed

Lines changed: 127 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ and `Removed`.
1010

1111
## [Unreleased]
1212

13+
## [0.3] - 2021-10-10
14+
1315
### Added
14-
- Multi-user support (#16): You can now debloat/restore for any user of the phone (not only the primary user 0).
15-
- `Multi user mode` setting (default to on for Android 5+) allowing to remove packages for all users ([a work profile is another user](https://developer.android.com/work/managed-profiles)) instead of only the selected user.
16+
- Multi-user support (#16): You can now debloat/restore apps for any user of the phone (not only the primary user 0).
17+
- `Multi user mode` setting (default to `on` for Android 5+) allowing to remove packages for all users ([a work profile is another user](https://developer.android.com/work/managed-profiles)) instead of only the selected user.
1618
- User switcher (picklist).
1719
- New themes! (#11) : light, dark and lupin. Lupin theme is now the new default theme. Themes can be changed from the settings.
18-
- Description field scrollbar: you can now scroll long description (#40).
20+
- Description field scrollbar: you can now scroll long descriptions (#40).
1921

2022
## Fixed
2123
- [Regression] Unsafe packages can be deleted without enabling `expert mode`.

Cargo.lock

Lines changed: 113 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cargo-features = ["strip"] # nightly
33
[package]
44
name = "uad_gui"
55
description = "A cross-platform GUI debloater for android devices"
6-
version = "0.2.2"
6+
version = "0.3.0"
77
authors = ["w1nst0n"]
88
license = "GPL-3.0"
99
homepage = "https://gitlab.com/W1nst0n/universal-android-debloater-rs"

0 commit comments

Comments
 (0)