Skip to content

Commit

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

8.2.3 (25.11.2022) +25 Commits
------------------

#### Function
- Fix: Note & Tags in AppSheet
- Fix: Log not updated when deleting items
- Update: Separate PrefGroups for logging and tracing

#### UI
- Fix: Schedule filters
- Fix: Height calculation of LogItem/TerminalText, button colors
- Update: Revamp Chips layout

#### Usability/UX
- Add: Batch settings Sheet
- Add: Tooltips to check all buttons in Batch

8.2.2 (23.11.2022) +160 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 = 8205
versionName = "8.2.2"
versionCode = 8206
versionName = "8.2.3"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "2")

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8206.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add: Batch settings Sheet
Add: Tooltips to check all buttons in Batch
Fix: Note & Tags in AppSheet
Fix: Log not updated when deleting items
Update: Revamp Chips layout
more in the full changelog…

0 comments on commit f264c47

Please sign in to comment.