collabdocchat 1.2.5 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -226,10 +226,20 @@ npm run serve
226
226
 
227
227
  ## 📝 更新日志
228
228
 
229
+ ### v1.2.5 (2026-01-26)
230
+ - 🔧 修复 Windows 下 CLI 启动问题
231
+ - 📚 优化安装和使用说明
232
+ - ✨ 简化启动流程
233
+
234
+ ### v1.2.4 (2026-01-26)
235
+ - 🐛 修复浏览器自动打开功能
236
+
237
+ ### v1.2.3 (2026-01-26)
238
+ - 📚 添加完整的 README 文档
239
+
229
240
  ### v1.2.2 (2026-01-26)
230
- - ✅ 发布到 npm
241
+ - ✅ 首次发布到 npm
231
242
  - 🔧 修复 package.json 配置
232
- - 📚 完善文档
233
243
 
234
244
  ### v1.2.0
235
245
  - ✨ 添加任务管理功能
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "collabdocchat",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "开源的实时协作文档聊天平台 - 集成任务管理、多人文档编辑、智能点名功能",
5
5
  "main": "./server/index.js",
6
6
  "type": "module",