all repos — searchix @ e7e7d135733e31a6f3d241befd6dcc8e8badf5bf

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

chore: release 0.1.16
Alan Pearce alan@alanpearce.eu
Wed, 15 Jan 2025 22:27:57 +0100
commit

e7e7d135733e31a6f3d241befd6dcc8e8badf5bf

parent

7aea6aa210a8939ac208fb7540d1b46ba69a995f

2 files changed, 15 insertions(+), 3 deletions(-)

jump to
M CHANGELOG.mdCHANGELOG.md
@@ -1,13 +1,25 @@ # Changelog
 
-## [v0.1.15](https://git.alanpearce.eu/searchix/diff/?id=v0.1.14&id2=920764211064521930441b96ed914034302a7470) (2025-01-05)
+## [v0.1.16](https://git.alanpearce.eu/searchix/diff/?id=v0.1.15&id2=7aea6aa210a8939ac208fb7540d1b46ba69a995f) (2025-01-15)
 
 ### Features
 
+-   enable searching via program names for multi-program packages
+    ([7aea6aa](https://git.alanpearce.eu/searchix/commit/?id=7aea6aa210a8939ac208fb7540d1b46ba69a995f))
+
+### Fixes
+
+-   **dev:** fix CSP not working in dev mode behind reverse proxy
+    ([b26ddba](https://git.alanpearce.eu/searchix/commit/?id=b26ddba432f8bde78022d2fc8837f0ffb25448b1))
+
+### [v0.1.15](https://git.alanpearce.eu/searchix/diff/?id=v0.1.14&id2=v0.1.15) (2025-01-05)
+
+#### Features
+
 -   offer to show all results on one page (if < 10000)
     ([9207642](https://git.alanpearce.eu/searchix/commit/?id=920764211064521930441b96ed914034302a7470))
 
-### Fixes
+#### Fixes
 
 -   **dev:** overwrite previous asset hash on change
     ([d289e54](https://git.alanpearce.eu/searchix/commit/?id=d289e54af28de6b21cbe49cebc262c4e3ca9f6d2))
M nix/package.nixnix/package.nix
@@ -13,7 +13,7 @@ , buildGoApplication ? pkgs.buildGoApplication , css
 }:
 let
-  version = "0.1.15";
+  version = "0.1.16";
 in
 buildGoApplication {
   pname = "searchix";