📝 更新版本说明

This commit is contained in:
chaos-zhu 2024-08-13 15:53:14 +08:00
parent 9889528070
commit 5a6e5c54d1
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [2.1.6](https://github.com/chaos-zhu/easynode/releases) (2024-08-13)
### Features
* SFTP支持上传嵌套文件夹 ✔
* 修复面板服务缓存文件夹偶尔不存在的bug ✔
## [2.1.5](https://github.com/chaos-zhu/easynode/releases) (2024-08-12) ## [2.1.5](https://github.com/chaos-zhu/easynode/releases) (2024-08-12)
### Features ### Features

View File

@ -21,7 +21,7 @@
## 功能 ## 功能
- [x] webssh终端&SFTP - [x] webssh终端&SFTP
- [x] 批量导入导出实例(Xshell&FinalShell) - [x] 批量导入导出实例(Xshell&FinalShell&EasyNode)
- [x] 实例分组 - [x] 实例分组
- [x] 凭据托管 - [x] 凭据托管
- [x] 邮件通知 - [x] 邮件通知

View File

@ -1,6 +1,6 @@
{ {
"name": "web", "name": "web",
"version": "2.1.5", "version": "2.1.6",
"description": "easynode-web", "description": "easynode-web",
"private": true, "private": true,
"scripts": { "scripts": {