Releases: solderneer/obsidian-ai-tools
Releases · solderneer/obsidian-ai-tools
1.1.4
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
Changelog
- Implemented
generative-search
andsemantic-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 ofyaml.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
Changelog
- Updated
manifest.json
to remove Obsidian from the title for publishing - Updated
manifest.json
andpackage.json
to add full stop to the end of the description
1.1.1
Changelog
- Changed
manifest.json
for id to not include obsidian, to prepare to publish
1.1.0
Added
- The ability to customize the starting prompt for the AI in the settings pane
1.0.0
First release ever woohoo!