[PR #7209] [MERGED] chore: update CHANGELOG.md #7789

Closed
opened 2026-03-23 23:21:12 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7209
Author: @LucasXu0
Created: 1/14/2025
Status: Merged
Merged: 1/14/2025
Merged by: @LucasXu0

Base: mainHead: release/0.8.1.1


📝 Commits (3)

  • f652068 Revert "fix: disable deleting mutilple nodes in table"
  • 07d0abf chore: bump version 0.8.1
  • 506689f chore: remove unused tests

📊 Changes

7 files changed (+34 additions, -434 deletions)

View changed files

📝 CHANGELOG.md (+12 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/document/document_with_image_block_test.dart (+0 -92)
📝 frontend/appflowy_flutter/integration_test/desktop/settings/shortcuts_settings_test.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/custom_image_block_component.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/image_menu.dart (+20 -15)
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/backspace_command.dart (+0 -321)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/command_shortcuts.dart (+0 -3)

📄 Description

Version 0.8.1 - 14/01/2025

New Features:

  • AI Chat Layout Options: Customize how AI responses appear with new layouts—List, Table, Image with Text, and Media Only
  • DALL-E Integration: Generate stunning AI images from text prompts, now available in AI Chat
  • Improved Desktop Search: Find what you need faster using keywords or by asking questions in natural language
  • Self-Hosting: Configure web server URLs directly in Settings to enable features like Publish, Copy Link to Share, Custom URLs, and more
  • Sidebar Enhancement: Drag to reorder your favorited pages in the Sidebar
  • Mobile Table Resizing: Adjust column widths in Simple Tables by long pressing the column borders on mobile

Bug Fixes

  • Resolved an icon rendering issue in callout blocks, tab bars, and search results
  • Enhanced image reliability: Retry functionality ensures images load successfully if the first attempt fails

🔄 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/7209 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `release/0.8.1.1` --- ### 📝 Commits (3) - [`f652068`](https://github.com/AppFlowy-IO/AppFlowy/commit/f652068b0d4e679f2e4c6fd80c84eb2e077cc318) Revert "fix: disable deleting mutilple nodes in table" - [`07d0abf`](https://github.com/AppFlowy-IO/AppFlowy/commit/07d0abf0d6874ee4a6806f37dd3dfb6f78d21ce6) chore: bump version 0.8.1 - [`506689f`](https://github.com/AppFlowy-IO/AppFlowy/commit/506689fe05a45e53ef79dce90b4ba3535a848caf) chore: remove unused tests ### 📊 Changes **7 files changed** (+34 additions, -434 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+12 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/document/document_with_image_block_test.dart` (+0 -92) 📝 `frontend/appflowy_flutter/integration_test/desktop/settings/shortcuts_settings_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/custom_image_block_component.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/image_menu.dart` (+20 -15) ➖ `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/backspace_command.dart` (+0 -321) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/command_shortcuts.dart` (+0 -3) </details> ### 📄 Description ## Version 0.8.1 - 14/01/2025 ### New Features: - AI Chat Layout Options: Customize how AI responses appear with new layouts—List, Table, Image with Text, and Media Only - DALL-E Integration: Generate stunning AI images from text prompts, now available in AI Chat - Improved Desktop Search: Find what you need faster using keywords or by asking questions in natural language - Self-Hosting: Configure web server URLs directly in Settings to enable features like Publish, Copy Link to Share, Custom URLs, and more - Sidebar Enhancement: Drag to reorder your favorited pages in the Sidebar - Mobile Table Resizing: Adjust column widths in Simple Tables by long pressing the column borders on mobile ### Bug Fixes - Resolved an icon rendering issue in callout blocks, tab bars, and search results - Enhanced image reliability: Retry functionality ensures images load successfully if the first attempt fails --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:21:12 +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#7789
No description provided.