Skip to content

Commit af447c6

Browse files
release(version): Release 1.12.0 [skip ci]
# [1.12.0](1.11.5...1.12.0) (2025-02-26) ### Bug Fixes * prevent creating new tab when file is already opened ([e897804](e897804)) ### Features * QuickAdd will now reuse the existing tab for files when capturing to them, instead of opening the file again. Thanks to @JayPritchet ([1bf50d6](1bf50d6))
1 parent 8e43f1d commit af447c6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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": "1.11.5",
4+
"version": "1.12.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickadd",
3-
"version": "1.11.5",
3+
"version": "1.12.0",
44
"description": "Quickly add new pages or content to your vault.",
55
"main": "main.js",
66
"scripts": {
@@ -118,4 +118,4 @@
118118
]
119119
]
120120
}
121-
}
121+
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@
7272
"1.11.2": "1.6.0",
7373
"1.11.3": "1.6.0",
7474
"1.11.4": "1.6.0",
75-
"1.11.5": "1.6.0"
75+
"1.11.5": "1.6.0",
76+
"1.12.0": "1.6.0"
7677
}

0 commit comments

Comments
 (0)