Skip to content

Releases: chhoumann/quickadd

1.2.1

27 Jun 04:45
Compare
Choose a tag to compare

1.2.1 (2023-06-27)

This release publishes the button styling update from @Cretezy in #522. Thank you!

  1. Updates choice creator
image
  1. Updates modal button (gap)
image

1.2.0

20 Jun 19:38
Compare
Choose a tag to compare

1.2.0 (2023-06-20)

Features

  • add getModels, getMaxTokens, and countTokens API features in AI module (30a789b)
  • show system prompt token count in settings (a40d053)
  • You can now use api.ai.prompt(prompt, model, settings?) to do custom AI prompts in your scripts. (701009d) Read all about the AI module in the API here.

Wondering how to get started with the AI Assistant? Read the new docs here!

Just as a heads-up: I'm currently busy with exams, so I apologize for slow response times :)

1.1.0

15 Jun 15:00
Compare
Choose a tag to compare

1.1.0 (2023-06-15)

Bug Fixes

  • 'Create file if does not exist' not working when using 'Capture to Tag' (3f05fb0), closes #477

Features

  • handle max token counts for models, erroring if you go above (915de93)

1.0.2

19 May 13:21
Compare
Choose a tag to compare

1.0.2 (2023-05-19)

Bug Fixes

  • 'Create file if does not exist' not working when using 'Capture to Tag' (da7c0cc), closes #477
  • correctly select a Macro for a Macro Choice with no associated macro when opening its config (05e8b95), closes #480

1.0.1

17 May 19:23
Compare
Choose a tag to compare

1.0.1 (2023-05-17)

Bug Fixes

  • hotfix for Template 'increment file name' erroring when no number is at the end of the filename (8266a6e), closes #497

1.0.0

17 May 11:31
Compare
Choose a tag to compare

1.0.0 (2023-05-17)

Jumping to 1.0.0 looks very exciting, but is simply because there is a breaking change in the latest build.

Breaking: If you wish to use the AI Assistant, please disable the newly introduced Disable AI & Online features setting.

Bug Fixes

  • (performance) cap # of suggestions for templates / files to capture to in choice settings (03f77ee)
  • lifecycle console warning now resolved (0b93847)

Features

  • add option to disable AI (& online) features. If on, QuickAdd won't contact external services (6ec462d), closes #478.
    • I want you to feel safe using QuickAdd. For this reason, I've added a setting to disable AI features - and online features, for future-proofing the promise of not contacting external providers with the setting enabled. I hope to make it clear that I intend QuickAdd to always honor your privacy & data, giving you full control of how, when, and for what it's used. Please raise an issue if you have any concerns.
  • you can now configure model parameters for the AI Assistant - like Temperature, Top P, etc (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.

0.23.0

21 Apr 21:35
Compare
Choose a tag to compare

0.23.0 (2023-04-21)

Features

  • add AI Assistant to macros. You can now use the power of Large Language Models in your macros (fa361e4)

Here is a showcase of what's possible with the new feature.
To get started, you'll need to grab an OpenAI API key.

Here is the big guide to getting started with AI-powered workflows in QuickAdd

0.22.0

21 Apr 12:22
Compare
Choose a tag to compare

0.22.0 (2023-04-21)

Features

0.21.0

15 Apr 15:00
Compare
Choose a tag to compare

0.21.0 (2023-04-15)

Bug Fixes

  • defaultValue in user scripts with settings was not used, despite being set (d00587c)

Features

  • add new format syntax: {{selected}} - is replaced by the selected text (21d40e9)
  • API format function now allows for conditional clearing of variables (f5961f6)

0.20.1

13 Apr 12:29
Compare
Choose a tag to compare

0.20.1 (2023-04-13)

Bug Fixes

  • capture to tags not finding all types of tags (arrays in yaml) (071ca4e), closes #459