From 63d68e45c596cf13ddee85a0ea446032da16bc4d Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 18 Oct 2023 20:44:25 +0200 Subject: [PATCH] Bump version to v0.10.1.1 --- CHANGELOG.md | 7 +++++++ patat.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676e694..076be8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.10.1.1 (2023-10-18) + + * Fix issues in text wrapping when starting a transition + + This could show transitions using different wrapping or dropped characters + when a line extends past the terminal width. + ## 0.10.1.0 (2023-10-15) * Add dissolve transition effect (#150) diff --git a/patat.cabal b/patat.cabal index 3d8b1e2..7512e9c 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.10.1.0 +Version: 0.10.1.1 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc. License: GPL-2