From ae0b9918453832c8b2e72349f4e9e14dd66b5bbb Mon Sep 17 00:00:00 2001 From: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:46:24 +0800 Subject: [PATCH] release: v0.11.16 --- changelog/en-US.md | 7 +++++++ changelog/zh-CN.md | 7 +++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog/en-US.md b/changelog/en-US.md index 6820a62..bd1179a 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.11.16] - 2024-07-05 + +### Fixed + +- The tooltip position after dragging the chart in `Overview` +- Pulling browser history, some users will get an error when deleting temporary files + ## [0.11.15] - 2024-06-30 ### Added diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index 016b061..9d90a3b 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.11.16] - 2024-07-05 + +### 修复 + +- `总览`拖拽图表后浮窗位置 +- 拉取浏览器历史,部分用户删除临时文件报错 + ## [0.11.15] - 2024-06-30 ### 新增 diff --git a/package.json b/package.json index 218bf88..eae3bb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.11.15", + "version": "0.11.16", "private": true, "license": "GPL-3.0-only", "scripts": {