Skip to content

Releases: jameslittle230/stork

v0.7.1

16 Jun 04:04
6bdb91a
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

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

14 May 02:42
249c210
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

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

29 Apr 00:35
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 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

28 Mar 21:02
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • 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

23 Mar 05:19
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Accidentally ran a bad version bump. There are no code changes from 0.5.1 to 0.5.2.

v0.5.1

23 Mar 05:13
0be9cda
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • #21 Change .stork-result a selector so colors work
  • #22 Implement scoring and sorting
  • #24 Update dependencies and CI configuration

v0.5.0

29 Feb 22:24
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
Rework build process after rewrite

v0.4.0

12 Jan 21:22
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
Bump version

v0.3.0

07 Jan 03:08
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
Prepare metadata for 0.3.0 release

v0.2.0

26 Dec 05:30
4c68f82
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Merge pull request #1 from jameslittle230/indexer-v1

Rewrite indexer and refactor into different packages