diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-15 23:51:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-15 23:51:00 +0300 |
| commit | 68aadbbc3469d81f2adff8cb1d3052db4f75fe5b (patch) | |
| tree | e56bd5e964433547110d0fab4818e10ddc748f85 | |
| parent | 72d24e3b13560f94bdcfd986fda47b20f0ad4227 (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>
| -rw-r--r-- | Justfile | 2 | ||||
| -rwxr-xr-x | bin/shuriken | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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") 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' |
