Skip to content

Releases: simpleGals/simpleGals

0.5.1

Choose a tag to compare

@timlnx timlnx released this 10 Jul 15:36

What's Changed

  • chore: point Repository URL at the simpleGals org after transfer by @timlnx in #8
  • ci: add code-analysis (Bandit SAST, pip-audit SCA, advisory lint) by @timlnx in #9

Full Changelog: 0.4.0...0.5.1

0.4.0

Choose a tag to compare

@timlnx timlnx released this 09 Jul 08:04

Template extensibility (additive, backward compatible).

  • Custom templates may ship an assets/ directory, copied verbatim to out/assets/ (images, fonts, JS, favicons).
  • style.css is now optional in a template directory.
  • Item pages expose image_number, total_images, and percent; grid pages expose total_images.

Unblocks custom templates that render with sliced images and "Page N of M (P%)" navigation.

0.3.1

Choose a tag to compare

@timlnx timlnx released this 09 Jul 06:50

Cover images, a machine-readable manifest, and branding on every page.

  • Gallery covers. Set cover to a source filename (in sgui or simpleGal.json) to pick the image that represents the gallery. Blank falls back to the first image. The cover drives the gallery-index og:image, so social cards show the shot you meant.
  • out/gallery.json manifest. Every build now writes a small JSON file (title, cover, cover_og, image_count, version, built_at, ...) so an external index builder can read a gallery without scraping HTML. This is the groundwork for the simplegals-demo showcase.
  • Always-on branding. Every page carries a generator meta tag and top/bottom <!-- Generated with simpleGals X --> comments. The opt-in promo footer now stamps the version and links to the org repo.
  • sgui cover picker. A Cover field in the gallery settings panel.
  • Dropped ruff from the tree (nothing actually ran it) and bumped to 0.3.1.

Full changelog: 0.3.0...0.3.1

v0.3.0 Polish and Luster

Choose a tag to compare

@timlnx timlnx released this 09 Jul 05:18
f3e0f39

Just primping things up a bit. Refreshing docs. Adding camera metadata. Download whole gallery functions. Toggle simpleGals promo string on and off.

0.1.2

Choose a tag to compare

@timlnx timlnx released this 26 Apr 04:17
8b583bf

trivial fixes

0.1.1

Choose a tag to compare

@timlnx timlnx released this 26 Apr 03:27
319f181

Auto publish I hope