Releases: spyglass-search/spyglass
Spyglass v2022.5.15
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
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
- On macOS this has changed from
- 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
See the assets to download this version and install.
Whats Changed
- Fix doc examples by @a5huynh in #25
- CI Speedups by @a5huynh in #27
- Manual search bar activation by @a5huynh in #31
- 💄 Use primary monitor instead of current by @frikksol in #32
- Linux bug,fixes by @a5huynh in #33
New Contributors
Full Changelog: v2022.4.30...v2022.5.4
Spyglass v2022.4.30
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
Spyglass v2022.4.27
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
Spyglass v0.1.1 - Hello World
⚠️ 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.