Skip to content

Commit

Permalink
chore: release 0.5.5 (#5198)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Apr 24, 2024
1 parent 6ecbf97 commit 65a2896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions frontend/appflowy_flutter/lib/shared/feature_flags.dart
Expand Up @@ -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,
Expand Down

0 comments on commit 65a2896

Please sign in to comment.