Skip to content

v1.29.2

Choose a tag to compare

@dougdonohoe dougdonohoe released this 01 Aug 13:29
· 36 commits to main since this release
bd57a83

Docker

docker pull dougdonohoe/ddphotos:v1.29.2

What's Changed

New Features

  • Album page nav customization - a new optional customization.yaml lets you replace the "← Albums" link on album pages with your own set of links
  • Site scrape tool - bin/scrape-site.py rebuilds a photogen source directory (config and photos) from a deployed DD Photos site

Improvements

  • npm 12.0.2 - upgraded npm, and the Docker image's NODE_VERSION and NPM_VERSION build args are now required so the image can never carry a stale version
  • Docs and sample config - clearer install links and sample/config/custom.css renamed to custom-example.css

Bug Fixes

  • Absolute paths in albums.yaml that point inside the ddphotos directory are now mounted at their own host path, so photogen no longer fails with "path does not exist" in Docker
  • Minor lightbox style and comment cleanups on the album page

Full Changelog: v1.29.1...v1.29.2