Releases: XZB-1248/Spark
v0.2.1
v0.2.0
-
Add: zmodem(lrzsz) support for terminal.
-
Add: update notification (won't auto update).
-
Optimize: protocol of terminal and desktop.
-
Optimize: experience of explorer.
-
Remove: CryptoJS.
-
新增:终端支持zmodem协议(lrzsz)。
-
新增:版本更新通知(不会自动更新)。
-
优化:终端和桌面端的通信协议。
-
优化:文件管理器的使用体验。
-
移除:CryptoJS。
v0.1.9
-
Add: special keys for terminal.
-
Fix: defunct process remains after terminal exit.
-
新增:终端支持特殊按键。
-
修复:终端退出后shell进程依然存活。
v0.1.8
-
Add: hashed-password authentication.
-
Add: function keyboard for terminal.
-
Fix: file editor fullscreen problem on Safari.
-
新增:身份验证的密码已支持加密。
-
新增:终端中已支持功能按键。
-
修复:Safari浏览器下文件编辑器的全屏问题。
v0.1.7
-
Optimize: i18n format.
-
Fix: won't kill shell process after exit.
-
优化:国际化格式。
-
修复:退出后不会自动结束 shell 进程。
v0.1.6
-
Optimize: potential crash problem of explorer.
-
Add: set config through command line arguments.
-
Add: log system.
-
优化:文件管理器可能导致服务崩溃。
-
添加:支持通过命令行设置相关配置。
-
新增:日志机制。
v0.1.5
-
Optimize: performance of desktop viewer on Windows.
-
Optimize: terminal for Windows.
-
Remove: deprecated ioutil package.
-
优化:Windows下的远程桌面性能表现。
-
优化:Windows的终端表现。
-
移除:已经废弃的ioutil包。
v0.1.4
-
Add: desktop viewer (experimental).
-
Optimize: project structure.
-
新增:桌面监控(试验版)。
-
优化:项目结构。
v0.1.3
-
Optimize: basic operations for macOS.
-
Fix: deadlock when download more than one item.
-
优化:macOS下,基础操作改为API调用的方式实现。
-
修复:下载目录或多文件时发生死锁,导致压缩文件不完整。
v0.1.2
-
Optimize: compress frontend assets.
-
优化: 压缩前端资源,加快加载速度。