Skip to content

Commit a4b58fa

Browse files
committed
build: v2.1.0-beta1
1 parent e369079 commit a4b58fa

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.goreleaser.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,12 @@ release:
160160
## NodePassDash {{ .Tag }}
161161
162162
### Feature
163-
- 增加批量启动、停止、重启
164-
165-
### Update
166-
- 优化部分交互和显示
167-
- 优化删除实例的逻辑
163+
- 适配核心v1.4.x
164+
- 主控支持显示版本号,系统等信息
165+
- 添加隧道时,如果tls/info选择了继承主控,且主控的版本支持显示本体信息的话,会显示出来
166+
- 添加隧道、快速创建、手搓创建以及编辑隧道 适配密码参数
167+
- 处理相关列表和页面的适配
168+
- 回收站列表也进行密码参数的适配,同时优化展开块的布局
168169
169170
### 🏗️ 支持的架构
170171
- **Linux**: x86_64, ARM64, ARMv7, ARMv6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NodePassDash",
3-
"version": "2.0.7-beta1",
3+
"version": "2.1.0-beta1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)