Skip to content

v1.6.0

Choose a tag to compare

@markbeep markbeep released this 09 Jan 21:57
9bd0f36

1.6.0 (2026-01-09)

Features

  • api: data dump endpoint to download database. Closes #27 (cb62114)
  • search: add link anchors to guide page (efa91cc)
  • search: make external links more clear with an icon (42bc492)
  • search: show last scraped_at time on unit details page (799c6f4)

Bug Fixes

  • search: fix offered in typo (a38350d)
  • search: fix order of operator parsing to correctly match >= and <= (4637d95)
  • search: fix wrongly overflowing text about filter negation on guide page (41db41e)

Reverts

  • "feat(search): show last scraped_at time on unit details page" (d59c37c)

Documentation

  • update readme with model name explanation and details on how to contribute (cb62114)

Continuous Integration

  • increase basedpyright typing from 'recommended' to 'strict' (af123b0)