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 # Release Notes
## Version 0.5.5 - 04/22/2024 ## Version 0.5.5 - 04/24/2024
### New Features ### New Features
- TBD - Improved the display of code blocks with line numbers
- Added support for signing in using Magic Link
### Bug Fixes ### 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 ## Version 0.5.4 - 04/08/2024
### New Features ### New Features

View File

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