File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
frontend/appflowy_flutter/lib/shared Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# Release Notes
2- ## Version 0.5.5 - 04/22 /2024
2+ ## Version 0.5.5 - 04/24 /2024
33### New Features
4- - TBD
4+ - Improved the display of code blocks with line numbers
5+ - Added support for signing in using Magic Link
56### Bug Fixes
6- - TBD
7+ - Fixed the database synchronization indicator issue
8+ - Resolved the issue with opening the mentioned page on mobile
9+ - Cleared the collaboration status when the user exits AppFlowy
710
811## Version 0.5.4 - 04/08/2024
912### New Features
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ enum FeatureFlag {
8686 bool get isOn {
8787 if ([
8888 // release this feature in version 0.5.5
89- FeatureFlag .collaborativeWorkspace,
90- FeatureFlag .membersSettings,
89+ // FeatureFlag.collaborativeWorkspace,
90+ // FeatureFlag.membersSettings,
9191 // release this feature in version 0.5.4
9292 FeatureFlag .syncDatabase,
9393 FeatureFlag .syncDocument,
You can’t perform that action at this time.
0 commit comments