Releases: rsdoiel/fountain
License update
Maintenance release
This release updates the Go version to 1.22. It included an added ToYAML()
func for Fountain docs.
Full Changelog: v1.0.0...v1.0.1
Stable maintenance release
This release has been built using Golang 1.20 and Pandoc 3. More brinary formats are included as well as curl installer for macOS and Linux
curl https://rsdoiel.github.io/fountain/installer.sh
Fix name collision in docs
This release is fixes a name case issue for INSTALL.html on macOS allowing go get and go mod tidy to work properly on macOS where the file system is the default case insensitive.
Bug fix
stable, inactive release
This is a stable inactive release of the fountain Go package. It include three demo programs -- fountoun2html, fountain2json, fountainfmt. I use this from time to time but haven't found a need to change them in years.
go1.16 support
This release updates fountain package to support go1.16 compiler as well as experimental binary support for Apple M1 machines.
fountain2json, fountain2html
Added two new command line programs, fountain2json and fountain2html. The first parses a fountain document and returns JSON. This is suitable for processing with other scripts to generate reports. The second is for converting fountain to HTML including generate some default CSS.
Initial Release
fountain is a Go package for working with the Fountain Markup syntax used in writing screen plays. It include a demo command line tool called fountainfmt.