about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-01-02 15:15:28 +0100
committerAlan Pearce2025-01-02 15:15:28 +0100
commit3d9e6998177f7fc8e971df4913c3a880ff911c99 (patch)
tree4e9bada3d3e6884a020b98ab44a447919cbc0b08
parent797c6e27e18f6c47ceb4266d747a05064365c32d (diff)
downloadsearchix-0.1.14.tar.lz
searchix-0.1.14.tar.zst
searchix-0.1.14.zip
chore: release 0.1.14 v0.1.14
-rw-r--r--CHANGELOG.md14
-rw-r--r--nix/package.nix2
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59f2241..065d6b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,21 @@
 # Changelog
 
-## [v0.1.13](https://git.alanpearce.eu/searchix/diff/?id=v0.1.12&id2=e1787bf0b6dbac3a1601559d2f00ebc4b2df0f29) (2024-12-30)
+## [v0.1.14](https://git.alanpearce.eu/searchix/diff/?id=v0.1.13&id2=797c6e27e18f6c47ceb4266d747a05064365c32d) (2025-01-02)
 
 ### Features
 
+-   show scores in results table in dev mode
+    ([58643f3](https://git.alanpearce.eu/searchix/commit/?id=58643f38bdd62dc538a03865b1f81eb77d957779))
+
+### Fixes
+
+-   boost non-stemmed matches over stemmed matches
+    ([797c6e2](https://git.alanpearce.eu/searchix/commit/?id=797c6e27e18f6c47ceb4266d747a05064365c32d))
+
+### [v0.1.13](https://git.alanpearce.eu/searchix/diff/?id=v0.1.12&id2=v0.1.13) (2024-12-30)
+
+#### Features
+
 -   increase results per page
     ([e1787bf](https://git.alanpearce.eu/searchix/commit/?id=e1787bf0b6dbac3a1601559d2f00ebc4b2df0f29))
 -   de-rank packages on 'all' search
diff --git a/nix/package.nix b/nix/package.nix
index 9a9e2a6..fb985a4 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.13";
+  version = "0.1.14";
 in
 buildGoApplication {
   pname = "searchix";