Skip to content

Commit b090aae

Browse files
committed
chore: update version number
1 parent f86e9b2 commit b090aae

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

527
New features

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2222
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2323
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2424
LIB_NAME = "dart_ffi"
25-
CURRENT_APP_VERSION = "0.0.5"
25+
CURRENT_APP_VERSION = "0.0.5.1"
2626
FEATURES = "flutter"
2727
PRODUCT_NAME = "AppFlowy"
2828
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

0 commit comments

Comments
 (0)