From f85b0cd77b3b72a487ca4f35a2eac053100dc8e7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 22 Jun 2026 22:46:18 +0300 Subject: release 0.11.2 Thumbnail grid fills the full window width (no large left/right margins) and the spacing above the header / below the footer matches the inter- element gaps. Co-Authored-By: Claude Opus 4.8 --- Justfile | 2 +- bin/shuriken | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index b4d8a5a..bc91c30 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,7 @@ set shell := ["bash", "-euo", "pipefail", "-c"] NAME := "shuriken" -VERSION := "0.11.1" +VERSION := "0.11.2" 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 6eb4f5b..aad054e 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.11.1' +declare -r VERSION='0.11.2' 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