Skip to content

Releases: roadelou/template

RPM Package

10 Mar 19:04
Compare
Choose a tag to compare

This version of template follows additional compilation and installation conventions that make it possible to build a RPM package for distribution 🎉

Custom format release

09 Oct 18:39
Compare
Choose a tag to compare

In this release, the printf formatting has been replaced 🎉 with a custom one. This new format is significantly more restrictive, but also safer 🔒 It means that a user supplied format file can no longer trigger a segmentation fault 🙂

A new getopt command line interface has also been added ❤️ which makes it possible to override some values and see the help for the tool.

Printf format release

08 Oct 17:24
Compare
Choose a tag to compare

This is the second release of the code. Instead of hard-coding the templates, they are now built from printf style template files.

⚠️ This release should not be used for anything serious, since it relies on user supplied printf format strings, which is a recipe for disaster.

Original release

27 Sep 13:41
32d1dbd
Compare
Choose a tag to compare

This is the original stable release of the template executable. It is quite trivial and the implementation is not perfect, but it does what it is supposed to 👍