Skip to content

Releases: solderneer/obsidian-ai-tools

1.1.4

04 Aug 08:41
313a9b9
Compare
Choose a tag to compare

Changelog

  • Added more verbose feedback from indexing, and search queries using Notices.
  • Added less strict error catching, which proceeds even if there are errors in individual documents.
  • Added database cleanup which removes documents from the database which have been deleted from the local Obsidian vault.

1.1.3

18 Jul 12:54
fdd6fb8
Compare
Choose a tag to compare

Changelog

  • Implemented generative-search and semantic-search Supabase edge functions, to optionally expose public notes for access
  • Removed all calls to innerHTML for obsidian community listing
  • Used built-in parseYaml in Obsidian instead of yaml.parse()
  • Removed unnecessary console.log() statements
  • Refactored LICENSE and funding_url for obsidian community plugin listing
  • Made more search parameters configurable by UI, like semantic match threshold, number of matches returned and the minimum result length of the matches

1.1.2

15 Jul 03:05
Compare
Choose a tag to compare

Changelog

  • Updated manifest.json to remove Obsidian from the title for publishing
  • Updated manifest.json and package.json to add full stop to the end of the description

1.1.1

15 Jul 02:36
Compare
Choose a tag to compare

Changelog

  • Changed manifest.json for id to not include obsidian, to prepare to publish

1.1.0

15 Jul 02:08
Compare
Choose a tag to compare

Added

  • The ability to customize the starting prompt for the AI in the settings pane

1.0.0

14 Jul 09:29
Compare
Choose a tag to compare

First release ever woohoo!