mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
Issue 536 backward compat docs (#537)
* Document that 0.2.3 mapping.cfg format isn't backward compatible * Note update to 0.2.3 portion of changelog
This commit is contained in:
parent
4db1cf2679
commit
9ff962740b
@ -27,6 +27,8 @@
|
||||
- Close file descriptor 3 when running gnupg subprocesses (#521)
|
||||
- Small optimization in 'hide'
|
||||
- Improve code comments
|
||||
- Update docs to note that git-secret repos modified by git-secret 0.2.3 and
|
||||
later are not backward compatible with pre-0.2.3 versions of git-secret.
|
||||
|
||||
## Version 0.2.6
|
||||
|
||||
@ -133,7 +135,9 @@
|
||||
### Features
|
||||
|
||||
- Added `-m` option to `hide` command, files will only be hidden when modifications are detected (#92)
|
||||
- Changed how path mappings file works: colon delimited FSDB (#92)
|
||||
- Changed how path mappings file works: colon delimited FSDB in `.gitsecret/paths/mapping.cfg', so git-secret
|
||||
can store checksums of hidden files. Note this means git-secret repos modified by git-secret 0.2.3
|
||||
or later are not backward compatible with pre-0.2.3 versions of git-secret. (#92)
|
||||
- `git secret init` now adds `random_seed` to `.gitignore` (#93)
|
||||
|
||||
### Bugfixes
|
||||
|
Loading…
Reference in New Issue
Block a user