diff --git a/changelog/en-US.md b/changelog/en-US.md index f4b08b5..00f8d6d 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -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 diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index abf30bc..f3e35e0 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,21 @@ ## [Unreleased] +## [0.11.3] - 2024-05-30 + +### 新增 + +- 导入导出添加验证和迁移 +- `视图`-`设置`-`行为`中,自动监听添加白名单,用于自动添加程序 +- 搜索添加快捷键`ctrl+f` +- 搜索每项内容添加时间 +- 时间线添加快速显示隐藏浏览器历史按钮 +- 时间线在切换`数据分组`和`浏览器历史`时,自动滑动至最近时间 + +### 变更 + +- 替换使用powershell获取前台运行程序的方案 + ## [0.11.2] - 2024-05-25 ### 变更 diff --git a/package.json b/package.json index 29bd541..21116d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "license": "GPL-3.0-only", "scripts": {