Skip to content

v1.1.0

Compare
Choose a tag to compare
@goindow goindow released this 11 Jun 05:58
· 37 commits to main since this release

新增功能:

  1. 文件/目录批量上传/下载
  2. 公钥批量推送

其他变动:

  1. 修复 mshell ssh 登陆后无法使用 lrzsz
  2. 修复 mshell push/pull 通配符被模式扩展意外解析
  3. 修复 expect 脚本在使用 ssh-key 认证时发生错误
  4. 修复 array_uniq() 无法正确去重
  5. 代码整理、命名优化、抽取公共方法等