1
0
mirror of https://github.com/mfontanini/presenterm.git synced 2026-09-01 23:33:21 -06:00

chore: prepare for 0.16.1 version

This commit is contained in:
Matias Fontanini 2026-02-19 17:43:55 -08:00
parent b743bf89f0
commit 328506576f
3 changed files with 17 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -953,7 +953,7 @@ dependencies = [
[[package]]
name = "presenterm"
version = "0.16.0"
version = "0.16.1"
dependencies = [
"anyhow",
"base64",

View File

@ -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]