Changelog History
Page 1
-
v0.3.9 Changes
August 11, 2022๐ This release doesn't add new user-facing features but updates the version of ZIO to 2.0.
-
v0.3.8 Changes
May 16, 2022๐ This release includes the following improvements:
- the code no longer uses Pegdown adapters from FlexMark
-
v0.3.7 Changes
January 09, 2022๐ This release includes the following improvements:
- the monitor mode now watches for template changes
- โก๏ธ library dependencies have been updated
-
v0.3.5 Changes
March 14, 2021๐ 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
-
v0.3.3 Changes
March 04, 2021๐ 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
-
v0.3.2 Changes
May 19, 2018โ Added ability to use Markdown content inside of custom pages.
-
v0.3.1 Changes
April 27, 2018๐ Better handling of same-site URLs
-
v0.3.0 Changes
October 02, 2017Another public release of s2gen which adds the initial support for I18N.
-
v0.2.9 Changes
October 09, 2016๐ Another public release of s2gen which adds the following:
- ๐ Allowing to build custom XML files (see
customXmlproperty ins2gen.json) - โ Adding the post date as
java.util.Datein 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
- ๐ Allowing to build custom XML files (see
-
v0.2.8 Changes
September 30, 2016Another public release of s2gen which adds the following:
- Text versions of preview sections are available as
post.previewTextinside templates - Rereading all content files each time anything changes
๐ This release also contains one breaking change - the
post.uritemplate variable is removed, so usepost.linkinstead. - Text versions of preview sections are available as