Skip to content

Releases: spyglass-search/spyglass

Spyglass v2022.5.15

16 May 15:58
f25cf57
Compare
Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • Fixed an issue w/ index writing because we were calling commit too often, move commits to a secondary task which also speeds up indexing as a secondary result.
  • By default, Spyglass will now only crawl URLs that have been specified in lenses. This setting is configurable if you want the crawler to act like a typical web crawler w/ the crawl_external_links setting.
  • The data_directory setting was added so users can change where the index + metadata is stored.
  • Better handling of crawler crashes, the crawler will now attempt to restart gracefully if something went wrong.

Full Changelog: v2022.5.11...v2022.5.15

Spyglass v2022.5.11

11 May 23:08
Compare
Choose a tag to compare

See the assets to download this version and install.

⚠️ Backwards in-compatible release ⚠️

  • If you have existing lenses / settings these can be moved over to the new preferences folder.
    • On macOS this has changed from $HOME/Library/Application Support/com.athlabs.carto -> $HOME/Library/Application Support/com.athlabs.spyglass
    • On linux this has changed from $HOME/.local/share/carto -> $HOME/.local/share/spyglass
    • On Windows this has change from $HOME\AppData\Roaming\athlabs\carto -> $HOME\AppData\Roaming\athlabs\spyglass
  • Index schema has changed to support intra-domain indexing, so all indexes will need to be rebuilt
    • In consolation, the new bootstrapping feature makes this a lot faster 🚀

What's Changed

  • DB migration support by @a5huynh in #34
    • Making future changes to the data store easy-peasy.
  • Bootstrapping lenses & tons of bugfixes by @a5huynh in #36
    • Spyglass will pull data from the Internet Archive for lenses, making crawling a much faster experience.
  • Adds support for intra domain lenses, making things like indexing communities on Reddit, e.g. https://reddit.com/r/rust possible by @a5huynh in #36
  • Crawl queue and bootstrap perf optimizations by @a5huynh in #37

Full Changelog: v2022.5.4...v2022.5.11

Spyglass v2022.5.4

04 May 23:00
Compare
Choose a tag to compare

See the assets to download this version and install.

Whats Changed

New Contributors

Full Changelog: v2022.4.30...v2022.5.4

Spyglass v2022.4.30

01 May 03:13
Compare
Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • Closed #12 which means Windows users can now join in on the fun!
  • Better focus hand-off when the search bar pops into view.

Spyglass v2022.4.29

30 Apr 08:20
e708c16
Compare
Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • Fixing startup crash with large limits (#18)
  • Fix cursor moving during selection + focus on show (#19)
  • Force focus on search box when it pops into view

Spyglass v2022.4.27

28 Apr 15:51
0963469
Compare
Choose a tag to compare

⚠️ Removing the Windows build for now, since it's being held up by #12

This version moves over to the YYYY.MM.DD versioning system since it's easier to see when something was last released and semantic versioning doesn't quite work for a customer facing application.

  • Adds #9, a configuration setting for the shortcut.

Spyglass v0.1.2

27 Apr 02:44
Compare
Choose a tag to compare

⚠️ There's currently an issue w/ the Windows build that causes the UI to hang when searching

  • Fixes #3: Instant crash when hitting "Show lenses folder" or "Show settings folder" on non macOS distros
  • Fixes #6: Remove deprecated keys from tauri.conf.json due to tauri-cli update.
  • Fixes an issue where the tray menu wasn't correctly updated on non macOS distros

Spyglass v0.1.1 - Hello World

25 Apr 18:51
Compare
Choose a tag to compare

⚠️ There's currently an issue w/ the Windows build that causes the UI to hang when searching

This is the first stable-ish release of Spyglass. Check out the README for more info on how to use/configure the app. If you run into any issues, please open up tickets! Your feedback / help is greatly appreciated 😄 .

See the assets to download this version and install.