Skip to content

BookGen 2024.06.04

Pre-release
Pre-release
Compare
Choose a tag to compare
@webmaster442 webmaster442 released this 04 Jun 16:58
· 112 commits to master since this release
c4cc310
  • New: Added autocomplete in bookgen shell for basic git commands
  • New: ISO build now includes powershell core
  • New: Added table of contents support via the [toc] tag in markdown
  • New: JSON array support for subcommand configuration.
  • Change: Updated dependencies
  • Change: Cplipboard implementation replaced with TextCopy, now works multiplatform
  • Change: Linux distribution now uses a deb package for distribution
  • Change: SVG Passthrough implemented in md2html command
  • Change: md2thml is extended with templating and new options
  • Change: Various BookGen related settings now use a single .ZIP file for configuration
  • Change: Reworked templating engine
  • Fix: Various linux compatibility fixes
  • Fix: Various fixes in the Table of Contents generation
  • Fix: Template processor fixes
  • Fix: Various fixes