summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-15 23:51:00 +0300
committerPaul Buetow <paul@buetow.org>2026-06-15 23:51:00 +0300
commit68aadbbc3469d81f2adff8cb1d3052db4f75fe5b (patch)
treee56bd5e964433547110d0fab4818e10ddc748f85 /Justfile
parent72d24e3b13560f94bdcfd986fda47b20f0ad4227 (diff)
Release 0.8.00.8.0
EXIF stats site (overview + a clickable filter mini-album per bucket under stats/, rendered in parallel), an EXIF mouse-over tooltip on the normal image view, a persistent ./cache EXIF directory, web-readable dist permissions, and a configurable favicon (FAVICON / --favicon). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Justfile b/Justfile
index 68bc63c..f297802 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.7.0"
+VERSION := "0.8.0"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")