Releases: denisftw/s2gen
Releases · denisftw/s2gen
Version 0.3.9
Version 0.3.8
This release includes the following improvements:
- the code no longer uses Pegdown adapters from FlexMark
Version 0.3.7
This release includes the following improvements:
- the monitor mode now watches for template changes
- library dependencies have been updated
Version 0.3.5
This release includes a regression fix for version 0.3.4 as well as the following improvements:
- distribution size has been significantly reduced
- log messages have been cleaned up
- temporary and hidden files are now automatically excluded from monitoring
- file changes are now debounced to avoid redundant regeneration
Version 0.3.3
This release doesn't add new user-facing features, but makes certain changes to the underlying libraries. In particular, it
- replaces several abandoned libraries with actively maintained alternatives
- updates minor third-party dependencies
Version 0.3.2
Added ability to use Markdown content inside of custom pages.
Version 0.3.1
Better handling of same-site URLs
Version 0.3.0
Another public release of s2gen which adds the initial support for I18N.
Version 0.2.9
Another public release of s2gen which adds the following:
- Allowing to build custom XML files (see
customXml
property ins2gen.json
) - Adding the post date as
java.util.Date
in addition to its string representation (seecontent.dateJ
) - Adding new date properties -
site.lastPubDateJ
(the date of the last publication) andsite.lastBuildDateJ
(the date the site was last build), both asjava.util.Date
Version 0.2.8
Another public release of s2gen which adds the following:
- Text versions of preview sections are available as
post.previewText
inside templates - Rereading all content files each time anything changes
This release also contains one breaking change - the post.uri
template variable is removed, so use post.link
instead.