mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: bump version 0.2.2 (#2804)
This commit is contained in:
parent
d5884ad2b5
commit
430325c731
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,10 +1,18 @@
|
|||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## Version 0.2.2 - 06/15/2023
|
||||||
|
### New Features
|
||||||
|
- Added support for embedding a document in the database's row detail page
|
||||||
|
- Added support for inserting an emoji in the database's row detail page
|
||||||
|
|
||||||
|
### Other Updates
|
||||||
|
- Added language selector on the welcome page
|
||||||
|
- Added support for importing multiple markdown files all at once
|
||||||
|
|
||||||
## Version 0.2.1 - 06/11/2023
|
## Version 0.2.1 - 06/11/2023
|
||||||
### New Features
|
### New Features
|
||||||
- Added support for creating or referencing a calendar in the document
|
- Added support for creating or referencing a calendar in the document
|
||||||
- Added `+` icon in grid's add field
|
- Added `+` icon in grid's add field
|
||||||
-
|
|
||||||
|
|
||||||
### Other Updates
|
### Other Updates
|
||||||
- Added vertical padding for progress bar
|
- Added vertical padding for progress bar
|
||||||
|
@ -23,7 +23,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
|||||||
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
||||||
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
||||||
LIB_NAME = "dart_ffi"
|
LIB_NAME = "dart_ffi"
|
||||||
CURRENT_APP_VERSION = "0.2.1"
|
CURRENT_APP_VERSION = "0.2.2"
|
||||||
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
|
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
|
||||||
PRODUCT_NAME = "AppFlowy"
|
PRODUCT_NAME = "AppFlowy"
|
||||||
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
|
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
|
||||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user