Skip to content

Commit cdab84e

Browse files
committed
Release v1.1.0 - CI/CD Automation
1 parent 1743072 commit cdab84e

5 files changed

Lines changed: 22 additions & 18 deletions

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2026-01-21 v1.0.1
1+
# 2026-01-22 v1.1.0
22

33
# NoteConnection Knowledge Graph
44

@@ -249,6 +249,13 @@ For optimal performance with "GPU Optimised Rendering", especially on AMD RDNA c
249249

250250
## 📅 Changelog
251251

252+
### v1.1.0 - CI/CD Automation (2026-01-22)
253+
254+
- **GitHub Actions Integration**:
255+
- Added automated npm publishing workflow triggered on releases and version tags.
256+
- Added version consistency check to prevent mismatched releases.
257+
- **DevOps**: Streamlined release process with `git tag v1.1.0 && git push --tags`.
258+
252259
### v1.0.1 - Maintenance & UX Refinement (2026-01-21)
253260

254261
- **Multilingual Consolidation**:
@@ -877,6 +884,13 @@ npm start -- --path "E:/Knowledge/ObsidianVault" --no-gpu
877884
878885
## 📅 更新日志 (Changelog)
879886
887+
### v1.1.0 - CI/CD 自动化 (2026-01-22)
888+
889+
- **GitHub Actions 集成**:
890+
- 新增自动 npm 发布工作流,支持发布事件和版本标签触发。
891+
- 新增版本一致性检查,防止版本号不匹配的发布。
892+
- **DevOps**: 简化发布流程,使用 `git tag v1.1.0 && git push --tags` 即可发布。
893+
880894
### v1.0.1 - 维护与体验优化 (2026-01-21)
881895
882896
- **多语言体系整合**:

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2026-01-21 v1.0.1 - Maintenance & UX Refinement
1+
# 2026-01-22 v1.1.0 - CI/CD Automation
22

33
**Goal**: Improve system robustness through protocol handler fixes, i18n consolidation, and onboarding UI refinement.
44

@@ -1149,7 +1149,7 @@ This document outlines the roadmap for building `NoteConnection`, a system capab
11491149

11501150
---
11511151

1152-
# 2026-01-21 v1.0.1 - 维护与体验优化
1152+
# 2026-01-22 v1.1.0 - CI/CD 自动化
11531153

11541154
**目标**: 通过协议处理器修复、多语言整合及新人引导 UI 的精细化,提升系统稳健性。
11551155

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noteconnection",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Hierarchical Knowledge Graph Visualization System",
55
"main": "dist/src/electron/main.js",
66
"bin": {

src/frontend/User_Manual.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NoteConnection User Manual
22

3-
**Version:** v1.0.1 | **Last Updated:** 2026-01-14
3+
**Version:** v1.1.0 | **Last Updated:** 2026-01-22
44

55
---
66

@@ -42,12 +42,10 @@
4242
When you first open NoteConnection:
4343

4444
1. **Language Selection** will appear automatically
45-
4645
- Choose **English** or **中文 (Chinese)**
4746
- Your choice is saved and can be changed later in Settings
4847

4948
2. **Knowledge Base Setup**
50-
5149
- Click **File****Change Knowledge Base**
5250
- Select the folder containing your Markdown files
5351
- This becomes your active knowledge base
@@ -510,19 +508,16 @@ For developers: Modify `styles.css` to adjust:
510508
**Troubleshooting GPU Issues:**
511509

512510
1. **"GPU.js not found" error:**
513-
514511
- Check that `libs/gpu-browser.min.js` exists
515512
- Ensure Content Security Policy allows script execution
516513
- Reload the application
517514

518515
2. **"WebGL not supported" error:**
519-
520516
- Update GPU drivers to latest version
521517
- Enable hardware acceleration in browser flags
522518
- Check `chrome://gpu` for driver blocklist issues
523519

524520
3. **Build slower with GPU enabled:**
525-
526521
- Your GPU may be older/slower than CPU
527522
- Try with a larger dataset (>5000 nodes)
528523
- Check GPU memory usage (may be hitting limits)
@@ -547,4 +542,4 @@ For developers: Modify `styles.css` to adjust:
547542
- **Documentation**: This file (offline) + README.md
548543
- **Tutorial**: Help → Launch Tutorial
549544

550-
**Last Updated:** 2026-01-14 | **Version:** v1.0.1
545+
**Last Updated:** 2026-01-22 | **Version:** v1.1.0

src/frontend/User_Manual_zh.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NoteConnection 用户手册
22

3-
**版本:** v1.0.1 | **最后更新:** 2026-01-14
3+
**版本:** v1.1.0 | **最后更新:** 2026-01-22
44

55
---
66

@@ -42,12 +42,10 @@
4242
首次打开 NoteConnection 时:
4343

4444
1. **语言选择** 会自动出现
45-
4645
- 选择 **English****中文**
4746
- 您的选择会被保存,稍后可在设置中更改
4847

4948
2. **知识库设置**
50-
5149
- 点击 **文件****更改知识库**
5250
- 选择包含您的 Markdown 文件的文件夹
5351
- 这将成为您的活动知识库
@@ -510,19 +508,16 @@ NoteConnection 包含智能自动优化:
510508
**GPU 问题故障排除:**
511509

512510
1. GPU.js not found 错误:
513-
514511
- 检查 libs/gpu-browser.min.js 是否存在
515512
- 确保内容安全策略允许脚本执行
516513
- 重新加载应用程序
517514

518515
2. WebGL not supported 错误:
519-
520516
- 将 GPU 驱动程序更新到最新版本
521517
- 在浏览器标志中启用硬件加速
522518
- 检查 chrome://gpu 以查看驱动程序阻止列表问题
523519

524520
3. 启用 GPU 后构建更慢:
525-
526521
- 您的 GPU 可能比 CPU 更旧/更慢
527522
- 尝试使用更大的数据集(>5000 节点)
528523
- 检查 GPU 内存使用情况(可能达到限制)
@@ -547,4 +542,4 @@ NoteConnection 包含智能自动优化:
547542
- **文档**: 此文件(离线)+ README.md
548543
- **教程**: 帮助 → 启动教程
549544

550-
**最后更新:** 2026-01-14 | **版本:** v1.0.1
545+
**最后更新:** 2026-01-22 | **版本:** v1.1.0

0 commit comments

Comments
 (0)