Releases: ckt1031/obsidian-wordwise-plugin
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.
0.7.5
chore: update version to 0.7.5
0.7.4
0.7.4
- Added support for Cohere's new
command-r-plus
model, featuring a 128K context window and enhanced response quality. Learn more: Introducing Command R+. - Reorganized Perplexity (PPLX) models: Removed some older models and added new Sonar models.
- Integrated Gemini Model API support: The plugin now uses the model API, enabling compatibility with future Gemini model releases without hard-coding.
- Fixed an issue where the reset models confirmation was not functioning correctly.
- Improved layout for the advanced configuration settings tab: Settings are now separated into sections for a clearer, more intuitive user experience.
0.7.3
0.7.3
- New Cohere model:
command-r
, which is free and outperforms GPT-3.5 Turbo, LLaMA 70B Chat, and Mixtral. - New Anthropic's Claude 3.0 Haiku:
claude-3-haiku-20240307
, which is fast and affordable, with a 200K context window. It also outperforms GPT-3.5 Turbo and Gemini 1.0 Pro.
0.7.2
- Resolved issue with encoded user prompts
- Improved debug logging for messages
0.7.1
- Now supports the new Claude 3.0 with
claude-3-opus-20240229
andclaude-3-sonnet-20240229
models. - Enhanced prompt clarity by eliminating unnecessary wording.