Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

89 lines (47 loc) · 2.84 KB

Changelog

Also see GitHub releases.


4.0.1 (2022-09-27)

Bug Fixes

  • Fix compatibility with newer Hugo binaries (0.103.0) (#51)

4.0.0 (2022-09-13)

Bug Fixes

  • Fix compatibility with newer Hugo binaries (#46)

Documentation

  • Fix typo in README (#45)

BREAKING CHANGES

  • NodeJS 14 (or higher) is now required

3.1.0 (2021-07-23)

Features

  • Add ability to configure http and https proxy (#38)

3.0.1 (2021-04-13)

Bug Fixes

  • Fix version CLI parameter not working when pointing to package.json property (#32)

3.0.0 (2021-04-13)

Features

  • Support all Hugo versions (#27, #28)
  • Add binary checksum check, with flag to skip (#28)
  • Add binary health check, with flag to skip (#28)
  • Recognize exiting binaries, with flag to ignore (#29)
  • Add additional CLI parameters for configuration, e.g. os, arch, download URL (#28)

Documentation

  • Update documentation to include new features, list all CLI parameters (#31)

BREAKING CHANGES

  • NodeJS 12 (or higher) is now required

2.0.0 (2021-03-26)

Features

  • Add support for hugo extended version (#22)

BREAKING CHANGES

  • NodeJS 10 (or higher) is now required

1.0.1 (2018-08-12)

Documentation

  • Add section on how to use the hugo binary (#6)

1.0.0 (2018-08-12)

Initial release