Skip to content

Releases: eljamo/libpass

v7.1.2

22 May 14:16
90f5afa
Compare
Choose a tag to compare

Changelog

  • 90f5afa feature/add-custom-golangci-config (#6)

v7.1.1

21 May 10:34
0db3fb4
Compare
Choose a tag to compare

Changelog

  • 0db3fb4 bugfix/default-preset-missing-from-default-settings-struct (#5)

v7.1.0

17 May 13:45
Compare
Choose a tag to compare

Changelog

  • ec59141 feat: add Warhammer 40k word list

v7.0.1

16 May 16:41
Compare
Choose a tag to compare

Changelog

  • 7534af5 build(deps): bump golang.org/x/text from v0.14.0 to v0.15.0

v7.0.0

22 Jan 13:49
Compare
Choose a tag to compare

Changelog

  • bade6cb refactor!: consts and vars in config/option
  • bade6cb refactor: update error messages across all services
  • bade6cb refactor: remove some unnecessary allocations
  • bade6cb refactor: service/password_generator.go so Generate() no longer uses a go routine
  • bade6cb feat!: update service/password_generator.go so the maximum number of passwords you can generate is 10

v6.0.0

11 Jan 12:23
Compare
Choose a tag to compare

Changelog

  • eefc131 feat!: remove config.Generate() and replace with config.New(). This is now more developer friendly since it'll return a configuration with sensible defaults with no input, whilst retaining the ability to provide input to modify the default settings uisng unmarshalled JSON in a map

v5.1.0

10 Jan 17:22
Compare
Choose a tag to compare

Changelog

  • a0a4bc0 refactor: remove instances of typecasting in config/generate.go
  • a0a4bc0 refactor: service/transfomer.go so all the transformation functions belong to DefaultTransformerService

v5.0.0

13 Dec 17:10
Compare
Choose a tag to compare

Changelog

  • 544026d feat: add config.Generate a way of passing multiple maps which get merged to a single config.Settings struct
  • 544026d feat!: asset.LoadJSONFile and asset.GetJSONPreset now return a map instead of string
  • 544026d feat!: Rename struct config.Config to config.Settings
  • 544026d feat!: Move config consts and vars from config to config/option.

v4.0.1

07 Dec 12:26
Compare
Choose a tag to compare

Changelog

  • c6e48ca fix: slice bounds out of range error

v4.0.0

07 Dec 11:25
Compare
Choose a tag to compare

Changelog

  • 70fd828 feat: Add GetFilteredWordList to asset, this allows us to filter the word list as we are creating the word list. Instead of creating an intermediate slice containing all words and creating another slice with filtered words
  • 70fd828 feat!: add GenerateDigit to RNGService interface
  • 70fd828 fix: issue where if you used a random separator it wouldn't remove edge characters when it should have