Releases: Aadv1k/kevlar
Releases · Aadv1k/kevlar
v2.0.1 - Bug fixes, and minor changes
v2.0.0 - MAJOR release, changes and features
- Require a new
entry.html
template to structure a individual "list item" in--LISTING--
- Provide new meta tags, and tag customization via the config file
- Fix bugs that caused segmentation faults
- Change the default theme that is cloned
v1.2.2 - Minor bug fixes and quality of life improvements
- Improve handling of larger
.md
files - Depracate the
.rst
loader since it was already pretty redudndant
v1.2.1 - Bug fixes; Several quality of life improvements
- Implement in-line code blocks (addtionally made the text handling awesome)
- Code blocks in markdown
- Setup tutorial site
- Bug fixes and code refactors
v1.2.0 - Add markdown functionality; Fix breaking bugs; Better error messages
- fix handling of files which caused segmentation faults
- Add markdown functionality
v1.1.1 - Quality of life improvements
This is a minor release and just improves the behaviour of previous releases, most notable improvements are
- Made error messages more verbose
- Fixed a bug that caused
utl_mkdir_crossplatform
to not work as intended
Keep looking on for major releases with new functionality.
cheers 🍻
v1.1.0 - Kevlar now works both on win32 and unix-like systems!
This build was testing on:
- windows 11 v21H2
- Debian GNU/Linux 11 (bullseye) on Windows 10 x86_64 (WSL)
The "mkdir" function from stat was causing the primary hurdles, which is why it was replcaed with utl_mkdir_crossplatform
in utils/utils.c
v1.0.0 - The first kevlar release
This is the first kevlar release, with all of the base functionality implemented and tested (to some extent) currently it only works on linux unfortunately, further releases may include a windows executable as well.