summaryrefslogtreecommitdiff
path: root/bin
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 /bin
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 'bin')
-rwxr-xr-xbin/shuriken2
1 files changed, 1 insertions, 1 deletions
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'