Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit d35a7fe

Browse files
committed
release: v0.13.2
1 parent b36c89f commit d35a7fe

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

changelog/en-US.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## [0.13.2] - 2024-12-24
6+
7+
### Added
8+
9+
- `View`-`Report`, you can export summary reports
10+
11+
### Changed
12+
13+
- Monitoring will not end events immediately when audio stops
14+
15+
### Fixed
16+
17+
- Fix the problem that monitoring is always closed
18+
519
## [0.13.1] - 2024-10-28
620

721
### Added

changelog/zh-CN.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## [0.13.2] - 2024-12-24
6+
7+
### 新增
8+
9+
- `视图`-`报表`,可以导出总结报表
10+
11+
### 变更
12+
13+
- 监听将不会在音频停止时,立即结束事件
14+
15+
### 修复
16+
17+
- 修复监听存在一直处于关闭的情况
18+
519
## [0.13.1] - 2024-10-28
620

721
### 新增

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shion",
33
"type": "module",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"private": true,
66
"license": "GPL-3.0-only",
77
"scripts": {

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shion"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["hanaTsuk1"]
55
license = "GPL-3.0-only"
66
repository = "https://github.com/shion-app/shion"

0 commit comments

Comments
 (0)