From 68aadbbc3469d81f2adff8cb1d3052db4f75fe5b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 15 Jun 2026 23:51:00 +0300 Subject: Release 0.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 --- bin/shuriken | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/shuriken b/bin/shuriken index 84fae84..09065fa 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.7.0' +declare -r VERSION='0.8.0' declare -r DEFAULTRC="${SHURIKEN_DEFAULT_RC:-/etc/default/shuriken}" declare -r PACKAGED_TEMPLATE_DIR='/usr/share/shuriken/templates/default' declare -r PACKAGED_ASSET_DIR='/usr/share/shuriken/assets' -- cgit v1.2.3