Skip to content

Commit 6694793

Browse files
authored
chore: release v1.8.2 (#226)
1 parent 36a9d5a commit 6694793

6 files changed

Lines changed: 31 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to Nyro will be documented in this file.
44

55
---
66

7+
## v1.8.2
8+
9+
> Released on 2026-06-18
10+
11+
#### Fixes
12+
13+
- **Codec extra field passthrough** (#225): skip cross-protocol internal keys when passing through the extra field
14+
- **Access control toggle copy** (#224): clarify the access control toggle copy in the WebUI to describe the current state
15+
- **WebUI build on pnpm 10+** (#223): allow the esbuild build script for pnpm 10+ and bump CI pnpm to 11 (Node 22)
16+
17+
---
18+
719
## v1.8.1
820

921
> Released on 2026-06-15

CHANGELOG_CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Nyro 的所有重要变更均记录在此文件中。
44

55
---
66

7+
## v1.8.2
8+
9+
> 发布于 2026-06-18
10+
11+
#### 修复
12+
13+
- **Codec extra 字段透传** (#225):透传 extra 字段时跳过跨协议的内部键
14+
- **访问控制开关文案** (#224):明确 WebUI 中访问控制开关文案,描述其当前状态
15+
- **pnpm 10+ 下 WebUI 构建** (#223):放行 pnpm 10+ 的 esbuild 构建脚本,并将 CI 的 pnpm 升级到 11(Node 22)
16+
17+
---
18+
719
## v1.8.1
820

921
> 发布于 2026-06-15

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/nyro-core", "crates/nyro-tools", "src-tauri", "src-server"]
44

55
[workspace.package]
6-
version = "1.8.1"
6+
version = "1.8.2"
77
edition = "2024"
88
license = "Apache-2.0"
99
repository = "https://github.com/nyroway/nyro"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nicegui-org/nicegui/main/nicegui/static/tauri/tauri.conf.json",
33
"productName": "Nyro",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"identifier": "com.nyro.ai-gateway",
66
"build": {
77
"frontendDist": "../webui/dist",

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nyro-console",
33
"private": true,
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)