Skip to content

Commit f3d6c66

Browse files
authored
chore: bump version 0.2.4 (#2890)
1 parent d665153 commit f3d6c66

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,52 @@
11
# Release Notes
2+
3+
## Version 0.2.4 - 06/23/2023
4+
5+
### Bug fixes:
6+
7+
- Unable to copy and paste a word
8+
- Some UI issues
9+
210
## Version 0.2.3 - 06/21/2023
11+
312
### New Features
4-
- Added support for creating multiple database views for existing database
13+
14+
- Added support for creating multiple database views for existing database
515

616
## Version 0.2.2 - 06/15/2023
17+
718
### New Features
19+
820
- Added support for embedding a document in the database's row detail page
921
- Added support for inserting an emoji in the database's row detail page
1022

1123
### Other Updates
24+
1225
- Added language selector on the welcome page
1326
- Added support for importing multiple markdown files all at once
1427

1528
## Version 0.2.1 - 06/11/2023
29+
1630
### New Features
31+
1732
- Added support for creating or referencing a calendar in the document
1833
- Added `+` icon in grid's add field
1934

2035
### Other Updates
36+
2137
- Added vertical padding for progress bar
2238
- Hide url cell accessory when the content is empty
2339

2440
### Bug fixes:
41+
2542
- Fixed unable to export markdown
2643
- Fixed adding vertical padding for progress bar
2744
- Fixed database view didn't update after the database layout changed.
2845

2946
## Version 0.2.0 - 06/08/2023
3047

3148
### New Features
49+
3250
- Improved checklists to support each cell having its own list
3351
- Drag and drop calendar events
3452
- Switch layouts (calendar, grid, kanban) of a database
@@ -42,44 +60,53 @@
4260
- Added support for an 'Option' button to delete, duplicate, and customize block actions
4361

4462
### Other Updates
63+
4564
- Added support for importing v0.1.x documents and databases
4665
- Added support for database import and export to CSV
4766
- Optimized scroll behavior in documents.
4867
- Redesigned the launch page
4968

5069
### Bug fixes
70+
5171
- Fixed bugs related to numbers
5272
- Fixed issues with referenced databases in documents
5373
- Fixed menu overflow issues in documents
5474

5575
### Data migration
76+
5677
The data format of this version is not compatible with previous versions. Therefore, to migrate your data to the new version, you need to use the export and import functions. Please follow the guide to learn how to export and import your data.
5778

5879
#### Export files in v0.1.6
80+
5981
https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/0c89bf2b-cd97-4a7b-b627-59df8d2967d9
6082

6183
#### Import files in v0.2.0
84+
6285
https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/7b392f35-4972-497a-8a7f-f38efced32e2
6386

6487
## Version 0.1.5 - 11/05/2023
6588

6689
### Bug Fixes
90+
6791
- Fix: calendar dates don't match with weekdays.
6892
- Fix: sort numbers in Grid.
6993

7094
## Version 0.1.4 - 04/05/2023
7195

7296
### New features
97+
7398
- Use AppFlowy’s calendar views to plan and manage tasks and deadlines.
7499
- Writing can be improved with the help of OpenAI.
75100

76101
## Version 0.1.3 - 24/04/2023
77102

78103
### New features
104+
79105
- Launch the official Dark Mode.
80106
- Customize the font color and highlight color by setting a hex color value and an opacity level.
81107

82108
### Bug Fixes
109+
83110
- Fix: the slash menu can be triggered by all other keyboards than English.
84111
- Fix: convert the single asterisk to italic text and the double asterisks to bold text.
85112

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2323
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2424
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2525
LIB_NAME = "dart_ffi"
26-
CURRENT_APP_VERSION = "0.2.3"
26+
CURRENT_APP_VERSION = "0.2.4"
2727
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
2828
PRODUCT_NAME = "AppFlowy"
2929
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.2.3
18+
version: 0.2.4
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)