Skip to content

Commit

Permalink
8.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Nov 25, 2022
1 parent 706b679 commit 3b8b201
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

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

#### Function
- Fix: BlockLists in schedules
- Fix: Repetitive running schedules
- Update: Default disable tracing

#### UI
- Fix: Restore full height of terminal

#### Usability/UX
- Update: Separate service prefs into backup and restore ones

8.2.3 (25.11.2022) +25 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 = 8206
versionName = "8.2.3"
versionCode = 8207
versionName = "8.2.4"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "2")

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8207.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fix: BlockLists in schedules
Fix: Repetitive running schedules
Fix: Restore full height of terminal
Update: Separate service prefs into backup and restore ones
Update: Default disable tracing

0 comments on commit 3b8b201

Please sign in to comment.