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
pull/538/head
Josh Rabinowitz 5 years ago committed by GitHub
parent 4db1cf2679
commit 9ff962740b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,8 @@
- Close file descriptor 3 when running gnupg subprocesses (#521) - Close file descriptor 3 when running gnupg subprocesses (#521)
- Small optimization in 'hide' - Small optimization in 'hide'
- Improve code comments - 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 ## Version 0.2.6
@ -133,7 +135,9 @@
### Features ### Features
- Added `-m` option to `hide` command, files will only be hidden when modifications are detected (#92) - 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) - `git secret init` now adds `random_seed` to `.gitignore` (#93)
### Bugfixes ### Bugfixes

Loading…
Cancel
Save