Releases: simpleGals/simpleGals
Releases · simpleGals/simpleGals
Release list
0.5.1
0.4.0
Template extensibility (additive, backward compatible).
- Custom templates may ship an
assets/directory, copied verbatim toout/assets/(images, fonts, JS, favicons). style.cssis now optional in a template directory.- Item pages expose
image_number,total_images, andpercent; grid pages exposetotal_images.
Unblocks custom templates that render with sliced images and "Page N of M (P%)" navigation.
0.3.1
Cover images, a machine-readable manifest, and branding on every page.
- Gallery covers. Set
coverto a source filename (in sgui orsimpleGal.json) to pick the image that represents the gallery. Blank falls back to the first image. The cover drives the gallery-indexog:image, so social cards show the shot you meant. out/gallery.jsonmanifest. 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
generatormeta 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
Just primping things up a bit. Refreshing docs. Adding camera metadata. Download whole gallery functions. Toggle simpleGals promo string on and off.