diff options
author | Alan Pearce | 2024-08-17 17:15:45 +0200 |
---|---|---|
committer | Alan Pearce | 2024-08-17 17:15:45 +0200 |
commit | bb8e236fd5b4dbc083c1cbd18a18c380b9fc8d3b (patch) | |
tree | ee9c1ac72d4bcbd4a58909675b82172d995c9b95 /CHANGELOG.md | |
parent | b427c2657582caa9b2cce8bcfd82624663dda780 (diff) | |
download | searchix-0.1.9.tar.lz searchix-0.1.9.tar.zst searchix-0.1.9.zip |
chore: release 0.1.9 v0.1.9
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cdda4ba..31ff983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,24 @@ # Changelog -## [v0.1.8](https://git.alanpearce.eu/searchix/diff/?id=v0.1.7&id2=v0.1.8) (2024-07-13) +## [v0.1.9](https://git.alanpearce.eu/searchix/diff/?id=v0.1.8&id2=v0.1.9) (2024-08-17) -### Features +### Fixes + +- don't error when item not found + ([b427c26](https://git.alanpearce.eu/searchix/commit/?id=b427c2657582caa9b2cce8bcfd82624663dda780)) +- tell browsers not to capitalise search input + ([faf4d0e](https://git.alanpearce.eu/searchix/commit/?id=faf4d0e5f21266bdad99c991efef4e83c09da5c6)) + +### [v0.1.8](https://git.alanpearce.eu/searchix/diff/?id=v0.1.7&id2=v0.1.8) (2024-07-13) + +#### Features - enable combined search ([6781684](https://git.alanpearce.eu/searchix/commit/?id=6781684647ad7f131054a93e1d13105d865c0e83)) - more structured logging ([94b21b2](https://git.alanpearce.eu/searchix/commit/?id=94b21b286edff37496a2fe481963625ac01c30a1)) -### Fixes +#### Fixes - nil panics rendering last page of search results ([b1fd710](https://git.alanpearce.eu/searchix/commit/?id=b1fd7104004b9646f541afbc0add3047dbff59a7)) |