Skip to content

Commit 4045109

Browse files
committed
build: 更新版本号至2.1.3
1 parent d785de5 commit 4045109

3 files changed

Lines changed: 3 additions & 27 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -158,33 +158,9 @@ release:
158158
# 发布说明
159159
header: |
160160
## NodePassDash {{ .Tag }}
161-
162-
### Feature
163-
164-
- 仪表盘:最近活动增加清除按钮
165-
- 新增`--cert /path/to/cert`和`--key /path/to/key`指定证书文件启动https
166-
- 新增`--disable-login`支持禁用用户名密码登录
167-
- 主控:详情增加uptime显示(适配核心v1.4.3)
168-
- 主控:列表顶部增加导入导出按钮
169-
- 实例:支持PUT更新(适配v1.4.3核心)
170-
- 实例:详情页日志增加导出
171-
- 导航栏:新增退出登录按钮和二次确认
172-
- 导航栏:菜单新增系统设置
173161
174162
### Fix
175-
- 仪表盘:修正流量总耗统计逻辑
176-
- 登录:OAuth2回调地址redirect_uri相对应问题
177-
- 实例:添加client模式时的min和max=0不取值的问题
178-
- 主控:详情页针对https的主控查询实例报错的问题
179-
- 登录:OAuth2限制用户的问题,新增限制用户后报错页
180-
181-
### Update
182-
- 实例:允许类型修改
183-
- 优化部分布局
184-
- 导航栏:移除头像菜单
185-
- 导航栏:优化移动端menu的交互体验
186-
- 修复oauth2
187-
- 禁用登录时隐藏登录页的禁用提示
163+
- 紧急修复适配1.4.3的主控表迁移和新增字段的问题导致的错误
188164
189165
footer: |
190166

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 NodePassDash
22

3-
![Version](https://img.shields.io/badge/version-2.1.2-blue.svg)
3+
![Version](https://img.shields.io/badge/version-2.1.3-blue.svg)
44
![GitHub license](https://img.shields.io/github/license/NodePassProject/NodePassDash)
55

66
NodePassDash是一个现代化的 NodePass 管理界面,基于 Go 后端 + Next.js 14、HeroUI 和 TypeScript 构建。提供实时隧道监控、流量统计和端点管理功能。

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.1.2",
3+
"version": "2.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)