diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3c77b43..b268f14 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -20,6 +20,7 @@ body: label: 軟件版本 description: 請選擇正在使用的版本 options: + - v0.0.15 - v0.0.14 - v0.0.13 - v0.0.12 diff --git a/HISTORY.md b/HISTORY.md index d4ef1f6..b4199be 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## 更新日志 +### v0.0.15 + +* 解決WebDAV歷史紀錄重複問題 +* 解決最後播放時間錯誤問題 +* 播放歷史紀錄上次播放地址、進度 + ### v0.0.14 * 優化播放器進度條顯示 diff --git a/version.json b/version.json index d751e93..4205039 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version_code": 3584, "version_name": "v0.0.14"} +{"version_code": 3840, "version_name": "v0.0.15"}