Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.5.5 #5198

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release 0.5.5
  • Loading branch information
LucasXu0 committed Apr 24, 2024
commit b98f81770bfec2759cc92dcc146d4cef756b20d7
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Loading