diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-22 22:46:18 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-22 22:46:18 +0300 |
| commit | f85b0cd77b3b72a487ca4f35a2eac053100dc8e7 (patch) | |
| tree | 366ea80aff1bd5954202c6594a56a0e8e072d841 /bin | |
| parent | 1fc26cee4053b5365a050f0848cee8b9d6a5d513 (diff) | |
release 0.11.20.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 <noreply@anthropic.com>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/shuriken | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
