Releases: scambier/obsidian-omnisearch
Releases · scambier/obsidian-omnisearch
1.13.0-beta.2
- ADDED: #184 Verbose logging
Full Changelog: 1.13.0-beta.1...1.13.0-beta.2
1.13.0-beta.1
Full Changelog: 1.12.2...1.13.0-beta.1
1.12.3
Full Changelog: 1.12.2...1.12.3
1.12.2
- FIXED: #195 Highlighting issue when a query match was at the beginning of a field
- IMPROVED: When filtering for a file extension, e.g. ".can" will match ".canvas"
Full Changelog: 1.12.1...1.12.2
1.12.1
- ADDED: #154 Filter files by their extension. Just add
.pdf
(or.png
, or.md
...) as a query term - ADDED: #196 The file's directory is now indexed as a separate field. Its weight can be changed (defaults to 2)
- CHANGED: Related to that, the default value of the filename's weight has been increased from 2 to 3
- IMPROVED: #107 New layout of search results
- IMPROVED: #141 Public API callback when indexing is done
- FIXED: #195 Fixed a few tokenization issues for non-ascii words. Single emojis are now indexed. There are still a few highlighting issues that will be fixed later
Full Changelog: 1.11.1...1.12.1
1.12.1-beta.1
- ADDED #196 - The note path is now indexed and searchable
- IMPROVED #107 #154 - Added a file icon in the results list
- FIXED #195 - Fixed highlighting of non-ascii words. Emojis are now searchable.
Full Changelog: 1.12.0...1.12.1-beta.1
1.12.0
- ADDED: #154 filter files by their extension
- UPDATED: #107 new layout to split filename and filepath
- UPDATED: #141 new API functions
Full Changelog: 1.11.1...1.12.0
1.11.1
- FIXED: #158 - Diacritics are now also removed from the filename if the option is checked. This fixes a bug where highlighting was not correctly working for accented words.
- FIXED - A promise race condition bug that could show results for a previous query. This bug was probably the cause of #178.
Full Changelog: 1.11.0...1.11.1
1.11.0
What's Changed
- UPDATED - Removed Omnisearch's own text extractor lib. PDFs and images must now be processed by https://github.com/scambier/obsidian-text-extractor
- IMPROVED (somewhat) #182 - Index caching is now an opt-in, and will disable itself if Omnisearch crashes during the write.
- FIXED #181 - An uncaught exception during indexing, which halted the process
New Contributors
- @MartinP7r made their first contribution in #177
Full Changelog: 1.10.0...1.11.0
1.11.0-beta.1
What's Changed
- UPDATED - Removed Omnisearch's own text extractor lib. PDFd and images must now be processed by https://github.com/scambier/obsidian-text-extractor
- IMPROVED (somewhat) #182 - Index caching is now an opt-in, and will disable itself if Omnisearch crashes during the write.
- FIXED #181 - An uncaught exception during indexing, which halted the process
New Contributors
- @MartinP7r made their first contribution in #177
Full Changelog: 1.10.0...1.11.0-beta.1