Skip to content

Commit 65a2896

Browse files
authored
chore: release 0.5.5 (#5198)
1 parent 6ecbf97 commit 65a2896

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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

frontend/appflowy_flutter/lib/shared/feature_flags.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)