mirror of
https://github.com/chaos-zhu/easynode.git
synced 2026-06-20 18:46:03 +08:00
feat: 版本更新描述
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
* 探针接入
|
||||
* 支持csv模板特定格式导入
|
||||
|
||||
## [3.7.0](https://github.com/chaos-zhu/easynode/releases) (2026-05-30)
|
||||
* 原生Android移动端内测版发布,IOS稍后发布,欢迎Android用户加入内测反馈使用体验
|
||||
* 鉴权优化,移除IP统计
|
||||
* 其他功能优化与bug修复
|
||||
|
||||
|
||||
## [3.6.1](https://github.com/chaos-zhu/easynode/releases) (2026-03-15)
|
||||
* 新增终端内右键挂起&单窗口模式头部右键菜单
|
||||
* 修复交互式脚本stdin行为异常(终端高亮模式引起路径重复显示问题)
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "server",
|
||||
"version": "3.6.1",
|
||||
"version": "3.7.0",
|
||||
"description": "easynode-server",
|
||||
"bin": "./bin/www",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "v3.7.0",
|
||||
"date": "2026-05-30",
|
||||
"features": [
|
||||
"原生Android移动端内测版发布,IOS稍后发布,欢迎Android用户加入内测反馈使用体验",
|
||||
"鉴权优化,移除IP统计",
|
||||
"其他功能优化与bug修复"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "v3.6.1",
|
||||
"date": "2026-03-15",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web",
|
||||
"version": "3.6.1",
|
||||
"version": "3.7.0",
|
||||
"description": "easynode-web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user