Skip to content

Commit

Permalink
8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Dec 3, 2022
1 parent a643f78 commit 47c6da7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=========

8.2.5 (03.12.2022) +15 Commits & +20 Translations
------------------

#### Function
- Fix: Schedules ignoring specials in blocklists
- Fix: Running schedules twice
- Add: Fake schedules
- Add: More tracing prefs

#### UI
- Fix: Add space to info chips

8.2.4 (25.11.2022) +10 Commits
------------------

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 32
versionCode = 8207
versionName = "8.2.4"
versionCode = 8208
versionName = "8.2.5"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "2")

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8208.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fix: Schedules ignoring specials in blocklists
Fix: Running schedules twice
Add: Fake schedules
Add: More tracing prefs
Fix: Add space to info chips

0 comments on commit 47c6da7

Please sign in to comment.