Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wgpsec/redc

Tags

v3.3.4

Toggle v3.3.4's commit message
fix: SSH 多实例连接修复 + 重连失败按钮,版本升至 v3.3.4

- 后端 sessionID 改用 atomic 递增序列号,解决同秒碰撞覆盖问题
- 前端 tick() 替换为 svelteTick + rAF,增加 containerEl 绑定重试
- 移除 connectSession 中冗余的 sessions 数组重建(Svelte 5 proxy 已自动响应)
- connectAllInstances 改为 await 串行创建,避免并发竞态
- 新增「重连失败」按钮,批量重试超时/断连会话

v3.3.3

Toggle v3.3.3's commit message
chore: bump version to v3.3.3, update changelog

v3.3.2

Toggle v3.3.2's commit message
fix: 安全加固与功能 bug 修复

- 通知推送转义特殊字符防止命令注入
- 上传文件名 sanitize 防止路径遍历
- HTTP Server users 读写加 RWMutex 修复竞态
- CopyFileTo 校验路径在 RedcPath 内防止任意文件读写
- Cases 页面 onDestroy 清理事件监听防止内存泄漏
- Sidebar handleCreateProject 修复变量清空顺序导致空字符串

v3.3.1

Toggle v3.3.1's commit message
fix: i18n 补全 — 消除硬编码中文、修复重复 key、补齐双语缺失翻译

- 替换 App/PageGuide/GettingStarted/SoftwareStore 中 11 处硬编码中文为 i18n 引用
- 移除 zh/en 各 1 处 copied key 重复声明
- zh 补齐 22 个 en-only key,en 补齐 2 个 zh-only key
- 最终双语各 1346 key 完全对齐

v3.3.0

Toggle v3.3.0's commit message
feat: add local README handling and inline image support

- Implemented `rewriteLocalReadmeReferences` to inline images and rewrite links in README files.
- Added tests for local README reference rewriting and fallback asset directory resolution.
- Enhanced the frontend to fetch and display case README information with source identification.
- Introduced new functions in the backend to fetch case README content and metadata.
- Updated changelog to reflect new features and improvements in version 3.3.0.

v3.2.9

Toggle v3.2.9's commit message
fix: 补充 SSH 右键菜单 paste 的 i18n 翻译(中文:粘贴,英文:Paste)

v3.2.8

Toggle v3.2.8's commit message
fix: 更新版本号至 v3.2.8

v3.2.7

Toggle v3.2.7's commit message
feat: 更新 MCP 默认端口为 8089,避免与常见服务冲突,并添加 Claude Code 集成功能

v3.2.6

Toggle v3.2.6's commit message
feat: 添加标签右键删除功能,支持在预定义场景和自定义部署中一键删除标签;优化删除场景时的标签清理逻辑

v3.2.5

Toggle v3.2.5's commit message
feat: implement auto-update feature with background checks, download,…

… and apply updates; add UpdateDialog component for user interaction