Skip to content

Commit 1020f14

Browse files
authored
Merge pull request #103 from mfontanini/prepare-0.4.1
Prepare 0.4.1 version
2 parents 2f1c2ac + e3f17e3 commit 1020f14

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.4.1 - 2023-12-22
2+
3+
## New features
4+
5+
* Cause an error if an unknown field name is found on a theme, config file, or front matter (#102).
6+
7+
## Fixes
8+
9+
* Explicitly disable kitty/iterm protocols when printing images in export PDF mode as this was causing PDF generation in
10+
macOS to fail (#101).
11+
112
# v0.4.0 - 2023-12-16
213

314
## New features

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Matias Fontanini"]
44
description = "A terminal slideshow presentation tool"
55
repository = "https://github.com/mfontanini/presenterm"
66
license = "BSD-2-Clause"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
edition = "2021"
99

1010
[dependencies]

0 commit comments

Comments
 (0)