[PR #6951] [MERGED] chore: bump version 0.7.7 #7657

Closed
opened 2026-03-23 23:20:37 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6951
Author: @LucasXu0
Created: 12/9/2024
Status: Merged
Merged: 12/9/2024
Merged by: @LucasXu0

Base: release/0.7.7Head: release/0.7.7


📝 Commits (8)

  • c35a4be feat: add same delete design in database (#6620)
  • ab2864e fix(desktop): resize sidebar menu regression (#6897)
  • c1e2e4d fix: initial ai chat load (#6920)
  • c464643 fix: unable to open local file using afLaunchUrl function (#6927)
  • af1ca7a fix(flutter): implement mention date transaction handler (#6933)
  • e42ec15 fix(flutter_desktop): clicking on empty space when editing a cell sho… (#6949)
  • d5a3d66 chore: bump version 0.7.7
  • 7bfd7f8 fix: hotfix issues for v0.7.7 (#6948)

📊 Changes

52 files changed (+990 additions, -114 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 frontend/Makefile.toml (+1 -1)
📝 frontend/appflowy_flutter/integration_test/desktop/database/database_calendar_test.dart (+2 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/document/document_inline_sub_page_test.dart (+19 -2)
📝 frontend/appflowy_flutter/integration_test/desktop/document/document_with_date_reminder_test.dart (+342 -1)
📝 frontend/appflowy_flutter/lib/core/helpers/url_launcher.dart (+74 -5)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_bloc.dart (+15 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_grid/desktop_grid_media_cell.dart (+6 -7)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_date_cell.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_media_cell.dart (+3 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_relation_cell.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_select_option_cell.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/field/field_editor.dart (+17 -9)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/page_reference_commands.dart (+30 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_block_component.dart (+1 -18)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_util.dart (+2 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/child_page_transaction_handler.dart (+2 -1)
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/date_transaction_handler.dart (+263 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mention_block.dart (+0 -1)

...and 32 more files

📄 Description

Feature Preview

feat: add same delete design in database
fix(desktop): resize sidebar menu regression
fix: initial ai chat load
fix: unable to open local file using afLaunchUrl function
fix(flutter): implement mention date transaction handler
fix(flutter_desktop): clicking on empty space when editing a cell shouldn't close event card
fix: include link preview block and file block in exported markdown
fix: "+" menu should be close after pressing space
chore: remove unused logs
chore: update editor version


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/6951 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `release/0.7.7` ← **Head:** `release/0.7.7` --- ### 📝 Commits (8) - [`c35a4be`](https://github.com/AppFlowy-IO/AppFlowy/commit/c35a4be014e2f24f34962114261b7678e5e4378c) feat: add same delete design in database (#6620) - [`ab2864e`](https://github.com/AppFlowy-IO/AppFlowy/commit/ab2864ea06fdfcce949f45c73dce3cbf9481d59e) fix(desktop): resize sidebar menu regression (#6897) - [`c1e2e4d`](https://github.com/AppFlowy-IO/AppFlowy/commit/c1e2e4d297762c322e27df58f60e596259a02b1b) fix: initial ai chat load (#6920) - [`c464643`](https://github.com/AppFlowy-IO/AppFlowy/commit/c46464354ec8179a4d6a63dbd4cc3d0978cb118b) fix: unable to open local file using afLaunchUrl function (#6927) - [`af1ca7a`](https://github.com/AppFlowy-IO/AppFlowy/commit/af1ca7a13ce7118a2b3cc383663f7d99babc7a9d) fix(flutter): implement mention date transaction handler (#6933) - [`e42ec15`](https://github.com/AppFlowy-IO/AppFlowy/commit/e42ec151d9b91f8f1bb099f86daa5e7e6914f624) fix(flutter_desktop): clicking on empty space when editing a cell sho… (#6949) - [`d5a3d66`](https://github.com/AppFlowy-IO/AppFlowy/commit/d5a3d6622c71f8046fec37bfc107be2bfe8e5240) chore: bump version 0.7.7 - [`7bfd7f8`](https://github.com/AppFlowy-IO/AppFlowy/commit/7bfd7f8682956252a0ee5f4d76189abd80b48f6c) fix: hotfix issues for v0.7.7 (#6948) ### 📊 Changes **52 files changed** (+990 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `frontend/Makefile.toml` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/desktop/database/database_calendar_test.dart` (+2 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/document/document_inline_sub_page_test.dart` (+19 -2) 📝 `frontend/appflowy_flutter/integration_test/desktop/document/document_with_date_reminder_test.dart` (+342 -1) 📝 `frontend/appflowy_flutter/lib/core/helpers/url_launcher.dart` (+74 -5) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_bloc.dart` (+15 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_grid/desktop_grid_media_cell.dart` (+6 -7) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_date_cell.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_media_cell.dart` (+3 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_relation_cell.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_row_detail/desktop_row_detail_select_option_cell.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/field/field_editor.dart` (+17 -9) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/page_reference_commands.dart` (+30 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_block_component.dart` (+1 -18) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_util.dart` (+2 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/child_page_transaction_handler.dart` (+2 -1) ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/date_transaction_handler.dart` (+263 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mention_block.dart` (+0 -1) _...and 32 more files_ </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview feat: add same delete design in database fix(desktop): resize sidebar menu regression fix: initial ai chat load fix: unable to open local file using afLaunchUrl function fix(flutter): implement mention date transaction handler fix(flutter_desktop): clicking on empty space when editing a cell shouldn't close event card fix: include link preview block and file block in exported markdown fix: "+" menu should be close after pressing space chore: remove unused logs chore: update editor version <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:20:37 +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#7657
No description provided.