Skip to content

Commit f87880d

Browse files
authored
chore(main): release 0.2.4 (#28)
fix(core): 重构核心模块代码,修复用户设置导出失败的问题 - 重新组织核心模块结构,增加 interfaces.ts、errorHandler.ts 和 logger.ts 文件 - 优化 ConfigurationManager 类,增加配置验证和错误处理功能 - 新增 DataProvider 类,负责收集扩展、设置、主题和代码片段数据 - 实现 SyncManager 类,统一管理和执行导出/导入操作 - 改进错误处理机制,增加 SyncError 类和 ErrorHandler 类 - 采用单例模式实现全局日志器 Logger
1 parent ebd145c commit f87880d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.3"}
1+
{".":"0.2.4"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "vscode-syncing" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.2.4](https://github.com/sunerpy/vscode-syncing/compare/v0.2.3...v0.2.4) (2025-07-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** 重构核心模块代码,修复用户设置导出失败的问题 ([#27](https://github.com/sunerpy/vscode-syncing/issues/27)) ([ebd145c](https://github.com/sunerpy/vscode-syncing/commit/ebd145ccfd0b708f93cc20cb73d509aca3e5d12b))
13+
714
## [0.2.3](https://github.com/sunerpy/vscode-syncing/compare/v0.2.2...v0.2.3) (2025-07-25)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-syncing",
33
"displayName": "vscode-syncing",
44
"description": "vscode-syncing extension",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"publisher": "sunerpy",
77
"icon": "resources/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)