Skip to content

Commit dd3f23e

Browse files
committed
Prepared for release: v1.9.0
1 parent 5d639a0 commit dd3f23e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.0] - 2024-11-1
4+
5+
- Major refactor of the client syncing code
6+
Dozens of bugs squashed and thousands of lines of test code written
7+
- Major UI library update should improve performance
8+
9+
310
## [1.8.1] - 2024-10-8
411

512
- Removed ability to store files in public storage for Android
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Major refactor of the client syncing code
2+
Dozens of bugs squashed and thousands of lines of test code written
3+
- Major UI library update should improve performance

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[versions]
44
# App Versions
5-
app = "1.8.1"
5+
app = "1.9.0"
66
data_version = "1.0"
77

88
# Kotlin

0 commit comments

Comments
 (0)