From 7df244549478b1b0759a19c861e660496fac9c40 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 6 Feb 2025 09:11:25 +0100 Subject: [PATCH] Bump version to v0.14.0.0 --- CHANGELOG.md | 15 +++++++++------ patat.cabal | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce530f3..d20875c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,13 @@ # Changelog -## unreleased +## 0.14.0.0 (2024-02-06) * Align based on final layout for incremental lists and other fragments - (#174). + (#174). This avoids lists "jumping around" as they are revealed when + using `auto` `margins`. - * Refactor the internal AST to use our own derivation of the Pandoc AST. - - * Rename `fragment` to `reveal` in eval settings. `fragment` will continue to - be available for backwards-compatibility. + * Rename `fragment` to `reveal` in eval settings. `fragment` will continue + to be available for backwards-compatibility. * Use a temporary file to atomically write speaker notes. @@ -16,6 +15,10 @@ simple tool like `tail -F` before, this could cause some speaker notes to not be displayed. + * Refactor the internal AST to use our own derivation of the Pandoc AST. + This is a major rework of the internals but should not cause any changes + visible to the user. + ## 0.13.0.0 (2024-10-30) * Incrementally display output of `eval` commands (#132) diff --git a/patat.cabal b/patat.cabal index e73da50..6e8cf68 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.13.0.0 +Version: 0.14.0.0 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc. License: GPL-2