I'm happy to finally announce the release of Stunts Cartography 1.0.0.0! This version includes the new features I have used in Cartography videos and maps over the last year, and also fixes several major annoyances. Here is the
Windows binary download link (let me know if you need a Linux binary as well). To use it, put the stcarto directory into your Stunts folder, and run the
stcarto executable from a command line. You can use
stcarto --help (or
stcarto viewer --help, etc.) for brief usage guidance, check
the readme for more detailed notes, or ask anything about it here

Here is a list of changes since the previous release:
- biggrid CLI subcommand, for rendering multiple tracks in a single map.
- r2c CLI subcommand, which corresponds to the formerly separate replaydump2carto executable.
- t2c CLI subcommand, analogous to r2c but for trackdata dumps, currently supporting trackdata09 (F4 camera positions) and trackdata10 (corner sign positions).
- Various improvements to the viewer GUI (which is now launched through the viewer subcommand).
- Show track name and scenery in the viewer GUI log.
- Tracks with Bliss metadata are now accepted by Cartography (they were formerly rejected by the file size checks).
- New types of annotation: markers and standalone captions.
- Frame-bound standalone captions for adding timers and other changeable information to flipbooks.
- Annotation captions in flipbooks can now show car speed, current gear and height, in addition to time.
- Fixes to the behaviour of the caption alignment options
- Alternative two-tone terrain style, inspired by dreadnaut's 4DOPEN terrain editor.
- Option for a transparent low ground background.
- Various visual fixes to track diagrams.
- Support for generating SVG flipbooks.
- Support for building Cartography with the SVG and Rasterific backends of Diagrams, making the Cairo/GTK dependency optional.
- Updates for building with GHC 9.0.2 and recent versions of dependencies.