Skip to content

Releases: rsdoiel/fountain

License update

20 May 21:18
Compare
Choose a tag to compare

I have changed the license to AGPL 3 or later

Maintenance release

09 Mar 19:43
Compare
Choose a tag to compare

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

19 May 23:45
Compare
Choose a tag to compare

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

26 Sep 15:02
Compare
Choose a tag to compare

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

08 Aug 21:54
Compare
Choose a tag to compare

Fixed bug related to issue #1 , improved element type identification for characters, scene headings and parenthetical elements.

stable, inactive release

07 Aug 17:42
Compare
Choose a tag to compare

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

18 Feb 20:01
Compare
Choose a tag to compare

This release updates fountain package to support go1.16 compiler as well as experimental binary support for Apple M1 machines.

fountain2json, fountain2html

19 Jun 05:28
Compare
Choose a tag to compare

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

15 Jun 05:32
Compare
Choose a tag to compare

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.