Skip to content

Releases: chhoumann/quickadd

1.6.0

07 Nov 08:06
Compare
Choose a tag to compare

1.6.0 (2023-11-07)

Features

1.5.0

06 Nov 20:56
Compare
Choose a tag to compare

1.5.0 (2023-11-06)

Features

  • add gpt-4-1106-preview to AI Assistant (128k context, fresher knowledge, cheapter than gpt-4!) (f404425)

1.4.0

05 Oct 18:33
Compare
Choose a tag to compare

1.4.0 (2023-10-05)

Features

  • chunked prompt api function now supports variables (44a9e31)

1.3.0

28 Sep 08:13
Compare
Choose a tag to compare

1.3.0 (2023-09-28)

Features

  • allow description in user script fields (b24f8dd), closes #544

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.