Files
csm/CHANGELOG.md
iven b5333d8c93 feat: 添加新插件支持及多项功能改进
- 新增磁盘加密、打印审计和剪贴板管控插件支持
- 优化水印插件显示效果,支持中文及更多Unicode字符
- 改进硬件资产收集逻辑,更准确获取磁盘和显卡信息
- 增强API错误处理,添加详细日志记录
- 完善前端界面,新增插件管理页面
- 修复多个UI问题,优化页面过渡效果
- 添加环境变量覆盖配置功能
- 实现插件状态管理API
- 更新文档和变更日志
- 添加安装程序脚本支持
2026-04-10 22:21:05 +08:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2026-04-03

Added

  • Device registration and management with identity authentication
  • Real-time device status monitoring (CPU, memory, disk, network)
  • Hardware and software asset inventory
  • USB device control and file operation audit
  • Heartbeat with HMAC-SHA256 verification
  • JWT authentication with token family rotation
  • WebSocket real-time push (device online/offline, alerts)
  • Alert rules with email/webhook notification
  • Device grouping with three-tier config scope (global/group/device)
  • Management audit logging
  • Watermark plugin (screen overlay)
  • Web filter plugin (hosts-based URL blocking)
  • Usage timer plugin (active/idle tracking, app usage)
  • Software blocker plugin (blacklist enforcement)
  • Popup blocker plugin (window close by rules)
  • USB file audit plugin (file operation monitoring)
  • Disk encryption plugin (BitLocker status reporting)
  • Print audit plugin (Windows print event logging)
  • Clipboard control plugin (clipboard rule enforcement)
  • Plugin remote enable/disable control
  • Frontend Vue3 + Element Plus management dashboard