Releases: jameslittle230/stork
Releases · jameslittle230/stork
v0.7.1
Automatic JS improvements
- Start using Typescript (this accounts for the ballooning in JS filesize)
- You can now use the keyboard to interact with the search results! Up and down arrows to navigate, enter to select a result, and esc to hide the list of results
v0.7.0
Rebuild your index to get:
- SRT Subtitle support
- Customizable stemming language
- Content in titles is now indexed and prioritized in search results
- Better error messages if search crashes, which it shouldn't.
Automatic JS improvements
- Initial Javascript bundle size much smaller, and search index filesizes are smaller as well. WASM binary is slightly bigger -- I'm trying to find a balance.
Update the binary for:
- Improved UX if you provide deprecated configuration fields
- Improved console output if you run
stork --search
Other Fun
- New site infrastructure
v0.6.0
- WASM: Deprioritizes stop words in search results
- WASM: Searches for words with the same stem as the query
- WASM: Improves error messaging for corrupt indexes
- Indexer: Adds knowledge of word stems to index
v0.5.3
- Rewrite search algorithm to support multi-word search queries, including sensible result ordering and query highlighting.
- Tweaks
basic.css
to give results more room
v0.5.2
Accidentally ran a bad version bump. There are no code changes from 0.5.1 to 0.5.2.
v0.5.1
v0.5.0
Rework build process after rewrite
v0.4.0
Bump version
v0.3.0
Prepare metadata for 0.3.0 release
v0.2.0
Merge pull request #1 from jameslittle230/indexer-v1 Rewrite indexer and refactor into different packages