[PR #2075] [MERGED] chore: sync release 0.1.1 #5084

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2075
Author: @LucasXu0
Created: 3/22/2023
Status: Merged
Merged: 3/22/2023
Merged by: @LucasXu0

Base: mainHead: merge_release_0_1_1


📝 Commits (1)

  • ec63060 chore: sync release 0.1.1

📊 Changes

43 files changed (+717 additions, -281 deletions)

View changed files

📝 CHANGELOG.md (+12 -0)
📝 frontend/Makefile.toml (+1 -1)
📝 frontend/appflowy_flutter/.metadata (+23 -3)
📝 frontend/appflowy_flutter/android/app/build.gradle (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/debug/AndroidManifest.xml (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/main/AndroidManifest.xml (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/main/kotlin/com/example/app_flowy/MainActivity.kt (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/profile/AndroidManifest.xml (+1 -1)
📝 frontend/appflowy_flutter/assets/translations/en.json (+9 -6)
📝 frontend/appflowy_flutter/assets/translations/pt-BR.json (+0 -1)
📝 frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart (+17 -8)
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/util/learn_more_action.dart (+9 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+60 -38)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_plugins.dart (+5 -2)
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/discard_dialog.dart (+28 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_action.dart (+30 -7)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart (+221 -107)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_toolbar_item.dart (+5 -2)
frontend/appflowy_flutter/lib/util/debounce.dart (+24 -0)

...and 23 more files

📄 Description

No description provided


🔄 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/2075 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/22/2023 **Status:** ✅ Merged **Merged:** 3/22/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `merge_release_0_1_1` --- ### 📝 Commits (1) - [`ec63060`](https://github.com/AppFlowy-IO/AppFlowy/commit/ec63060b902ffb7a83454d467c092929f20f6c92) chore: sync release 0.1.1 ### 📊 Changes **43 files changed** (+717 additions, -281 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+12 -0) 📝 `frontend/Makefile.toml` (+1 -1) 📝 `frontend/appflowy_flutter/.metadata` (+23 -3) 📝 `frontend/appflowy_flutter/android/app/build.gradle` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/debug/AndroidManifest.xml` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/main/AndroidManifest.xml` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/main/kotlin/com/example/app_flowy/MainActivity.kt` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/profile/AndroidManifest.xml` (+1 -1) 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+9 -6) 📝 `frontend/appflowy_flutter/assets/translations/pt-BR.json` (+0 -1) 📝 `frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart` (+17 -8) ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/util/learn_more_action.dart` (+9 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+60 -38) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_plugins.dart` (+5 -2) ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/discard_dialog.dart` (+28 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_action.dart` (+30 -7) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart` (+221 -107) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_toolbar_item.dart` (+5 -2) ➕ `frontend/appflowy_flutter/lib/util/debounce.dart` (+24 -0) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:08 +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#5084
No description provided.