ZIP
WinGet
presenterm
Matias Fontanini · 0.12.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
presenterm-0.12.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
mfontanini.presenterm
Version
0.12.0
Description
A markdown terminal slideshow tool
License
BSD-2-Clause
↗
Installer URL
https://github.com/mfontanini/presenterm/releases/download/v0.12.0/presenterm-0.12.0-x86_64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Breaking changes
- Using incremental lists now adds an extra pause before and after a list. Use the defaults.incremental_lists configuration parameter to go back to the previous behavior (#487) (#498).
New features
- PDF exports are now generated by invoking weasyprint rather than by using the now deprecated presenterm-export. This gets rid of the need for tmux and opens up the door for other export formats (#509) (#517).
- PDF export dimensions can now also be specified in the config file rathe…