Skip to content

Releases: chhoumann/quickadd

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

0.20.0

12 Apr 14:39
Compare
Choose a tag to compare

0.20.0 (2023-04-12)

Bug Fixes

  • capture to arbitrary file throws "file not found" error (49fef65), closes #454
  • fixed minimum size of capture format box to prevent it from becoming too small on mobile (ee5c2d3), closes #446

Features

  • add arrow key navigation in yesNoPrompt (01bcb8d), closes #444

0.19.4

05 Apr 17:53
Compare
Choose a tag to compare

0.19.4 (2023-04-05)

Bug Fixes

  • properly find end of section when last line is empty (69f6716)

0.19.3

05 Apr 17:41
Compare
Choose a tag to compare

0.19.3 (2023-04-05)

Bug Fixes

  • capture to Active File Captures Only to Cursor Position, even when Insert After is enabled (25526a9), closes #445