Skip to content

Releases: nhaouari/obsidian-textgenerator-plugin

0.8.0-beta

07 Feb 14:58

Choose a tag to compare

0.8.0-beta Pre-release
Pre-release

Changes:

Updated langchain should have support for thinking models. not tested yet.

Full Changelog: 0.7.53-beta...0.8.0-beta

0.7.53-beta

05 Aug 05:14

Choose a tag to compare

0.7.53-beta Pre-release
Pre-release

Changes:

  • Added support for overlay toolbar for templates
image image

Instructions:

1- Enable overlay-toolbar option in the obsidian settings (at the very bottom).
image

2- make a template and add toolbar in commands list
image

3- Restart obsidian
4- select text and the toolbar should appear.

Full Changelog: 0.7.52...0.7.53-beta

0.7.52

16 Jul 20:40

Choose a tag to compare

Changes:

  • Fixed logical bugs with write and append commands. now you can do
{{#write "summaries/" "test1.md"}}
 text content
{{/write}}

and

{{write "summaries/" "test1.md"  "text content"}}

Full Changelog: 0.7.51...0.7.52-beta

0.7.52-beta

16 Jul 20:39

Choose a tag to compare

0.7.52-beta Pre-release
Pre-release

Changes:

  • Fixed logical bugs with write and append commands. now you can do
{{#write "summaries/" "test1.md"}}
 text content
{{/write}}

and

{{write "summaries/" "test1.md"  "text content"}}

Full Changelog: 0.7.51...0.7.52-beta

0.7.51

15 Jul 20:03

Choose a tag to compare

Changes:

  • Changed default maxtokens to 5000 instead of 500
  • Fixed bug with generate & create note. where it posts also the prompt along with the output

Full Changelog: 0.7.50...0.7.51

0.7.51-beta

15 Jul 20:02

Choose a tag to compare

0.7.51-beta Pre-release
Pre-release

Changes:

  • Changed default maxtokens to 5000 instead of 500
  • Fixed bug with generate & create note. where it posts also the prompt along with the output

Full Changelog: 0.7.50...0.7.51-beta

0.7.50

11 Jun 10:49

Choose a tag to compare

What's Changed

Added

  • Support for frontmatter links.
  • Experimental overlay toolbar.
  • Retrieve models for Gemini and Anthropic integrations.
  • Performance metric support for diagnostics.

Fixed

  • Bug related to Mistral integration.
  • Updated some langchain packages for compatibility and performance.
  • Placeholders in auto-suggest's prompt settings.

Updated

Removed

  • Submodule cleanup for repo simplification.

New Contributors

Full Changelog: 0.7.47...0.7.50

0.7.50-beta

11 Jun 10:37

Choose a tag to compare

0.7.50-beta Pre-release
Pre-release

Changes

Full Changelog: 0.7.48-beta...0.7.50-beta

0.7.48-beta

23 Apr 12:45

Choose a tag to compare

0.7.48-beta Pre-release
Pre-release

0.7.47

09 Jan 13:46

Choose a tag to compare

What Changed

Full Changelog: 0.7.46...0.7.47