Skip to content

Commit ee821b0

Browse files
committed
chore(release): bump version to 9.14.0-beta.4 [beta]
1 parent 829a594 commit ee821b0

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG-BETA.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to beta releases will be documented in this file.
44

55

66

7+
## [9.14.0-beta.4](///compare/9.14.0-beta.3...9.14.0-beta.4) (2026-01-05)
8+
9+
### Features
10+
11+
* **calendar:** add Apple CalDAV two-way sync with write operations 97f28e7
12+
* **calendar:** add Google/Outlook Calendar OAuth integration cfa4671
13+
* **dataflow:** enhance WriteAPI and project data handling 3d4c4ed
14+
* **ics:** enhance ICS calendar integration c456c38
15+
* integrate calendar auth manager and update styles 5610bc4
16+
717
## [9.14.0-beta.3](///compare/9.14.0-beta.2...9.14.0-beta.3) (2025-12-15)
818

919
### Features

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.14.0-beta.3",
4+
"version": "9.14.0-beta.4",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.14.0-beta.3",
3+
"version": "9.14.0-beta.4",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,6 @@
183183
"9.14.0-beta.0": "0.15.2",
184184
"9.14.0-beta.1": "0.15.2",
185185
"9.14.0-beta.2": "0.15.2",
186-
"9.14.0-beta.3": "0.15.2"
186+
"9.14.0-beta.3": "0.15.2",
187+
"9.14.0-beta.4": "0.15.2"
187188
}

0 commit comments

Comments
 (0)