From f08afabdaea02221dc218e10f7e6d4b5bd9854a0 Mon Sep 17 00:00:00 2001 From: -k Date: Sun, 10 Mar 2024 12:29:50 -0700 Subject: [PATCH] chore(release): prepare for 0.7.2 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c9ffd..489eb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. +## [0.7.2] - 2024-03-10 + +### Bug Fixes + +- Properly handle data types +- Filter `loaded_data` +- Improve `data` whitespace control +- Set `author` meta element +- Allow csp overrides +- Correct `head` blocks +- Set `lang` attribute +- Allow live reloads +- Adjust `ul`/`ol` font size +- Improve `nav-bar` indications +- Adjust `inner-post` fonts +- Improve `project` layout + +### Documentation + +- Add config example +- Improve config guide + +### Miscellaneous tasks + +- Add `theme` setting + ## [0.7.1] - 2024-03-08 ### Bug Fixes