New Hotfix (v0.4.1)

This commit is contained in:
0x192 2022-01-31 01:06:41 +01:00
parent 64c99db00d
commit e89c9ae4a3
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D
3 changed files with 7 additions and 3 deletions

View file

@ -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
View file

@ -2252,7 +2252,7 @@ dependencies = [
[[package]]
name = "uad_gui"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"chrono",
"dirs",

View file

@ -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"