Releases: roadelou/template
RPM Package
This version of template
follows additional compilation and installation conventions that make it possible to build a RPM package for distribution 🎉
Custom format release
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
This is the second release of the code. Instead of hard-coding the templates, they are now built from printf style template files.
Original release
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 👍