[PR #3326] [MERGED] release 0.3.1 #5676

Closed
opened 2026-03-23 22:19:48 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3326
Author: @LucasXu0
Created: 9/4/2023
Status: Merged
Merged: 9/4/2023
Merged by: @LucasXu0

Base: mainHead: release/0.3.1


📝 Commits (4)

  • 8e31214 chore: update editor version
  • bdfcddd fix: export name (with CJK) doesn't match the document name
  • 03a14f5 chore: bump version 0.3.1
  • ff454bc Merge branch 'main' into release/0.3.1

📊 Changes

8 files changed (+55 additions, -15 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
📝 frontend/Makefile.toml (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/share_button.dart (+4 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/application/share_bloc.dart (+5 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart (+5 -4)
frontend/appflowy_flutter/lib/util/string_extension.dart (+20 -0)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+2 -2)

📄 Description

Version 0.3.1 - 09/04/2023

New Features

  • Improve CJK (Chinese, Japanese, Korean) input method support.
  • Share a database in CSV format.
  • Support for aligning the block component with the toolbar.
  • Support for editing name when creating a new page.
  • Support for inserting a table in the document page.
  • Database views allow for independent field visibility toggling.

Bug fixes

  • Paste multiple lines in code block.
  • Some UI issues

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/3326 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 9/4/2023 **Status:** ✅ Merged **Merged:** 9/4/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `release/0.3.1` --- ### 📝 Commits (4) - [`8e31214`](https://github.com/AppFlowy-IO/AppFlowy/commit/8e312145c0a26b575566a066c6e677298ce728c7) chore: update editor version - [`bdfcddd`](https://github.com/AppFlowy-IO/AppFlowy/commit/bdfcddde7265f9b3005cc2105e2a3ba6ec430c3e) fix: export name (with CJK) doesn't match the document name - [`03a14f5`](https://github.com/AppFlowy-IO/AppFlowy/commit/03a14f525f422a14d424dff927b1643af91b0f52) chore: bump version 0.3.1 - [`ff454bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/ff454bc44e73e5c344ffdef7059b612a02e97a66) Merge branch 'main' into release/0.3.1 ### 📊 Changes **8 files changed** (+55 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) 📝 `frontend/Makefile.toml` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/share_button.dart` (+4 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/application/share_bloc.dart` (+5 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart` (+5 -4) ➕ `frontend/appflowy_flutter/lib/util/string_extension.dart` (+20 -0) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+2 -2) </details> ### 📄 Description ## Version 0.3.1 - 09/04/2023 ### New Features - Improve CJK (Chinese, Japanese, Korean) input method support. - Share a database in CSV format. - Support for aligning the block component with the toolbar. - Support for editing name when creating a new page. - Support for inserting a table in the document page. - Database views allow for independent field visibility toggling. ### Bug fixes - Paste multiple lines in code block. - Some UI issues --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:19:48 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5676
No description provided.