mirror of
https://github.com/0x192/universal-android-debloater.git
synced 2026-04-28 03:39:38 +00:00
New Hotfix (v0.4.1)
This commit is contained in:
parent
64c99db00d
commit
e89c9ae4a3
3 changed files with 7 additions and 3 deletions
|
|
@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
The sections should follow the order `Apps`, `Added`, `Changed`, `Fixed`, `Packaging`
|
||||
and `Removed`.
|
||||
|
||||
## [0.4.1] - 2022-01-31
|
||||
|
||||
### Fixed
|
||||
- Selection counter never decreasing.
|
||||
|
||||
## [0.4] - 2022-01-30
|
||||
|
||||
### Apps
|
||||
|
|
@ -42,7 +47,6 @@ and `Removed`.
|
|||
### Packaging
|
||||
- For Arch-based users, UAD is now available in the AUR: `universal-android-debloater-bin` (binary) and `universal-android-debloater` (from source)
|
||||
|
||||
|
||||
## [0.3] - 2021-10-10
|
||||
|
||||
### Added
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -2252,7 +2252,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uad_gui"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"dirs",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "uad_gui"
|
||||
description = "A cross-platform GUI debloater for android devices"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["w1nst0n"]
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://github.com/0x192/universal-android-debloater"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue