Skip to content

Releases: webmaster442/BookGen

Release 2021-05-26

26 May 16:43
Compare
Choose a tag to compare
  • Removed Node.exe bundle
  • Gui extended with help
  • New subcommand that allows HTML compression
  • Powershell Autocomplete improvements
  • Rewrote launcher
  • New HTTP server that works on local subnetwork
  • New HttpServ subcommand

Release 2021-04-13

13 Apr 15:53
Compare
Choose a tag to compare
  • Now uses .NET 5.0
  • Node.exe bundled with release
  • Script runtime resolve order chganged
  • Rendering pipieline modernized
  • Multi threaded build for static websties
  • Folder locking: Prevent multiple instances working on same directory
  • Launcher program: starts poweshell with preconfigured bookgen software. Supports Windows terminal
  • Removed editor code
  • New Modules: Stat, Edit, Pagegen
  • Updated dependency packages

Relese 2020-07-23

23 Jul 15:57
Compare
Choose a tag to compare
  • Fixes issues in md2html module image embed
  • Added powershell autocomplete install module
  • Better argument handling
  • Updated SkiaSharp & Svg.Skia

Relese 2020-06-29

29 Jun 18:27
Compare
Choose a tag to compare
  • Updated md2html module help
  • Fixed md2html module syntax rendering issue

Relese 2020-06-24

24 Jun 16:59
Compare
Choose a tag to compare
  • Added extra options for single page generation
  • Refined printable HTML output
  • Updated Moq libary dependency for testing
  • Added app setting to disable automatic url start
  • Server module for serving static files from a directory
  • Console log now has colors
  • Updated help
  • Diched auto update code, now uses the dotnet tool infrastructure for update and install
  • Markdown doc generator module
  • Integrated SkiaSharp and an image pipeline
  • Added support for Python and PHP scripts
  • Added app wide configuration for Script runtime locations and timeout configs
  • Editor extended with build actions
  • Added a Http server module for testing purposes
  • Gui rewitten
  • Help updated: split to chaopters
  • Static generated website uses turbolinks for faster navigation
  • Shell Autocomplete support, by default for powershell
  • Shell changed to powershell
  • Wordpress builder fixed and extended with additional options
  • Generated Json uses UTF-8
  • More polished editor, that is based on Ace.js
  • Static website now has Turbolinks integrated
  • Keyword extractor and link extractor generator module

Relese 2020-02-01

01 Feb 11:14
Compare
Choose a tag to compare
  • Changed versioning scheme. Assembly version reflects config file version, Builds are labeled by relase date
  • Breaking: Command line calling syntax changed. See documentation for details.
  • Single markdown file to HTML rendering
  • Auto updater added. Currently only supports windows
  • Epub export updated & refactored to support Epub 3.2 format
  • Auto updater added. Currently only supports windows.
  • Fully documented with BookGen
  • Shortcodes can be Extended with C# Shortcodes via Scripting API
  • Can be Extended with Node.js scripts via Shortcode
  • Now comes with a Web based editor that is cross platform.
  • Initializer reworked
    • Can now create VSCode compatible tasks.json file
    • Can now create Scripting Project csproj file
  • Added experimental Assembly documenter
  • Source
    • Now uses .NET Core Json serializer
    • Adapted to use Nullable reference types
    • Bookgen now uses subCommand architecture, this means better command extensibility

Last source version with WPF editor incliuded

15 Jan 16:21
23a1673
Compare
Choose a tag to compare

Release is for source only and to keep track of point where wpf editor is removed.

1.0 RC2

12 Oct 10:47
1f36c9b
Compare
Choose a tag to compare
1.0 RC2 Pre-release
Pre-release
  • SRI Generator speed increase with internal cache
  • FontAwesome dependency for default template eliminated
  • Bootstrap is now loaded from host - CDN dependencies eliminated
  • Better ToC file parsing
  • Epub xml tweaks
  • Better config file generation - less work for configuring
  • Content can now include shortcodes
  • Fixes issue with image inlineing
  • Fixes issue with image copy
  • Editor preview

Note: This is a source only release!

1.0 RC1

24 Sep 19:20
Compare
Choose a tag to compare
  • Help now displays Usage informations correctly
  • Help now displays config file format
  • Updated to .NET Core 3.0

1.0 Previrew 2

02 Sep 16:54
Compare
Choose a tag to compare
1.0 Previrew 2 Pre-release
Pre-release
  • Unix: Fixed shell file line endings (hopefully)
  • Unix: Paths with \ are rewritten to paths with /
  • Wordpress compatible XML file output
  • GUI: Display usage doesn't display Press a key to continue 2x
  • Initializer Keyboard input handling fixed
  • Initializer crash fixed
  • Template embeding fixed
  • Windows srcipt startup directory fixed
  • Built-in template enhancments: lightbox and cookie warning (GDPR)
  • Proper translation support for templates
  • Static site output builder: Page generation is multi threaded