Skip to content

Commit

Permalink
release: v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed May 30, 2024
1 parent af68898 commit 75f154f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## [0.11.3] - 2024-05-30

### Added

- Add verification and migration to import and export
- In `View`-`Setting`-`Behavior`, add a whitelist for automatic monitoring to automatically add programs
- Add a shortcut key `ctrl+f` to search
- Add time property for each item in search dialog
- Add a quick show and hide browser history button to the timeline
- When switching `Data Grouping` and `Browser History`, the timeline automatically slides to the most recent time

### Changed

- Replace the solution of using PowerShell to get the program running in the foreground

## [0.11.2] - 2024-05-25

### Changed
Expand Down
15 changes: 15 additions & 0 deletions changelog/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## [0.11.3] - 2024-05-30

### 新增

- 导入导出添加验证和迁移
- `视图`-`设置`-`行为`中,自动监听添加白名单,用于自动添加程序
- 搜索添加快捷键`ctrl+f`
- 搜索每项内容添加时间
- 时间线添加快速显示隐藏浏览器历史按钮
- 时间线在切换`数据分组``浏览器历史`时,自动滑动至最近时间

### 变更

- 替换使用powershell获取前台运行程序的方案

## [0.11.2] - 2024-05-25

### 变更
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shion",
"type": "module",
"version": "0.11.2",
"version": "0.11.3",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
Expand Down

0 comments on commit 75f154f

Please sign in to comment.