From 63691cef350fc541a81de18543d8ba6b74d2e452 Mon Sep 17 00:00:00 2001 From: Li ZongYing Date: Sun, 13 Oct 2024 20:58:34 +0800 Subject: [PATCH] upgrade --- .github/ISSUE_TEMPLATE/bug.yml | 1 + HISTORY.md | 5 +++++ version.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8fed277..47a4bb9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -20,6 +20,7 @@ body: label: 軟件版本 description: 請選擇正在使用的版本 options: + - v0.0.18 - v0.0.17 - v0.0.16 - v0.0.15 diff --git a/HISTORY.md b/HISTORY.md index 255334c..3c5ecbc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ ## 更新日志 +### v0.0.18 + +* 修復歷史紀錄順序問題 +* 一些優化 + ### v0.0.17 * 首頁、篩選增加分頁 diff --git a/version.json b/version.json index 09c62f2..8639675 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version_code": 4352, "version_name": "v0.0.17"} +{"version_code": 4608, "version_name": "v0.0.18"}