Skip to content

Releases: ckt1031/obsidian-wordwise-plugin

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.

0.6.2

28 Feb 15:36
Compare
Choose a tag to compare
  • Fixed QR Code too long error, if it fails to render, just show the copy clipboard button only.

0.6.1

26 Feb 11:12
Compare
Choose a tag to compare
0.6.1

0.6.0

21 Feb 14:29
Compare
Choose a tag to compare
  • Supports OpenRouter.
  • Supports OpenAI Compatible API with custom model list fetching.
  • Removed unnecessary encryption for settings exporting.

0.5.2

20 Feb 10:41
Compare
Choose a tag to compare
  • Fixed API Testing notice model showing object Object
  • Improved config.ts with mapping all default hosts.
  • Hide Base URL option as advanced configuration.
  • Define the enum in config.ts rather than types.ts

0.5.1

19 Feb 11:58
Compare
Choose a tag to compare
feat(release): 0.5.1