Skip to content

Releases: hmngwy/jenny

Fixes warnings with latest grep version 3.11

09 Sep 13:28
6242518
Compare
Choose a tag to compare
Merge pull request #37 from dknight/fixed-stray-warning

fix: warning: stray \ before white space

Auto publish to GHCR

02 Sep 16:16
Compare
Choose a tag to compare
v1.2.4

build image on every tag

Fix POST_DATE_RFC822

02 Sep 12:30
1fa86b4
Compare
Choose a tag to compare
v1.2.2

reverts #24

April 8, 2021 Release

07 Apr 19:11
Compare
Choose a tag to compare

Fixes

  • Missing blog title in default theme
  • Poor use of dates for the default theme

Changes

  • Use relative URLs where possible in default theme

April 6, 2021 Release

06 Apr 14:01
Compare
Choose a tag to compare

Adds

  • Github Actions support
  • Docker container support

July 22, 2018 Release

24 Jul 16:26
282634c
Compare
Choose a tag to compare

Fixes

  • Slug generation for links in tag indexes
  • Slug uniqueness finder

Changes

  • Removes hardcoded http protocol

Adds

  • Subcommands, see README

July 11, 2018 Release

11 Jul 10:34
c81722d
Compare
Choose a tag to compare

Minor changes, bug fixes, code refactoring

Fixes

  • length() call in md2html.awk not supported in older versions of awk
  • make sym-install unable to run pwd

Adds

  • Adds more command options, see jenny -h

Changes

  • Updates sanity check for GNU tools

July 9, 2018 Release

09 Jul 14:23
09158c0
Compare
Choose a tag to compare

The very first release. This also adds refactored code, fixes, from the previous tag.

Changes

  • Rendering is now based on file content change, and not last modified date, checksums are saved in .bloglock
  • Unique slug generation now checks against the .bloglock file instead of rendered files
  • Improved logging messages