Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Apr 29, 2022
1 parent 2d6a556 commit 1ef917a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
8.0.1 (29.04.2021) 2 Commits
------------------
- Fix: Showing uninstalled apps

8.0.0 (29.04.2021, a hot-fix for the unintended release of an alpha on F-Droid) +700 Commits
------------------
NEW BACKUP STRUCTURE: Older backups (v6-v7) are experimentally supported. It's nevertheless preferred to use a new backup directory for a cleaner experience.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 32
versionCode = 8014
versionName = "8.0.0"
versionCode = 8015
versionName = "8.0.1"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "0")

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8015.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This is a hot-fix-release (of the hot-fix-release) as an unintended release was put couple of weeks ago.
It fixes the unintended release's issues and function reliably but still comparably laggy as Compose still doesn't provide the best performance and a true release would take much. Till then, here's some highlights:
* Update: New update format (The app still support older ones)
* Fix: All A12 issues on v7
* Add: Backup/restore given permissions
* Update: Less manual refresh is needed
* Fixed: Most of the special backups (still need testing)
* Tags & Notes are disabled for now
for more details, read the full changelog

0 comments on commit 1ef917a

Please sign in to comment.