Releases: ckt1031/obsidian-wordwise-plugin
1.0.6
1.0.5
chore: bump version to 1.0.5 in manifest, package, and versions files
1.0.4
- Cohere chat API now use
v2
. - We have adjusted the message parameters and now going on marking instructions as system message in order to get better results, including Anthropic, Google's Gemini, and Cohere.
- Some texts in the setting tabs are more clear.
1.0.3
The penalty options have been removed to avoid compatibility problems with various API providers.
1.0.2
- Shorter, more precise, and simpler native prompts.
- All the native prompt instructions are now configured as system messages instead of user messages. This change should make the models follow the instructions more closely.
1.0.1
feat(version): 1.0.1
1.0.0
feat(version): 1.0.0
1.0.0-beta2
This beta version upgrades predefined prompts like "Fix Grammar" and "Improve Writing" with additional instructions to minimize unnecessary context and symbols in the responses.
1.0.0-beta1
1.0.0 (Beta 1)
This beta release builds upon the initial beta, addressing an issue with the property field. The "provider" property, previously required, is now optional.
1.0.0-beta
1.0.0 (Beta 0)
-
Folder-Based Prompts: This version introduces a more flexible approach to prompt management. Instead of relying on the plugin's predefined prompts or adding them to
config.json
, you can now create your own prompts directly within your markdown files. This opens up greater possibilities for customization and templating in future updates. -
Find Synonyms: Thanks to a contribution from @lucasadelino, this predefined prompt helps you find the best synonyms for a given word, presented in a clickable menu for easy selection.
-
Patches: The "custom" provider option now automatically displays the custom base URL field, eliminating the need to enable advanced mode.