From e76a71f450c8fde5d392ca9b190bfcb8543a8f2d Mon Sep 17 00:00:00 2001 From: Mathias Mogensen Date: Wed, 8 Nov 2023 23:02:44 +0100 Subject: [PATCH 1/3] chore: update to version 0.3.8 --- CHANGELOG.md | 17 +++++++++++++++++ frontend/Makefile.toml | 2 +- frontend/appflowy_flutter/pubspec.yaml | 3 +-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa764c29f573..123ec22641b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Release Notes +## Version 0.3.8 - 11/13/2023 + +### New Features +- Support hiding any stack in a board +- Support customizing page icons in menu +- Display visual hint when card contains notes +- Quick action for adding new stack to a board +- Support more ways of inserting page references in documents + +### Bug fixes +- Improved color of the "Share"-button text +- Text overflow issue in Calendar properties +- Default font (Roboto) added to application +- Placeholder added for the editor inside a Card +- Dialog for linking board/grid/calendar opens in correct position +- Quick add Card in Board at top, correctly adds a new Card at the top + ## Version 0.3.7 - 10/30/2023 ### New Features diff --git a/frontend/Makefile.toml b/frontend/Makefile.toml index 14e62b157d746..052ca05c49340 100644 --- a/frontend/Makefile.toml +++ b/frontend/Makefile.toml @@ -25,7 +25,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_MAKE_CRATE_FS_NAME = "dart_ffi" CARGO_MAKE_CRATE_NAME = "dart-ffi" LIB_NAME = "dart_ffi" -CURRENT_APP_VERSION = "0.3.7" +CURRENT_APP_VERSION = "0.3.8" FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite" PRODUCT_NAME = "AppFlowy" # CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 2bb798ad59ca5..ab901ec6f18d6 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -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. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.3.7 +version: 0.3.8 environment: sdk: ">=3.0.0 <4.0.0" @@ -208,7 +208,6 @@ flutter: - asset: assets/google_fonts/Roboto_Mono/RobotoMono-Italic.ttf style: italic - # To add assets to your application, add an assets section, like this: assets: - assets/images/ From e0e4df79e099314c2055dc19e10ddf7769ffb96f Mon Sep 17 00:00:00 2001 From: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:27:41 +0100 Subject: [PATCH 2/3] chore: Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 123ec22641b6c..4932e167f9712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Display visual hint when card contains notes - Quick action for adding new stack to a board - Support more ways of inserting page references in documents +- Shift + click on a checkbox to power toggle its children ### Bug fixes - Improved color of the "Share"-button text From 195ce831a40a9af76455accb0e0a05e51d3d927f Mon Sep 17 00:00:00 2001 From: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> Date: Thu, 9 Nov 2023 00:33:18 +0100 Subject: [PATCH 3/3] chore: Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4932e167f9712..3de85ea060623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Text overflow issue in Calendar properties - Default font (Roboto) added to application - Placeholder added for the editor inside a Card +- Toggle notifications in settings have been fixed - Dialog for linking board/grid/calendar opens in correct position - Quick add Card in Board at top, correctly adds a new Card at the top