Skip to content

Spyglass v2022.5.11

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 23:08

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