From ee6c214bfd7cb9ed66426537e0d0cafb49e242a9 Mon Sep 17 00:00:00 2001 From: dingjiahuichina Date: Wed, 3 Dec 2025 13:14:16 +0000 Subject: [PATCH] chore: update to 1.0.4 --- build/dev-store.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/dev-store.spec b/build/dev-store.spec index 78f2358..df725cf 100644 --- a/build/dev-store.spec +++ b/build/dev-store.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: dev-store -Version: 1.0.3 +Version: 1.0.4 Release: 1 Summary: Development Store Management System @@ -304,6 +304,12 @@ if [ $1 -eq 0 ]; then fi %changelog +* Wed Dec 3 2025 dingjiahui - 1.0.4-1 +- Update desktop icon +- Remove massive logs +- Support for quickly adding MCP servers to PolyMind +- Fix handling issue when oeDeploy plugin is duplicated +- Optimize interface, support multiple tabs * Thu Oct 23 2025 dingjiahui - 1.0.3-1 - Replace MariaDB with SQLite database, optimize initialization process for faster startup - Optimize cleanup and write processes during data synchronization exceptions -- Gitee