From cd51e8922bbe92fac890228f40ad849d11adb2a3 Mon Sep 17 00:00:00 2001
From: ZhuJHua <1624109111@qq.com>
Date: Thu, 20 Mar 2025 17:27:07 +0800
Subject: [PATCH] chore(readme): update Flutter and Dart versions in
documentation
---
README.md | 11 ++++++-----
README.zh.md | 9 +++++----
cliff.toml | 1 +
3 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 4d35b89..2227a99 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,14 @@
Official forum丨QQ Group: 760014526丨Telegram: openmoodiary
+
## ✨ Feature
- **Cross-platform support**: 🌍 Compatible with Android, iOS, Windows, MacOS, Linux\*.
@@ -77,7 +78,7 @@ Some capabilities need to apply for third-party SDKS, and the following service
- [Tencent Hunyuan](https://cloud.tencent.com/document/product/1729/97731)
-### Direct mounting
+### Direct install
Use it by downloading the compiled installation package in Release, or manually compiling it if you don't have the platform you need.
@@ -87,9 +88,9 @@ Use it by downloading the compiled installation package in Release, or manually
> I always use the latest Flutter version (if possible), using newer versions will bring more features and better performance improvements, never use older versions unless you want your code to become a piece of 💩
-- Flutter SDK (>= 3.27.0 Stable) (It is recommended to use FVM to manage the Flutter version)
-- Dart (>= 3.6.0)
-- Rust Toolchain
+- Flutter SDK (>= 3.29.0 Stable) (It is recommended to use FVM to manage the Flutter version)
+- Dart (>= 3.7.0)
+- Rust Toolchain (Nightly)
- Clang/LLVM
- Compatible IDE (e.g. Android Studio, Visual Studio Code)
diff --git a/README.zh.md b/README.zh.md
index 171a209..6b4b9ea 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -8,7 +8,7 @@
官方论坛丨QQ群: 760014526丨Telegram: openmoodiary
+
## ✨ 功能特性
- **跨平台支持**:🌍 兼容 Android、iOS、Windows、MacOS、Linux\*。
@@ -88,9 +89,9 @@
> 我总是会使用最新的 Flutter 版本(如果可能的话),使用新版本可以带来更多的功能和更好的性能提升,永远不要使用老版本除非你希望代码变成一坨 💩
-- Flutter SDK (>= 3.27.0 Stable)(建议使用 fvm 来管理 flutter 版本)
-- Dart (>= 3.6.0)
-- Rust 工具链
+- Flutter SDK (>= 3.29.0 Stable)(建议使用 fvm 来管理 flutter 版本)
+- Dart (>= 3.7.0)
+- Rust 工具链(Nightly)
- Clang/LLVM
- 兼容的 IDE(如 Android Studio、Visual Studio Code)
diff --git a/cliff.toml b/cliff.toml
index aceec1d..fb7a8d3 100644
--- a/cliff.toml
+++ b/cliff.toml
@@ -74,6 +74,7 @@ commit_parsers = [
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
+ { message = "^chore\\(readme\\)", skip = true },
{ message = "^chore|^ci", group = "⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "🛡️ Security" },
{ message = "^revert", group = "◀️ Revert" },