Skip to content

v1.4.0

Compare
Choose a tag to compare
@twpayne twpayne released this 14 Mar 19:01
· 4141 commits to master since this release
a27d885

Changelog

c827046 Add Mutator.Stat
8d8fb55 Add TOML as an output format
e13bb89 Add gpg encryption
6075a02 Add manage as an alias for add
8406817 Add unmanage as an alias for forget
e47c444 Add unmanaged command, fixes #186
cd3d86b Add userHomeDir
4cfdaac Change example configs to TOML and reformat
93d03aa Check lastpass CLI version on first call
da8098b Create directory for config file before editing if needed
b324637 Fix all markdownlint warnings, except one
72690a6 Fix double word in init help
201e7a5 Fix that accomodates blank lines and comments
4d32cde Make hostname only first part of hostname and add fullHostname
249e2b9 Make it clearer that the rpm packages work on OpenSUSE
f2dfbb8 Only display text diffs
b477972 Reduce number of semver libraries
02636ad Remove NullMutator
d63c406 Remove unused function arguments
306df8b Return ErrNotExist from nullMutator.Stat
b41824c Return an error instead of panicking
035988d Revert "Remove NullMutator"
9fea286 Revert "Use vfs.ReadOnlyFS's instead of NullMutators"
90d4274 Spell out lastpass --json arg
ab807b1 Test to demonstrate parsing error
ab1de29 Use latest github.com/twpayne/go-xdg
19947c8 Use latest version of github.com/twpayne/go-vfs
2a72a34 Use renameio correctly across multiple filesystems
b1cddc3 Use userHomeDir instead of github.com/mitchellh/go-homedir
5bf7ead Use vfs.MkdirAll
18366aa Use vfs.ReadOnlyFS's instead of NullMutators