diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f30d27..71b2d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v0.16.1 - 2026-02-19 + +## New features + +* Allow `italic` to be used as well as `italics` in theme ([#847](https://github.com/mfontanini/presenterm/issues/847)). + +## Fixes + +* Render modals at the center of the screen ([#848](https://github.com/mfontanini/presenterm/issues/848)). + +## Docs + +* Add styling docs to `slide_title` ([#845](https://github.com/mfontanini/presenterm/issues/845)) - thanks @0atman. +* Describe slide titles and headings better ([#846](https://github.com/mfontanini/presenterm/issues/846)). + # v0.16.0 - 2026-02-15 ## Breaking changes diff --git a/Cargo.lock b/Cargo.lock index ae2ef26..3331934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "presenterm" -version = "0.16.0" +version = "0.16.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5df8246..95a0f15 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.16.0" +version = "0.16.1" edition = "2021" [dependencies]