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

Commit 6135e02

Browse files
committed
release: v0.12.3
1 parent 68cb9ba commit 6135e02

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

changelog/en-US.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## [0.12.3] - 2024-09-12
6+
7+
### Added
8+
9+
- Add support for Arc browser
10+
- Add multiple formats and jump functions to `Timeline` search
11+
12+
### Changed
13+
14+
- `Overview` daily active chart floating distinction highlighted area
15+
516
## [0.12.2] - 2024-08-31
617

718
### Added

changelog/zh-CN.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## [0.12.3] - 2024-09-12
6+
7+
### 新增
8+
9+
- 增加对Arc浏览器支持
10+
- `时间线`搜索添加多种格式及跳转功能
11+
12+
### 变更
13+
14+
- `总览`每日活跃图表悬浮区分高亮区域
15+
516
## [0.12.2] - 2024-08-31
617

718
### 新增

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.12.2",
4+
"version": "0.12.3",
55
"private": true,
66
"license": "GPL-3.0-only",
77
"scripts": {

0 commit comments

Comments
 (0)