From d969ec74d0bbb2eb3a55cf20758ec36640a745a0 Mon Sep 17 00:00:00 2001 From: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:57:50 +0800 Subject: [PATCH] release: v0.11.10 --- changelog/en-US.md | 10 ++++++++++ changelog/zh-CN.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/changelog/en-US.md b/changelog/en-US.md index 0fe0603..70730a9 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.11.10] - 2024-06-24 + +### Changed + +- Autostart settings + +### Fixed + +- Tauri tray is not created + ## [0.11.9] - 2024-06-22 ### Fixed diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index d53ad9e..397264b 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.11.10] - 2024-06-24 + +### 变更 + +- 开机启动设置 + +### 修复 + +- tauri托盘存在未创建情况 + ## [0.11.9] - 2024-06-22 ### 修复 diff --git a/package.json b/package.json index 7df1a4e..f15681f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.11.9", + "version": "0.11.10", "private": true, "license": "GPL-3.0-only", "scripts": {