Skip to content

Commit

Permalink
New Release (v0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x192 committed Oct 10, 2021
1 parent 57dc863 commit 195ae6d
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 34 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ and `Removed`.

## [Unreleased]

## [0.3] - 2021-10-10

### Added
- Multi-user support (#16): You can now debloat/restore for any user of the phone (not only the primary user 0).
- `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.
- Multi-user support (#16): You can now debloat/restore apps for any user of the phone (not only the primary user 0).
- `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.
- User switcher (picklist).
- New themes! (#11) : light, dark and lupin. Lupin theme is now the new default theme. Themes can be changed from the settings.
- Description field scrollbar: you can now scroll long description (#40).
- Description field scrollbar: you can now scroll long descriptions (#40).

## Fixed
- [Regression] Unsafe packages can be deleted without enabling `expert mode`.
Expand Down
137 changes: 113 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cargo-features = ["strip"] # nightly
[package]
name = "uad_gui"
description = "A cross-platform GUI debloater for android devices"
version = "0.2.2"
version = "0.3.0"
authors = ["w1nst0n"]
license = "GPL-3.0"
homepage = "https://gitlab.com/W1nst0n/universal-android-debloater-rs"
Expand Down
Loading

0 comments on commit 195ae6d

Please sign in to comment.