diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-22 13:43:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-22 13:43:49 +0300 |
| commit | 2b654d68bc450b50cfdc091912b67b0786acc57c (patch) | |
| tree | efdb529b415a4df0da0d10f69222205285dbd4ee | |
| parent | 99ebc0898c7dbec918ea2e01624af0a26af23b4b (diff) | |
release 0.11.00.11.0
Dynamic thumbnail tiles: subdivided tiles, 2x2 feature tiles, a CSS-grid
overview, and the same effects in the stats mini-album galleries.
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.10.1" +VERSION := "0.11.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 ec78a7e..b2b5dc0 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.10.1' +declare -r VERSION='0.11.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' |
