From e2338df37cd1f107a919525fdd1c2f5325dd8a71 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sun, 11 Aug 2024 17:26:31 -0700 Subject: [PATCH] Release v0.1.1 - Add output_dir config option, defaults to "site" to keep original directory clean - Add support for nested covers - if there are no images in a dir, pick the cover from the first child dir - Show help text if no args are given - Some HTML/CSS visual tweaks - Start buildling standalone binaries using PEX --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5112c9..600e9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photojawn" -version = "0.1.0" +version = "0.1.1" description = "A simple photo album static site generator" authors = ["Nick Pegg "] repository = "https://github.com/nickpegg/photojawn"