diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3ffcb0..85e20a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v0.4.1 - 2023-12-22 + +## New features + +* Cause an error if an unknown field name is found on a theme, config file, or front matter (#102). + +## Fixes + +* Explicitly disable kitty/iterm protocols when printing images in export PDF mode as this was causing PDF generation in + macOS to fail (#101). + # v0.4.0 - 2023-12-16 ## New features diff --git a/Cargo.lock b/Cargo.lock index 36048b23..adc071ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -920,7 +920,7 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "presenterm" -version = "0.4.0" +version = "0.4.1" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index d0d185bb..e6b06cb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Matias Fontanini"] description = "A terminal slideshow presentation tool" repository = "https://github.com/mfontanini/presenterm" license = "BSD-2-Clause" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies]