Skip to content

Releases: maciejzj/ssb

ssb v0.2.0

21 May 18:13
6922128
Compare
Choose a tag to compare

Minor features and organisation release

Features and changes

  • MD_RENDERER can now be any command to be evaluated.

Organisation changes

  • Themes are moved from a separate repo to the themes directory in this repository.

Security notes

Mind that eval is run on MD_RENDERER, so don't use this program with root SUID.

ssb v0.1.0

08 Feb 09:06
f5abe47
Compare
Choose a tag to compare

Minor feature release (v0.1.0)

Features and changes

  • Add <main> tag to the html template.

Documentation enhancements

  • Fix not taking header.html and footer.html into account in makefile example in README.

ssb v0.0.3

17 Jul 21:44
6ff04ab
Compare
Choose a tag to compare

Documentation fixes release (v0.0.3)

Fix names in the acknowledgements.

Documentation enhancements

  • Acknowledgments of @bartekpacia‘s help are fixed in the README.

ssb v0.0.2

13 Jul 13:39
Compare
Choose a tag to compare

Documentation fixes release (v0.0.2)

Minor improvements in the README.

Documentation enhancements

  • The example makefile featured in the README now has a correct iteration mechanism for substituting paths in the posts list.

ssb v0.0.1

04 Jul 13:18
Compare
Choose a tag to compare

First release (v0.0.1)

Since the versioning for this project has been very poor so far, this release restarts the versions counter (this project is so small and personal that hopefully no one will get hurt).

Features and changes

  • Run ssb -g to generate html templates for header and footer.
  • Run ssb <markdown_files> to compile the main markdown file and posts in the posts dir.
  • Run ssb -h for full help and available features.

Internal changes and bugfixes

  • Shellcheck linting is applied to the main script.

Other