Skip to content

Releases: chhoumann/quickadd

1.11.4

03 Nov 09:10
Compare
Choose a tag to compare

1.11.4 (2024-11-03)

Bug Fixes

  • heading regex pattern in getEndOfSection (69f5cf2)
  • modify heading regex pattern to change optional capture of whitespace to match one or more (99bc7ef)

1.11.3

03 Nov 09:49
Compare
Choose a tag to compare

1.11.3 (2024-11-03)

Bug Fixes

  • use frontmatterPosition end line (1119b60)

1.11.2

01 Nov 21:49
Compare
Choose a tag to compare

1.11.2 (2024-11-01)

Bug Fixes

  • Plugin failed to load on first install due to attempting to copy a function (fix #728, #746, #749) (ad97d1e)

1.11.1

28 Aug 09:40
Compare
Choose a tag to compare

1.11.1 (2024-08-28)

This release reduces the size of the QuickAdd plugin, which should help speed up loading your Obsidian vaults.
Going forward, all new releases will be minified, keeping the plugin small and your load times fast. :)

1.11.0

18 Jul 19:44
Compare
Choose a tag to compare

1.11.0 (2024-07-18)

Features

  • add gpt-4o-mini (128k max tokens) as a default model for new plugin users. Existing users can add gpt-4o-mini with 128000 tokens in their AI Assistant menu. (49c99d6)
  • enable anthropic beta for 8k tokens on Claude 3.5 Sonnet (abd6333)

1.10.0

04 Jul 11:55
Compare
Choose a tag to compare

1.10.0 (2024-07-04)

Features

1.9.2

01 Jul 13:34
Compare
Choose a tag to compare

1.9.2 (2024-07-01)

Bug Fixes

  • ai.prompt API now also allows the model parameter to be a string with simply the model's name (d946c49)

1.9.1

24 Jun 21:06
Compare
Choose a tag to compare

1.9.1 (2024-06-24)

1.9.0

13 May 18:34
Compare
Choose a tag to compare

1.9.0 (2024-05-13)

Bug Fixes

  • AI Assistant - model provider can omit API key (d7b2a59)
  • In Obsidian 1.6, the input suggester (files, tags, etc.) was being sent behind the modal. Now appears in front of the modal (df182d2)

Features

  • add support for Anthropic (Claude) LLMs (19c911a)
  • AI Assistant - add gpt-4o as part of the OpenAI default models (2bb0d19)

1.8.1

05 Mar 07:59
Compare
Choose a tag to compare

1.8.1 (2024-03-05)

Bug Fixes

  • chunkedPrompt API function had wrong input parameter type (8d8bb3c)