Skip to content

Commit 1b62937

Browse files
release(version): Release 2.9.0 [skip ci]
# [2.9.0](2.8.0...2.9.0) (2025-12-09) ### Bug Fixes * honor dateFormat in requestInputs ([903df23](903df23)) * preserve macro user script variable updates ([#999](#999)) ([26a7cf5](26a7cf5)) * reuse current tab when open file new-tab is off ([#1007](#1007)) ([1b67d77](1b67d77)) ### Features * improve macro open file command ([#994](#994)) ([9b4f177](9b4f177))
1 parent 1b67d77 commit 1b62937

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "quickadd",
33
"name": "QuickAdd",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"minAppVersion": "1.6.0",
66
"description": "Quickly add new pages or content to your vault.",
77
"author": "Christian B. B. Houmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickadd",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Quickly add new pages or content to your vault.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
"2.5.0": "1.6.0",
9797
"2.6.0": "1.6.0",
9898
"2.7.0": "1.6.0",
99-
"2.8.0": "1.6.0"
99+
"2.8.0": "1.6.0",
100+
"2.9.0": "1.6.0"
100101
}

0 commit comments

Comments
 (0)