diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-18 08:30:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-18 08:30:05 +0300 |
| commit | 0213d6345866351b08b34a1991c2cc14a31f9349 (patch) | |
| tree | 1a32ba3e3dc4c4584c38c4788def6cc761591459 /bin | |
| parent | 61890e0bd98262a55b3afff495ebfead33d76b96 (diff) | |
Default stats generation to off; release 0.10.00.10.0
The EXIF stats site (stats/ overview plus per-camera and filter mini-albums) was
generated by default. Flip the STATS_PAGE default to "no" so a plain album stays
lean; enable it explicitly with STATS_PAGE=yes or --stats. Updated the bundled
default config, the README ("off by default"), and the tests that relied on the
old default (the stats-rendering and dry-run-override tests now pass --stats /
set STATS_PAGE=yes; the print-config expectations now show STATS_PAGE=no).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/shuriken | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/shuriken b/bin/shuriken index e6ac7b2..67779b0 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.9.0' +declare -r VERSION='0.10.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' @@ -4715,7 +4715,7 @@ apply_config_defaults() { # --source-url. The footer derives the displayed text from the URL itself. SOURCE_URL="${SOURCE_URL:-https://codeberg.org/snonux/shuriken.sh}" SPLASH_PAGE="${SPLASH_PAGE:-yes}" - STATS_PAGE="${STATS_PAGE:-yes}" + STATS_PAGE="${STATS_PAGE:-no}" SYNC_DELETE="${SYNC_DELETE:-yes}" TARBALL_INCLUDE="${TARBALL_INCLUDE:-no}" TARBALL_SUFFIX="${TARBALL_SUFFIX:-.tar}" |
