Skip to content

Releases: mijho/gobcrypt

2.0.1

07 Nov 17:01
e35a057
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

  • Fmt -> log statements

Documentation

  • Updated readme and add changelog

Features

  • Make bcrypt cost configurable
  • Add validate cmd option

Miscellaneous Tasks

  • Add go mod
  • Remove old ci and go files
  • Update changelog
  • Merge conflict
  • Bump version
  • Add comment to CLIApp

Refactor

  • Add in urfave cli and first handler
  • Basic funcitonality ported
  • Move output to util func

Ci

  • Add in changelog configuration
  • Add in debug for ci env
  • Update changelog
  • Remove debug env
  • Split out changelog ci
  • Update changelog
  • Set up CI for release generation
  • Update changelog
  • Rename build-release flow
  • Update changelog
  • Remove default test
  • Update changelog
  • Update changelog
  • Update release to use custom pat
  • Update changelog
  • Update changelog
  • Set release tag as env
  • Update changelog
  • Set release tag as env
  • Update changelog
  • Update go report
  • Add some badges
  • Update changelog
  • Update changelog
  • Move go report to build-release

2.0.0

07 Nov 16:36
18e1900
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[2.0.0]

Bug Fixes

  • Fmt -> log statements

Documentation

  • Updated readme and add changelog

Features

  • Make bcrypt cost configurable
  • Add validate cmd option

Miscellaneous Tasks

  • Add go mod
  • Remove old ci and go files
  • Update changelog
  • Merge conflict

Refactor

  • Add in urfave cli and first handler
  • Basic funcitonality ported
  • Move output to util func

Ci

  • Add in changelog configuration
  • Add in debug for ci env
  • Update changelog
  • Remove debug env
  • Split out changelog ci
  • Update changelog
  • Set up CI for release generation
  • Update changelog
  • Rename build-release flow
  • Update changelog
  • Remove default test
  • Update changelog
  • Update changelog
  • Update release to use custom pat
  • Update changelog
  • Update changelog
  • Set release tag as env
  • Update changelog
  • Set release tag as env

v1.1.1

22 Oct 20:39
Compare
Choose a tag to compare

Features:

  • add functionality to read password strings from file
  • add functionality to write output to file

Bug Fixes:

  • fixed issue where no argument commands would not produce any output

v1.0.0

21 Oct 17:29
Compare
Choose a tag to compare
  • Flag to specify number of passwords to be hashed
  • Flag to validate pass/hash
  • Flag to create a hash of specific password
  • Flag to specify generated plain text password length