diff options
author | Alan Pearce | 2024-06-29 22:04:11 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 22:04:11 +0200 |
commit | 3f6b365960e78d834783b9855353edbcf5195f1c (patch) | |
tree | d992f9cf6224a3e8020f58c1349b31713dce9a2a | |
parent | 6e61903c1e3c3d37576e87274825b1c99fcf6a49 (diff) | |
download | searchix-3f6b365960e78d834783b9855353edbcf5195f1c.tar.lz searchix-3f6b365960e78d834783b9855353edbcf5195f1c.tar.zst searchix-3f6b365960e78d834783b9855353edbcf5195f1c.zip |
chore: release 0.1.7 v0.1.7
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 962c676..9863708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,27 @@ # Changelog -## [Unreleased](https://git.alanpearce.eu/searchix/diff/?id=v0.1.5&id2=HEAD) (2024-06-10) +## [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 + +- blank modal when using browser navigation + ([8ef4bc9](https://git.alanpearce.eu/searchix/commit/?id=8ef4bc9b1f16dd6395d0e0daa85ada9b8db12015)) +- duplicated results tables via JS search + ([e0d86be](https://git.alanpearce.eu/searchix/commit/?id=e0d86bec7c9e8bedd1e71173b486668e16ec7c2e)) +- panic rendering results + ([dbeddce](https://git.alanpearce.eu/searchix/commit/?id=dbeddced4046cb5756af2604f5cb6734b3e7cee6)) +- incorrect formatting of options results headers + ([107d54a](https://git.alanpearce.eu/searchix/commit/?id=107d54a4c4a415f3581a452878cdd625f7f2634a)) + +### [v0.1.6](https://git.alanpearce.eu/searchix/diff/?id=v0.1.5&id2=v0.1.6) (2024-06-19) + +#### Features + - add low-memory mode ([63599c7](https://git.alanpearce.eu/searchix/commit/?id=63599c719d8e4e09548546bb366a849ef40c602b)) - enable configuration of flags as environment variables @@ -21,7 +39,7 @@ - enable sub-resource integrity for assets ([4698a97](https://git.alanpearce.eu/searchix/commit/?id=4698a97974ae82e7bd8592828c58294b222a58ff)) -### Fixes +#### Fixes - create index metadata when index exists and meta doesn't ([e665146](https://git.alanpearce.eu/searchix/commit/?id=e6651469b9e934cb4dc65f760277111a79e9ae2d)) |