all repos — searchix @ a922aefca07f8a33bf78598acb46e9d0599a931d

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: release v0.4.9

Alin
commit

a922aefca07f8a33bf78598acb46e9d0599a931d

parent

5febc847935ea032eec67ab2a1304730815237a8

3 files changed, 13 insertions(+), 4 deletions(-)

changed files
M CHANGELOG.mdCHANGELOG.md
@@ -1,13 +1,22 @@
# Changelog -## [v0.4.8](https://codeberg.org/alinnow/searchix/compare/v0.4.7...11270d590a23ae056e86008da921dced41720ec7) (2026-05-22) +## [v0.4.9](https://codeberg.org/alinnow/searchix/compare/v0.4.8...5febc847935ea032eec67ab2a1304730815237a8) (2026-07-05) ### Features +- add canonical links to results and details pages + ([5febc84](https://codeberg.org/alinnow/searchix/commit/5febc847935ea032eec67ab2a1304730815237a8)) +- add crawling suggestions for robots + ([7cce3dd](https://codeberg.org/alinnow/searchix/commit/7cce3ddf9bd31ae1abd2a023b5fd494deb7e1e29)) + +### [v0.4.8](https://codeberg.org/alinnow/searchix/compare/v0.4.7...v0.4.8) (2026-05-22) + +#### Features + - replace facets in search instead of appending ([d75b024](https://codeberg.org/alinnow/searchix/commit/d75b024a5d31468fcd01bd6405704823cd26a1de)) -### Fixes +#### Fixes - mismatched facet link key/values ([0ec6aee](https://codeberg.org/alinnow/searchix/commit/0ec6aee28f363c1818bc78d24d9ef811aa2d2661))
M nix/modules/default.nixnix/modules/default.nix
@@ -237,7 +237,7 @@ };
description = '' Configuration for searchix. - See https://git.alin.ovh/searchix/blob/v0.4.8/defaults.toml + See https://git.alin.ovh/searchix/blob/v0.4.9/defaults.toml ''; }; };
M nix/package.nixnix/package.nix
@@ -15,7 +15,7 @@ css,
lib, }: let - version = "0.4.8"; + version = "0.4.9"; in buildGoApplication { pname = "searchix";