Skip to content

Releases: scambier/obsidian-omnisearch

1.13.0-beta.2

11 Mar 13:45
Compare
Choose a tag to compare
1.13.0-beta.2 Pre-release
Pre-release
  • ADDED: #184 Verbose logging

Full Changelog: 1.13.0-beta.1...1.13.0-beta.2

1.13.0-beta.1

02 Mar 20:42
Compare
Choose a tag to compare
1.13.0-beta.1 Pre-release
Pre-release

Full Changelog: 1.12.2...1.13.0-beta.1

1.12.3

02 Mar 20:36
Compare
Choose a tag to compare

Full Changelog: 1.12.2...1.12.3

1.12.2

24 Feb 21:47
Compare
Choose a tag to compare
  • 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

24 Feb 11:18
Compare
Choose a tag to compare
  • 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
    image
  • 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

20 Feb 17:04
Compare
Choose a tag to compare
1.12.1-beta.1 Pre-release
Pre-release
  • 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

11 Feb 16:28
Compare
Choose a tag to compare
1.12.0 Pre-release
Pre-release
  • 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

29 Jan 20:09
Compare
Choose a tag to compare
  • 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

20 Jan 22:01
Compare
Choose a tag to compare

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

Full Changelog: 1.10.0...1.11.0

1.11.0-beta.1

19 Jan 21:03
Compare
Choose a tag to compare
1.11.0-beta.1 Pre-release
Pre-release

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

Full Changelog: 1.10.0...1.11.0-beta.1