Releases: mfontanini/presenterm
Releases · mfontanini/presenterm
Release list
v0.2.1
New features
- Binary artifacts are now automatically generated when a new release is done (#5) - thanks @pwnwriter.
v0.2.0
New features
- Column layouts that let you structure slides into columns.
- Support for
percentmargin rather than only a fixed number of columns. - Spacebar now moves the presentation into the next slide.
- Add support for
centerfooter when using thetemplatemode. - Breaking: themes now only use colors in hex format.
Fixes
- Allow using
shas language for code block (#3). - Minimum size for code blocks is now prioritized over minimum margin.
- Overflowing lines in lists will now correctly be padded to align all text under the same starting column.
- Running
cargo runwill now rebuild the tool if any of the built-in themes changed. alignmentwas removed from certain elements (likelist) as it didn't really make sense.default.alignmentis now no longer supported and by default we use left alignment. Usedefault.marginto specify the margins to use.
v0.1.0
First release!
Features
- Define your presentation in a single markdown file.
- Image rendering support for iterm2, terminals that support the kitty graphics protocol, or sixel.
- Customize your presentation's look by defining themes, including colors, margins, layout (left/center aligned
content), footer for every slide, etc. - Code highlighting for a wide list of programming languages.
- Support for an introduction slide that displays the presentation title and your name.
- Support for slide titles.
- Create pauses in between each slide so that it progressively renders for a more interactive presentation.
- Text formatting support for bold, italics,
strikethrough, andinline code. - Automatically reload your presentation every time it changes for a fast development loop.