Skip to content

Releases: h3rald/hastyscribe

v1.9.0

27 Apr 09:23
Compare
Choose a tag to compare
  • Added more badges and link types.
  • Implemented custom markup to easily create HTML anchors.
  • Fixed incorrect document date parsing (document date was set to the previous month).
  • Fixed escaping of curly brackets in code blocks.

v1.8.0

11 Mar 12:19
Compare
Choose a tag to compare
  • Now using Font Awesome 5 for all icons.
  • Fixed compilation warnings with Nim 0.18.0.

v1.7.1

18 Nov 20:50
Compare
Choose a tag to compare
  • Fixed transclusion bug.
  • Fixed terminal block style.

v1.7.0

29 Oct 18:33
Compare
Choose a tag to compare
  • Released a public Nim API to use HastyScribe as a library within a Nim program.
  • Added a new --dump option to save HastyScribe stylesheets and fonts to the current directory.
  • Minor refactoring and CSS fixes.

v1.6.0

12 Mar 18:43
Compare
Choose a tag to compare
  • Implemented support for basic content transclusion.
  • Implemented alternative syntax for snippets so that definitions are not evaluated to text.

v1.5.0

23 Feb 16:32
Compare
Choose a tag to compare
  • Upgraded to version 2.2.2 of the Discount markdown library.
  • Removed support for 32-bit Windows systems due to inability to test.
  • Added the possibility to embed custom Javascript files.
  • Upgraded to version 4.7.0 of FontAwesome.
  • Now requiring Nifty to manage internal dependencies.

v1.4.0

23 Oct 12:38
Compare
Choose a tag to compare
  • Implemented support for generating HTML fragments.
  • Implemented support for library usage (undocumented for now).
  • Refactoring.

v1.3.0

09 Oct 10:23
Compare
Choose a tag to compare
  • Fixed bug on custom fields.
  • Implemented substitution macros.

v1.2.1

24 Jun 17:53
Compare
Choose a tag to compare
  • When watermark is used, links are now clickable.
  • Text in terminal boxes now wraps for non-XS devices.

v1.2.0

11 Jun 13:08
Compare
Choose a tag to compare
  • Implemented system fields to display time and date information.
  • Implemented --field/ dynamic parameter to define custom fields via command line.
  • Implemented --watermark parameter to embed a custom image as watermark.
  • Code blocks and terminal sessions are now responsive.
  • Tables are now set to 100% min-width.
  • Images are now set to 100% max-width.
  • Upgraded to FontAwesome v4.6.3.
  • Now providing also binaries for Linux x64.