Skip to content

Commit

Permalink
Prepared for release: v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Oct 8, 2024
1 parent 1833a7d commit a7dc0c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.8.0] - 2024-10-7

- Major server refactor: All clients must re-authenticate
- Server: User project data is now encrypted at rest
- Feature: Projects can now be renamed
- Android: Project data can be moved to public storage


## [1.7.2] - 2024-8-14

- Fixed Scene syncing for scenes with metadata (outlines and notes)
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/108010000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Major server refactor: All clients must re-authenticate
- Server: User project data is now encrypted at rest
- Feature: Projects can now be renamed
- Android: Project data can be moved to public storage
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[versions]
# App Versions
app = "1.7.2"
app = "1.8.0"
data_version = "1.0"

# Kotlin
Expand Down

0 comments on commit a7dc0c0

Please sign in to comment.