From a567aa19e605fe9d242b42327a3af042aa6b7190 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 May 2023 11:31:01 +0000 Subject: [PATCH] release(version): Release 1.0.0 [skip ci] # [1.0.0](https://github.com/chhoumann/quickadd/compare/0.23.0...1.0.0) (2023-05-17) ### Bug Fixes * (performance) cap # of suggestions for templates / files to capture to in choice settings ([03f77ee](https://github.com/chhoumann/quickadd/commit/03f77eed40ecec423c7352cc412d7e616272671e)) * lifecycle console warning now resolved ([0b93847](https://github.com/chhoumann/quickadd/commit/0b93847a96e2a6b91b2fa4146bcff8883ec5977a)) ### Features * add option to disable AI (& online) features. If on, QuickAdd won't contact external services ([6ec462d](https://github.com/chhoumann/quickadd/commit/6ec462de21a2fce18a952331f29b598bed6c88e1)), closes [#478](https://github.com/chhoumann/quickadd/issues/478) * you can now configure model parameters for the AI Assistant - like Temperature, Top P, etc ([80f09b9](https://github.com/chhoumann/quickadd/commit/80f09b9052a52785cad306debe3d22c1e7df96f3)) ### BREAKING CHANGES * The new AI- & Online-features-disable setting is on by default, meaning users who wish to use the AI Assistant will need to disable this setting. --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 92c8df2..4991384 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.23.0", + "version": "1.0.0", "minAppVersion": "0.13.19", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index d6ecb0b..217e375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.23.0", + "version": "1.0.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a072acd..9cb7f19 100644 --- a/versions.json +++ b/versions.json @@ -48,5 +48,6 @@ "0.20.1": "0.13.19", "0.21.0": "0.13.19", "0.22.0": "0.13.19", - "0.23.0": "0.13.19" + "0.23.0": "0.13.19", + "1.0.0": "0.13.19" } \ No newline at end of file