Skip to content

Releases: Aadv1k/kevlar

v2.0.1 - Bug fixes, and minor changes

26 Jan 18:45
Compare
Choose a tag to compare
  • Fix kevlar new downloading old theme instead of the new default
  • Fix string mem overlap when dumping the list

v2.0.0 - MAJOR release, changes and features

24 Jan 12:30
Compare
Choose a tag to compare
  • 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

20 Oct 10:04
Compare
Choose a tag to compare
  • 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

11 Oct 17:34
Compare
Choose a tag to compare
  • 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

08 Oct 17:56
Compare
Choose a tag to compare
  • fix handling of files which caused segmentation faults
  • Add markdown functionality

v1.1.1 - Quality of life improvements

30 Sep 11:03
Compare
Choose a tag to compare

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!

23 Sep 13:32
Compare
Choose a tag to compare

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

22 Sep 14:39
Compare
Choose a tag to compare

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.