Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Releases: XZB-1248/Spark

v0.2.1

01 Feb 09:37
Compare
Choose a tag to compare
  • Fix: desktop connection timeout.

  • Fix: desktop viewer doesn't work on unix-like system.

  • Add: show resolution of desktop.

  • 修复:远程桌面连接超时。

  • 修复:远程桌面在类unix系统下无法显示。

  • 新增:显示远程桌面的分辨率。

v0.2.0

01 Nov 05:11
Compare
Choose a tag to compare
  • 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

21 Oct 15:40
Compare
Choose a tag to compare
  • Add: special keys for terminal.

  • Fix: defunct process remains after terminal exit.

  • 新增:终端支持特殊按键。

  • 修复:终端退出后shell进程依然存活。

v0.1.8

17 Oct 15:21
Compare
Choose a tag to compare
  • Add: hashed-password authentication.

  • Add: function keyboard for terminal.

  • Fix: file editor fullscreen problem on Safari.

  • 新增:身份验证的密码已支持加密。

  • 新增:终端中已支持功能按键。

  • 修复:Safari浏览器下文件编辑器的全屏问题。

v0.1.7

15 Oct 04:57
Compare
Choose a tag to compare
  • Optimize: i18n format.

  • Fix: won't kill shell process after exit.

  • 优化:国际化格式。

  • 修复:退出后不会自动结束 shell 进程。

v0.1.6

09 Oct 00:06
Compare
Choose a tag to compare
  • Optimize: potential crash problem of explorer.

  • Add: set config through command line arguments.

  • Add: log system.

  • 优化:文件管理器可能导致服务崩溃。

  • 添加:支持通过命令行设置相关配置。

  • 新增:日志机制。

v0.1.5

20 Sep 02:36
Compare
Choose a tag to compare
  • Optimize: performance of desktop viewer on Windows.

  • Optimize: terminal for Windows.

  • Remove: deprecated ioutil package.

  • 优化:Windows下的远程桌面性能表现。

  • 优化:Windows的终端表现。

  • 移除:已经废弃的ioutil包。

v0.1.4

10 Sep 16:05
Compare
Choose a tag to compare
  • Add: desktop viewer (experimental).

  • Optimize: project structure.

  • 新增:桌面监控(试验版)。

  • 优化:项目结构。

v0.1.3

09 Jul 04:19
Compare
Choose a tag to compare
  • Optimize: basic operations for macOS.

  • Fix: deadlock when download more than one item.

  • 优化:macOS下,基础操作改为API调用的方式实现。

  • 修复:下载目录或多文件时发生死锁,导致压缩文件不完整。

v0.1.2

19 Jun 13:52
Compare
Choose a tag to compare
  • Optimize: compress frontend assets.

  • 优化: 压缩前端资源,加快加载速度。