summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-22 18:22:13 +0300
committerPaul Buetow <paul@buetow.org>2026-06-22 18:22:13 +0300
commitd23e2e8e7debdc7ff76f4722e4a4b1f3ffe9c05c (patch)
tree6ae29f3c79f20dc7b2cb9b3249889b24ad0e42ac
parent63fbea196e34c0783526980973f33fc1b82cbe71 (diff)
release 0.11.10.11.1
Cap the big 2x2 feature tiles at two per page (main preview pages and stats mini-album galleries). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
-rw-r--r--Justfile2
-rwxr-xr-xbin/shuriken2
2 files changed, 2 insertions, 2 deletions
diff --git a/Justfile b/Justfile
index 9ce8943..b4d8a5a 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.11.0"
+VERSION := "0.11.1"
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 8c85bb8..6eb4f5b 100755
--- a/bin/shuriken
+++ b/bin/shuriken
@@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \
exit 1
fi
-declare -r VERSION='0.11.0'
+declare -r VERSION='0.11.1'
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'