Skip to content

Commit

Permalink
release(version): Release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](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](03f77ee))
* lifecycle console warning now resolved ([0b93847](0b93847))

### Features

* add option to disable AI (& online) features. If on, QuickAdd won't contact external services ([6ec462d](6ec462d)), closes [#478](#478)
* you can now configure model parameters for the AI Assistant - like Temperature, Top P, etc ([80f09b9](80f09b9))

### 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.
  • Loading branch information
semantic-release-bot committed May 17, 2023
1 parent a9a8a83 commit a567aa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

1 comment on commit a567aa1

@vercel
Copy link

@vercel vercel bot commented on a567aa1 May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quickadd – ./

quickadd-git-master-chrisbbh.vercel.app
quickadd-chrisbbh.vercel.app
quickadd.obsidian.guide

Please sign in to comment.