mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: release 0.5.5 (#5198)
This commit is contained in:
parent
6ecbf971b2
commit
65a289648e
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user