Skip to content

Releases: karlramberg/walker

v4.2

21 Dec 22:22
1fb7636
Compare
Choose a tag to compare

Rename project to Walker

v4.1

18 Nov 22:19
Compare
Choose a tag to compare
  • Proper command line flags
  • Fixed deprecated ioutil functions
  • More consistent file path string math

v4.0

14 Nov 08:01
2dcad5d
Compare
Choose a tag to compare
  • Changed to hard-coded tokens.
  • Added [TITLE] token, which is replaced with the first line of the input file.
  • Added [CONTENT] token, which is replaced with the rest of the input file.
  • Removed the fourth command line argument. See the README for usage.
  • Added build for macOS

v3.3

04 May 01:54
Compare
Choose a tag to compare

Added support for HTML files extended with ".htm" instead of the usual ".html". Extensions can be mix and matched with no issues.

v3.2

25 Mar 23:04
Compare
Choose a tag to compare
  • Output folder is now created if it doesn't exist
  • The existence of the input folder is now checked and an error is thrown if not
  • Reordering of some operations
  • Fixed a bug where the output folder would be created while generating other things

v3.1

08 Mar 02:25
Compare
Choose a tag to compare
  • Empty folders in the output folder are now cleared
  • Fixed bug where new files were missing their first two characters when Window's terminal added a dot and slash when tab completing

v3.0

05 Mar 21:24
Compare
Choose a tag to compare

All HTML pages in the output folder are now deleted before anything is built. This means old pages won't hang around.

v2.2

22 Dec 17:13
00cab5f
Compare
Choose a tag to compare

Two separate builds for Linux and Windows

v2.1

11 Jul 19:30
Compare
Choose a tag to compare
  • Restructured code to reflect change to pure HTML
  • Fixed bug of not ignoring non-HTML files

v2.0

03 Jul 19:41
Compare
Choose a tag to compare

Switch to writing in pure HTML, no more markdown