Releases: nhaouari/obsidian-textgenerator-plugin
0.7.26
What's Changed
- Added Include Attachments flag under advanced settings.
demo
Experimental: in supported models, this will send the content of the attachments along with the request.
dedicated helper to run dataview scripts
-
Added gpt-4o and some other models.
-
Simple code editor for playground.
-
Added option to disable ribbon icons
-
Updated langchain to 0.1.36
-
Updated google genai package to 0.0.21
-
Improved build speed by about 20s.
-
Bugfixes with package manager
-
proposal to clarify the version upgrade process by @ncoquelet in #273
-
Update YoutubeTranscript to use new API for retrieving video … by @ckt1031 in #284
-
fix: syntax error in stream process of custom LLM provider by @cherrot in #278
-
Upgrade Langchain to 0.2 and Update ESBuild Minification Options by @ckt1031 in #293
New Contributors
- @ckt1031 made their first contribution in #284
- @cherrot made their first contribution in #278
- @Rihoj made their first contribution in #287
Full Changelog: 0.7.11...0.7.26
0.7.25-beta
Changes:
- Fixed anthropic legacy bug.
- Changed name for llm provider profile input.
Full Changelog: 0.7.24-beta...0.7.25-beta
0.7.24-beta
Changes:
- added set-model Command
- Added icons to show if a model supports attachments
- making model input case insensitive
Full Changelog: 0.7.23-beta...0.7.24-beta
0.7.23-beta
Changes:
- hotfix: includeAttachments command wasn't working.
Full Changelog: 0.7.22-beta...0.7.23-beta
0.7.22-beta
Changes:
-
Fixing bugs related to
includeAttachmentsInRequest
-
Added gpt-4o model
-
Added claud haiku, sonnet
-
Updated google gemini package
Full Changelog: 0.7.21-beta...0.7.22-beta
0.7.21-beta
Changes:
- Fixed the refresh button in the package-manager.
- Fixed some bugs related to getting packages in the package-manager.
- Removed unused packages to speed up the build time.
- Updated packages.
Full Changelog: 0.7.20-beta...0.7.21-beta
0.7.20-beta
Changes:
- added playground code editor
- added setProperty and setTitle helper
{{#setProperty "author"}}
new author's name
{{/setProperty}}
{{#setTitle}}
new title.md
{{/setTitle}}
note that you need to enable experimental features, then you will find it in the advanced settings.
in supported models, this will allow you to send images as context.
Full Changelog: 0.7.19-beta...0.7.20-beta
0.7.19-beta
What's Changed
- fix mobile cannot load plugin by @ckt1031 in #292
- Upgrade Langchain to 0.2 and Update ESBuild Minification Options by @ckt1031 in #293
Full Changelog: 0.7.18-beta...0.7.19-beta
0.7.18-beta
What's Changed
Full Changelog: 0.7.17-beta...0.7.18-beta