Skip to content

Releases: spyglass-search/spyglass

Spyglass v2022.7.2 - Plugins & more!

23 Jul 20:19
Compare
Choose a tag to compare

See the assets to download this version and install.

Plugins!

Screen Shot 2022-07-23 at 1 18 50 PM

Bugfixes

  • Stability fixes: #109
  • Handle sites that haven't made it to the Internet Archive by @a5huynh in #110

What's Changed

  • Plugin system for more complex lenses by @a5huynh
  • Plugin: Chrome bookmarks importer
  • Plugin: Firefox bookmarks importer by @a5huynh in #117
  • Clear queue button by @a5huynh in #118
  • Tweak: Save a little space by not storing the entire HTML page in the index by @a5huynh in #120

Full Changelog: v2022.7.1...v2022.7.2

Spyglass v2022.7.1

06 Jul 02:51
Compare
Choose a tag to compare

See the assets to download this version and install.

🐛 Bugfixes

  • tauri::generate_context() should only be called once by @a5huynh in #105

✨ What's Changed

  • Migrating to an actual update server by @a5huynh in #104
  • Trigger update check after startup as well by @a5huynh in #106
  • Recrawl button for domains in crawler status page by @a5huynh in #107

Full Changelog: v2022.6.5...v2022.7.1

Spyglass v2022.6.5 - Bugfixes + macOS code signing

29 Jun 19:33
Compare
Choose a tag to compare

See the assets to download this version and install.

✨ What's Changed

  • feature(crawler): Support for singular url matches by @a5huynh in #98
  • ci(release): Enabled macOS code signing by @a5huynh in #99

🐛 Bugfixes

  • bugfix(client): debounce search queries by @a5huynh in #101

Full Changelog: v2022.6.4...v2022.6.5

Spyglass v2022.6.4 - Bugfix + network change detection

25 Jun 23:13
Compare
Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • 🐛 Fixed contention issue w/ sqlite database by @a5huynh in #95
  • ✨ Gracefully handle network changes by @a5huynh in #96

Full Changelog: v2022.6.3...v2022.6.4

Spyglass v2022.6.3 - Hotfix

22 Jun 17:44
Compare
Choose a tag to compare

See the assets to download this version and install.

🐛 Bugfix

  • bugfix: runaway cpu usage in manager task by @a5huynh in #89

Full Changelog: v2022.6.2...v2022.6.3

Spyglass v2022.6.2

22 Jun 04:23
Compare
Choose a tag to compare

See the assets to download this version and install.

🐛 Bugfixes

  • Fix swapping spaces on window activation by @a5huynh in #73
  • Set always on top for search window (fixes issue on Linux) by @sbeckeriv in #81
  • Properly handle duplicate URLs by @a5huynh in #78
  • Bare text pages / pages w/o <p> tags would produce no page description by @a5huynh in #83

✨ What's Changed

  • https -> http fallback, basic handling of 429 error codes by @a5huynh in #78
  • Handle large link enqueuing in batches by @sbeckeriv in #79
  • Utilize tauri's updater to check & update app by @a5huynh in #86

🧹 Chores

  • ⬆️ bump to stable tauri v1.0.0 by @a5huynh in #84

New Contributors

Full Changelog: v2022.6.1...v2022.6.2

Spyglass v2022.6.1 - Lens management!

03 Jun 22:51
Compare
Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • Lens management interface by @a5huynh in #69 (Closes #66)
  • Remove default lens creator (not needed due to new management interface) by @a5huynh in #70

lens-manager

Full Changelog: v2022.5.28...v2022.6.1

Spyglass v2022.5.28 - Hotfix

27 May 05:59
Compare
Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • Hotfix crawler enqueue logic + link normalization by @a5huynh in #65

Full Changelog: v2022.5.27...v2022.5.28

Spyglass v2022.5.27 - Hotfix Release

26 May 23:09
Compare
Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • Hotfix an issue where lenses with no rules would prevent the crawler from crawling.
  • Tweak query boosts a little bit by @a5huynh in #61

Full Changelog: v2022.5.26...v2022.5.27

Spyglass v2022.5.26

26 May 18:18
Compare
Choose a tag to compare

See the assets to download this version and install.

Some screenshots of new stuff:

Crawl status window, see whats taking up your queue/index!

Screen Shot 2022-05-26 at 11 11 35 AM

Cleaned up search results / delete button

Screen Shot 2022-05-26 at 11 14 19 AM

What's Changed

  • UI framework upgrade + basic crawl status window by @a5huynh in #51
  • Detect new/updated lenses w/o full app restart by @a5huynh in #54
  • Add support for lens rulesets, starting with SkipURL by @a5huynh in #57
  • New version check by @a5huynh in #58
  • Ability to delete indexed documents from search results by @a5huynh in #59

Bugfixes

  • 🐛 Fix robots.txt check for paths with query args by @a5huynh in #56
  • Crawls for bootstrapped urls should check against the original domain by @a5huynh in #55

Full Changelog: v2022.5.15...v2022.5.26