diff options
author | Alan Pearce | 2024-07-12 21:19:13 +0200 |
---|---|---|
committer | Alan Pearce | 2024-07-12 21:20:15 +0200 |
commit | 56f1c5d386db3f19b4d5c645ece83a25d9a58759 (patch) | |
tree | 714217a1b046a51748ab98be5b6679def26c500b | |
parent | a5f58bc7fe205b8ff84f6b654513e40bfbc61ae9 (diff) | |
download | searchix-56f1c5d386db3f19b4d5c645ece83a25d9a58759.tar.lz searchix-56f1c5d386db3f19b4d5c645ece83a25d9a58759.tar.zst searchix-56f1c5d386db3f19b4d5c645ece83a25d9a58759.zip |
chore: release 0.1.8
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9863708..760ebfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,31 @@ # Changelog -## [v0.1.7](https://git.alanpearce.eu/searchix/diff/?id=v0.1.6&id2=v0.1.7) (2024-06-29) +## [v0.1.8](https://git.alanpearce.eu/searchix/diff/?id=v0.1.7&id2=v0.1.8) (2024-07-12) ### Features +- enable combined search + ([39df3cc](https://git.alanpearce.eu/searchix/commit/?id=39df3cce6bff6c5910261c0fb9fd8b3f5cfdffa5)) +- more structured logging + ([94b21b2](https://git.alanpearce.eu/searchix/commit/?id=94b21b286edff37496a2fe481963625ac01c30a1)) + +### Fixes + +- opensearch searches not using input query + ([86d82b8](https://git.alanpearce.eu/searchix/commit/?id=86d82b8c85b8917c8339bd1e678c679ad4d4f103)) +- extra data after error parsing query string + ([20f234a](https://git.alanpearce.eu/searchix/commit/?id=20f234ae3cbc1644416fd42f20f3594b8f705175)) +- panic on search error + ([f076b5b](https://git.alanpearce.eu/searchix/commit/?id=f076b5bd6cb82edd99be50f3dbdd39bb9be2c44e)) + +### [v0.1.7](https://git.alanpearce.eu/searchix/diff/?id=v0.1.6&id2=v0.1.7) (2024-06-29) + +#### Features + - add message for users with javascript disabled ([e500a10](https://git.alanpearce.eu/searchix/commit/?id=e500a1089797eee1b027d5237b2e4f140004098c)) -### Fixes +#### Fixes - blank modal when using browser navigation ([8ef4bc9](https://git.alanpearce.eu/searchix/commit/?id=8ef4bc9b1f16dd6395d0e0daa85ada9b8db12015)) |