|
| 1 | +1.18.0 - 2019-08-03 |
| 2 | +=================== |
| 3 | + |
| 4 | +### Features |
| 5 | +- Use the current running executable if it matches the requested |
| 6 | + `language_version` |
| 7 | + - #1062 PR by @asottile. |
| 8 | +- Print the stage when a hook is not found |
| 9 | + - #1078 issue by @madkinsz. |
| 10 | + - #1079 PR by @madkinsz. |
| 11 | +- `pre-commit autoupdate` now supports non-`master` default branches |
| 12 | + - #1089 PR by @asottile. |
| 13 | +- Add `pre-commit init-templatedir` which makes it easier to automatically |
| 14 | + enable `pre-commit` in cloned repositories. |
| 15 | + - #1084 issue by @ssbarnea. |
| 16 | + - #1090 PR by @asottile. |
| 17 | + - #1107 PR by @asottile. |
| 18 | +- pre-commit's color can be controlled using |
| 19 | + `PRE_COMMIT_COLOR={auto,always,never}` |
| 20 | + - #1073 issue by @saper. |
| 21 | + - #1092 PR by @geieredgar. |
| 22 | + - #1098 PR by @geieredgar. |
| 23 | +- pre-commit's color can now be disabled using `TERM=dumb` |
| 24 | + - #1073 issue by @saper. |
| 25 | + - #1103 PR by @asottile. |
| 26 | +- pre-commit now supports `docker` based hooks on windows |
| 27 | + - #1072 by @cz-fish. |
| 28 | + - #1093 PR by @geieredgar. |
| 29 | + |
| 30 | +### Fixes |
| 31 | +- Fix shallow clone |
| 32 | + - #1077 PR by @asottile. |
| 33 | +- Fix autoupdate version flip flop when using shallow cloning |
| 34 | + - #1076 issue by @mxr. |
| 35 | + - #1088 PR by @asottile. |
| 36 | +- Fix autoupdate when the current revision is invalid |
| 37 | + - #1088 PR by @asottile. |
| 38 | + |
| 39 | +### Misc. |
| 40 | +- Replace development instructions with `tox --devenv ...` |
| 41 | + - #1032 issue by @yoavcaspi. |
| 42 | + - #1067 PR by @asottile. |
| 43 | + |
| 44 | + |
1 | 45 | 1.17.0 - 2019-06-06 |
2 | 46 | =================== |
3 | 47 |
|
|
0 commit comments