docs: update md

This commit is contained in:
chaos-zhu
2025-10-26 19:59:05 +08:00
parent 0a16555761
commit cd9ac46d35
4 changed files with 20 additions and 2 deletions

View File

@@ -10,6 +10,13 @@
* 通知模块重构支持webhook
* 支持csv模板特定格式导入
## [3.5.2](https://github.com/chaos-zhu/easynode/releases) (2025-10-26)
* SFTP上传优化不再限制文件大小
* 修复ws协议upgrade失败bug提升终端连接稳定性
* 同步后端socket版本
* 调整终端默认配置
* 终端搜索功能优化
## [3.5.1](https://github.com/chaos-zhu/easynode/releases) (2025-10-20)
* 终端默认缓冲区大小提高至10000@zhanghao-njmu
* 支持终端内缓冲区内搜索功能@zhanghao-njmu

View File

@@ -1,6 +1,6 @@
{
"name": "server",
"version": "3.5.1",
"version": "3.5.2",
"description": "easynode-server",
"bin": "./bin/www",
"scripts": {

View File

@@ -1,4 +1,15 @@
[
{
"version": "v3.5.2",
"date": "2025-10-26",
"features": [
"SFTP分片上传优化支持大文件上传",
"修复ws协议upgrade失败bug提升终端连接稳定性",
"同步后端socket版本",
"调整终端默认配置",
"终端搜索功能优化"
]
},
{
"version": "v3.5.1",
"date": "2025-10-20",

View File

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