From 417802f5f12e92ac4a8a85bcce633e72c0cd71b3 Mon Sep 17 00:00:00 2001 From: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:56:58 +0800 Subject: [PATCH] release: v0.11.19 --- changelog/en-US.md | 9 +++++++++ changelog/zh-CN.md | 9 +++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog/en-US.md b/changelog/en-US.md index b566eb1..1fbdf89 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -2,6 +2,15 @@ ## [Unreleased] +## [0.11.19] - 2024-07-21 + +### Changed + +- Refactored manual timer +- Modified `Data category` item of `Overview` to create display component (incompatible with previous one, modification requires reselection) +- Adjusted `Timeline` to misalign the same time point +- Added seconds option to the time selection component + ## [0.11.18] - 2024-07-12 ### Added diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index c7ddd2a..df2dad3 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,15 @@ ## [Unreleased] +## [0.11.19] - 2024-07-21 + +### 变更 + +- 重构手动计时器 +- 修改`总览`创建展示组件的`数据类别`一项(与此前不兼容,修改需重新选择) +- `时间线`相同时间点调整为错位 +- 时间选择组件添加秒选项 + ## [0.11.18] - 2024-07-12 ### 新增 diff --git a/package.json b/package.json index 728ec88..6bef2a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.11.18", + "version": "0.11.19", "private": true, "license": "GPL-3.0-only", "scripts": {