Releases: bjornregnell/taggy
Releases · bjornregnell/taggy
v1.0.1
This is a hotfix to prevent crash due to latex cmd not ending with trailing empty args fixed in bb0f2a0
For further info on the 1.0 series see release notes of v1.0.0
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First stable release of taggy - a micro-library in Scala for easy slide creation showcasing Scala's contextual abstraction.
Try out in Ubuntu if you have latexmk
on path installed with sudo apt install texlive-full
curl -fL https://github.com/bjornregnell/taggy/releases/download/v1.0.0/init-slides.sh | bash
Slides of example.scala in out.pdf here
Full Changelog: v0.0.5...v1.0.0
v0.0.5 - add Image Width, TextSize FontSize settings
add image width setting
v0.0.4 - add Image
update readme, fix build command
v0.0.3 recognize URL:s
Full Changelog: v0.0.2...v0.0.3
v0.0.2 updated for Scala 3.2
- Requires Scala 3.2 or newer.
fewerBraces
requires Scala 3.2.nightly- Built with
scala-cli
(instead of sbt) - No api-changes in this release.
v0.0.1 first release
First release