Releases: h3rald/hastyscribe
Releases · h3rald/hastyscribe
v1.9.0
- 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
- Now using Font Awesome 5 for all icons.
- Fixed compilation warnings with Nim 0.18.0.
v1.7.1
- Fixed transclusion bug.
- Fixed terminal block style.
v1.7.0
- 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
- Implemented support for basic content transclusion.
- Implemented alternative syntax for snippets so that definitions are not evaluated to text.
v1.5.0
- 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
- Implemented support for generating HTML fragments.
- Implemented support for library usage (undocumented for now).
- Refactoring.
v1.3.0
- Fixed bug on custom fields.
- Implemented substitution macros.
v1.2.1
- When watermark is used, links are now clickable.
- Text in terminal boxes now wraps for non-XS devices.
v1.2.0
- 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.