Skip to content

Releases: ckt1031/obsidian-wordwise-plugin

1.0.0

05 Oct 03:56
b273025
Compare
Choose a tag to compare
feat(version): 1.0.0

1.0.0-beta2

30 Sep 06:30
9498114
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

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

29 Sep 13:10
5145502
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

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

29 Sep 13:01
faced78
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

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. image

    • Example of a prompt file with properties:
      image
  • 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.
    image

  • Patches: The "custom" provider option now automatically displays the custom base URL field, eliminating the need to enable advanced mode.

0.7.5

05 Aug 14:18
Compare
Choose a tag to compare
chore: update version to 0.7.5

0.7.4

05 Apr 05:48
Compare
Choose a tag to compare

0.7.4

  1. Added support for Cohere's new command-r-plus model, featuring a 128K context window and enhanced response quality. Learn more: Introducing Command R+.
  2. Reorganized Perplexity (PPLX) models: Removed some older models and added new Sonar models.
  3. Integrated Gemini Model API support: The plugin now uses the model API, enabling compatibility with future Gemini model releases without hard-coding.
  4. Fixed an issue where the reset models confirmation was not functioning correctly.
  5. Improved layout for the advanced configuration settings tab: Settings are now separated into sections for a clearer, more intuitive user experience.

0.7.3

14 Mar 00:31
Compare
Choose a tag to compare

0.7.3

  1. New Cohere model: command-r, which is free and outperforms GPT-3.5 Turbo, LLaMA 70B Chat, and Mixtral.
  2. 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

06 Mar 15:51
Compare
Choose a tag to compare
  1. Resolved issue with encoded user prompts
  2. Improved debug logging for messages

0.7.1

05 Mar 09:20
Compare
Choose a tag to compare
  1. Now supports the new Claude 3.0 with claude-3-opus-20240229 and claude-3-sonnet-20240229 models.
  2. Enhanced prompt clarity by eliminating unnecessary wording.

0.7.0

02 Mar 14:59
Compare
Choose a tag to compare
  1. New Fuzzy Log Search: Utilizing the Fuse.js library, our search feature now supports fuzzy logic, allowing for precise and user-friendly search results across your text.

image

  1. Revamped Settings Layout: The settings page has been restructured into distinct sections including 'Danger Zone,' 'Text Generation Logs,' and 'Prompts.'

  2. Text Generation Logs Management:

image

  1. Additional Updates:
    1. LocalForage now includes vault-specific storage to prevent different vaults on the same device and app from sharing storage, as identified in previous tests.
    2. Added an input box for importing settings via data strings.
    3. Improved prompt responses by integrating System Messages when available for enhanced accuracy and quality.
    4. Enhanced prompt optimization to maintain code blocks and avoid encoding.
    5. The README has been updated with detailed information about AI providers.