Releases: AppFlowy-IO/AppFlowy
Releases · AppFlowy-IO/AppFlowy
v0.0.6.2
Version 0.0.6.2 - 10/30/2022
- Auto focus after creating a new document
- Fix some bugs
v0.0.6.1
Version 0.0.6.1 - 10/26/2022
New features
- Optimzie appflowy_editor dark mode style
Bug Fixes
- Unable to copy the text with checkbox or link style
v0.0.6
This release includes a major upgrade to AppFlowy’s editor experience
UX Update - New Features
- Support ‘/’ commands to insert content types into a page
- Highlight text to trigger the editing menu
- Support basic Markdown syntax
- Support more shortcuts
Tech Update - New Editor
- Say Hello to appflowy_editor, a highly customizable rich-text editor for Flutter, built by AppFlowy’s Team from the ground up.
- This library was merged in v0.0.6 and will serve as the foundation for future improvements to AppFlowy’s editing experience.
- It is highly customizable, test-covered, and well-maintained.
- The goals with appflowy_editor are to make the core experience intuitive and enjoyable for all users and the building experience seamlessly for developers.
- As an open-source project, appflowy_editor has the potential to realize these goals with the help of the AppFlowy Community.
v0.0.5.3
New Features
- Open the next page automatically after deleting the current page
- Refresh the Kanban board after altering a property type
Bug Fixes
- Fix switch board bug
- Fix delete the Kanban board's row error
- Remove duplicate time format
- Fix can't delete field in property edit panel
- Adjust some display UI issues
v0.0.5.2
New Features
- Enable adding a new card to the "No Status" group
Bug Fixes
- Fix cannot open AppFlowy error
- Fix delete the Kanban board's row error
v0.0.5.1
v0.0.5
New Features - Kanban Board like Notion and Trello beta
Boards are the best way to manage projects & tasks. Use them to group your databases by select, multiselect, and checkbox.
- Set up columns that represent a specific phase of the project cycle and use cards to represent each project / task
- Drag and drop a card from one phase / column to another phase / column
- Update database properties in the Board view by clicking on a property and making edits on the card
Other Features & Improvements
- Settings allow users to change avatars
- Click and drag the right edge to resize your sidebar
- And many user interface improvements (link)
v0.0.5_beta.2
New features - Board-view Database
- Support start editing after creating a new card
- Support editing the card directly by clicking the edit button
- Add the
No Status
column to display the cards while their status is empty
Bug Fixes
- Optimize insert card animation
- Fix some UI bugs
v0.0.5_beta.1
New Features - Board-view Database
- Board-view Database
- Settings: allow users to change avatars
- Resize the left-hand sidebar
- And many user interface improvements (link)
v0.0.4
New Feature: Beta Table-view Database
- Support properties: Text, Numbers, Date, Select, Multi-select, Checkbox, URL
- Basic operations: create and delete a row
- User interactions: drag to adjust the width of a column and reorder columns
- Expand a record
- Duplicate and delete a Grid
Other New Features
- Upgrade to Flutter 3.0
- Native support for M1 chip
- Keyboard shortcuts support for Grid: press Enter to leave the edit mode; control c/v to copy-paste cell values
Bug Fixes
- Fixed some bugs