Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.0-BETA.1
## 1.0.0-Beta.2

* Upgrade PowerSyncSqliteCore to 0.3.8

## 1.0.0-Beta.1

* Initial Beta release
2 changes: 1 addition & 1 deletion Demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Follow this guide to:

2. Open the “_Secrets” file and insert the credentials of your Supabase and PowerSync projects (more info can be found [here](https://docs.powersync.com/integration-guides/supabase-+-powersync#test-everything-using-our-demo-app)).

3. Enable CasePathMacros. We are using SwiftUI Navigation for the demo which requires this.
3. You will need to enable `CasePathMacros` for SwiftUI Navigation. You can do this in settings, or just build the app and a dialog will be shown to enable `CasePathMacros`.

### Troubleshooting

Expand Down
Loading