chore: release 0.5.5 (#5198)

This commit is contained in:
Lucas.Xu 2024-04-24 20:41:13 +08:00 committed by GitHub
parent 6ecbf971b2
commit 65a289648e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,12 @@
# Release Notes
## Version 0.5.5 - 04/22/2024
## Version 0.5.5 - 04/24/2024
### New Features
- TBD
- Improved the display of code blocks with line numbers
- Added support for signing in using Magic Link
### Bug Fixes
- TBD
- Fixed the database synchronization indicator issue
- Resolved the issue with opening the mentioned page on mobile
- Cleared the collaboration status when the user exits AppFlowy
## Version 0.5.4 - 04/08/2024
### New Features

View File

@ -86,8 +86,8 @@ enum FeatureFlag {
bool get isOn {
if ([
// release this feature in version 0.5.5
FeatureFlag.collaborativeWorkspace,
FeatureFlag.membersSettings,
// FeatureFlag.collaborativeWorkspace,
// FeatureFlag.membersSettings,
// release this feature in version 0.5.4
FeatureFlag.syncDatabase,
FeatureFlag.syncDocument,