~alanpearce/searchix

ea9db0f984359bad3ffbe614cb45c248476c4f67 — Alan Pearce 21 days ago 8656f47 v0.1.10
chore: release 0.1.10
2 files changed, 9 insertions(+), 2 deletions(-)

M CHANGELOG.md
M nix/package.nix
M CHANGELOG.md => CHANGELOG.md +8 -1
@@ 1,9 1,16 @@
# Changelog

## [v0.1.9](https://git.alanpearce.eu/searchix/diff/?id=v0.1.8&id2=v0.1.9) (2024-08-17)
## [v0.1.10](https://git.alanpearce.eu/searchix/diff/?id=v0.1.9&id2=v0.1.10) (2024-11-10)

### Fixes

-   search all missing expected results
    ([8656f47](https://git.alanpearce.eu/searchix/commit/?id=8656f47cd62b084a59546c79d437a120869661e3))

### [v0.1.9](https://git.alanpearce.eu/searchix/diff/?id=v0.1.8&id2=v0.1.9) (2024-08-17)

#### Fixes

-   don't error when item not found
    ([b427c26](https://git.alanpearce.eu/searchix/commit/?id=b427c2657582caa9b2cce8bcfd82624663dda780))
-   tell browsers not to capitalise search input

M nix/package.nix => nix/package.nix +1 -1
@@ 13,7 13,7 @@
, css
}:
let
  version = "0.1.9";
  version = "0.1.10";
in
buildGoApplication {
  pname = "searchix";