Skip to content

Commit

Permalink
Bump version to v0.14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Feb 6, 2025
1 parent e8ff3f5 commit 7df2445
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# 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.

We weren't writing the file all-at-once before, so if you were using a
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)
Expand Down
2 changes: 1 addition & 1 deletion patat.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7df2445

Please sign in to comment.