Skip to content

Commit 263a2c7

Browse files
release(version): Release 1.2.0 [skip ci]
# [1.2.0](1.1.0...1.2.0) (2023-06-20) ### Features * add `getModels`, `getMaxTokens`, and `countTokens` API features in AI module ([30a789b](30a789b)) * show sytem prompt token count in settings ([a40d053](a40d053)) * You can now use `api.ai.prompt(prompt, model, settings?)` to do custom AI prompts in your scripts. ([701009d](701009d))
1 parent 1a5e343 commit 263a2c7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.1.0",
4+
"version": "1.2.0",
55
"minAppVersion": "0.13.19",
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": "1.1.0",
3+
"version": "1.2.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
@@ -52,5 +52,6 @@
5252
"1.0.0": "0.13.19",
5353
"1.0.1": "0.13.19",
5454
"1.0.2": "0.13.19",
55-
"1.1.0": "0.13.19"
55+
"1.1.0": "0.13.19",
56+
"1.2.0": "0.13.19"
5657
}

0 commit comments

Comments
 (0)