Releases: sobolevn/git-secret
Releases · sobolevn/git-secret
Version 0.2.3
- Added
-m
option tohide
command, files will only be hidden when modifications are detected (#92) - Changed how path mappings file works: colon delimited FSDB (#92)
- Fixed
gnupg
>= 2.1 CI tests (#6) - Now users can run local CI tests using test-kitchen (#6)
- Migrated travis ci tests to test-kitchen for Linux platforms.
git secret init
now addsrandom_seed
to.gitignore
(#93)- Added more
gpg
version to test matrix (#99) - Dropped
git check-ignore
, usinggit add --dry-run
instead to check for ignored files (#105,#38) - Added CentOS to test matrix (#38,#91)
- All tested Linux platforms now use latest release of
shellchek
- Added Alpine to test matrix, and apk is now built. (#75)
Version 0.2.2
Bugfixes
- Fixed bug when
_user_required
was not working after reimporting keys (#74)
Enhancements
- Change how the
usage
command works (#48) - Now
git-secret
works from any place insidegit-tree
(#56) - Added
-d
option to thehide
comand: it deletes unencrypted files (#62) - Added new command
changes
to see the diff between the secret files (#64) - Now it is possible to provide multiple emails to the
killperson
command (#73) - Now it is possible to provide multiple emails to the
tell
command (#72) - Now installation section is removed from main
man
file (#70) - Now "See also" section in the
man
s are clickable (#69) - Added "Manual" section to the manuals (#61)
Development
- Added
centos
container forci
testing (#38) - Tests are refactored. Added
clean
command tests, removed a lot of hardcoded things, moved tests execution from./temp
folder to/tmp
, added a lot of new check in old tests, and some new test cases (#52) - Refactored
hide
andclean
commands to be shorter shellcheck
is now supported withmake lint
Other
- Now every doc in this project refer to
git-secret.io
instead of oldgh-pages
website (#71)