File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## Version 0.0.5.1 - 09/14/2022
4+
5+ New features
6+ - Enable deleting a field in board
7+ - Fix some bugs
8+
9+
10+ ## Version 0.0.5 - 09/08/2022
11+ New Features - Kanban Board like Notion and Trello beta
12+ Boards are the best way to manage projects & tasks. Use them to group your databases by select, multiselect, and checkbox.
13+
14+ <p align =" left " ><img src =" https://user-images.githubusercontent.com/12026239/190055984-6efa2d7a-ee38-4551-859e-ee56388e1859.gif " width =" 1000px " /></p >
15+
16+ - Set up columns that represent a specific phase of the project cycle and use cards to represent each project / task
17+ - Drag and drop a card from one phase / column to another phase / column
18+ - Update database properties in the Board view by clicking on a property and making edits on the card
19+
20+ ### Other Features & Improvements
21+ - Settings allow users to change avatars
22+ - Click and drag the right edge to resize your sidebar
23+ - And many user interface improvements (link)
24+
325## Version 0.0.5 - beta.2 - beta.1 - 09/01/2022
426
527New features
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2222CARGO_MAKE_CRATE_FS_NAME = " dart_ffi"
2323CARGO_MAKE_CRATE_NAME = " dart-ffi"
2424LIB_NAME = " dart_ffi"
25- CURRENT_APP_VERSION = " 0.0.5"
25+ CURRENT_APP_VERSION = " 0.0.5.1 "
2626FEATURES = " flutter"
2727PRODUCT_NAME = " AppFlowy"
2828# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
You can’t perform that action at this time.
0 commit comments