Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Release v0.4.6

Compare
Choose a tag to compare
@atc0005 atc0005 released this 02 Oct 10:40
· 405 commits to master since this release
492dc62

Added

  • Binary release
    • Built using Go 1.15.2
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64

Note: Windows builds are provided, but have not been tested. The current
developer does not have access to a Windows + EZproxy test environment. Please
open an issue to share your
experiences deploying tools from this project on a Windows EZproxy server.

Changed

  • Emit version number as part of startup message

  • Move subpackages into internal directory

  • Dependencies

    • upgrade pelletier/go-toml
      • v1.8.0 to v1.8.1
    • upgrade actions/checkout
      • v2.3.2 to v2.3.3
    • upgrade actions/setup-node
      • v2.1.1 to v2.1.2

Fixed

  • Misc linting errors raised by latest gocritic release included with
    golangci-lint v1.31.0

  • Flag for setting desired log output does not appear to work

  • Documentation mistake: log-output CLI flag incorrectly listed as log-out

  • Makefile generates checksums with qualified path

  • Debug messages are emitted before logging settings are applied which would
    (potentially) allow them to be emitted

References