Releases: maciejzj/ssb
Releases · maciejzj/ssb
ssb v0.2.0
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
ssb v0.0.3
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
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
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 theposts
dir. - Run
ssb -h
for full help and available features.
Internal changes and bugfixes
- Shellcheck linting is applied to the main script.
Other
- Homebrew installation is available via: https://github.com/maciejzj/homebrew-ssb.
- Stylesheets are available via: https://github.com/maciejzj/ssb-themes.