diff --git a/CHANGELOG-BETA.md b/CHANGELOG-BETA.md index 7a06eb7e..faa4e701 100644 --- a/CHANGELOG-BETA.md +++ b/CHANGELOG-BETA.md @@ -4,6 +4,12 @@ All notable changes to beta releases will be documented in this file. +## [9.14.0-beta.2](///compare/9.14.0-beta.1...9.14.0-beta.2) (2025-12-14) + +### Features + +* **settings:** add modal settings interface with vertical tabs c3165c5 + ## [9.14.0-beta.1](///compare/9.14.0-beta.0...9.14.0-beta.1) (2025-12-13) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 0d565025..3240baf4 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.14.0-beta.1", + "version": "9.14.0-beta.2", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/package.json b/package.json index 89f39ca0..3a9e3066 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.14.0-beta.1", + "version": "9.14.0-beta.2", "description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 91dbef46..0fe2869b 100644 --- a/versions.json +++ b/versions.json @@ -181,5 +181,6 @@ "9.13.0": "0.15.2", "9.13.1": "0.15.2", "9.14.0-beta.0": "0.15.2", - "9.14.0-beta.1": "0.15.2" + "9.14.0-beta.1": "0.15.2", + "9.14.0-beta.2": "0.15.2" } \ No newline at end of file