Skip to content

BookGen 2024.01.09

Compare
Choose a tag to compare
@webmaster442 webmaster442 released this 09 Jan 18:07
· 155 commits to master since this release
  • New: Based on .NET 8
  • New: Linux install script
  • New: Windows builds with bootstappers
  • New: Laucnher includes a markdown cheat sheet
  • New: Launcher includes a news channel
  • New: Launcher has built-in task list
  • New: HTML2PDF command (Windows only)
  • New: Program in Directly runnable form, packed as ISO image
  • New: Terminal output renderer, when building markdown
  • New: CDG program can handle a path argument, to specify where to start from
  • New: WWW program that can perform web searches easily
  • New: toc command, to find files that are not included in the toc file
  • New: shortcodes command, to list available shortcodes
  • Change: API cleanup & removed C# scripting support
  • Change: StockSearch command functionality has been integrated to the WWW command
  • Change: Removed auto updater (hard to maintain)
  • Change: Removed ZIP format release
  • Change: Folder locking is now process based
  • Change: Improved stat command
  • Change: HTTP server has favicons & last acces time is sent in header
  • Change: Replaces File based folder locking wiht a process based one
  • Change: Auto updater removed, because of multiple platform issues
  • Change: Launcher file browser usability improvements
  • Change: Updated component dependencies
  • Fix: Image convert command correctly handles SVG files
  • Fix: ImgSearch correctly handles spaces in query
  • Fix: Shell now sets UTF-8 encoding for output
  • Fix: Various HTTP server bugfixes
  • Fix: HTML Tidy speed greatly improved and encoding issues are fixed
  • Fix: Initializer adapted to new folder structure
  • Fix: Fixed a possible crash in init, when using Windows Terminal
  • Fix: HTMTidy runtime speed improved & made more robust