diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd0a76d2451..acbf0b799991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/frontend/appflowy_flutter/lib/shared/feature_flags.dart b/frontend/appflowy_flutter/lib/shared/feature_flags.dart index 0441ff7f3615..c61567cd1b37 100644 --- a/frontend/appflowy_flutter/lib/shared/feature_flags.dart +++ b/frontend/appflowy_flutter/lib/shared/feature_flags.dart @@ -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,