From aca44609ad425d8195f70feb6585fdae1b7692db Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Thu, 26 Jan 2023 02:03:55 +0100 Subject: [PATCH] add a changelog --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68ac2b0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ +# Itsy-Gitsy Changelog / News + +## v0.5.0 -- unreleased + +* MAJOR: remove 1-to-1 template mapping restriction (config format changed) +* MAJOR: support parallel multi-thread/core execution +* rename "repo_summary" template to "summary" +* improve sanitization and verification of file paths +* add "%NAME%" filename template, allowing "permalinks" +* fix bugs in "limit_context" behavior +* improve detection of when limits are exceeded (particularly repo size limits) +* more "limit" settings that make multi-million commit repos parsable +* add "fetch_remote" setting, to disable fetch on remote repos + +## v0.4.1 -- 2023-01-15 + +* add a "dark" theme for default site +* add sensible defaults to sample config +* add more documentations, examples +* change default main output names to "index.html" +* fix missing tags in "alt_refs" template variable + +## v0.4.0 -- 2023-01-15 + +* MAJOR: include default templates for a full site +* MAJOR: add template type for individual files +* improved handling of file paths +* configurable branch names +* configurable limits +* repository "clone URL" +* "clean" build option +* "local" build option +* ability to sort repo list by date +* documentation + +## v0.3.0 -- 2023-01-12 + +* MAJOR: paginated output for history, commits, and tags +* default paths: `clones_repos/` and `rendered/` + +## v0.2.0 -- 2023-01-12 (first "release") + +* MAJOR: initial release, basic git repo templated output