You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,44 @@
1
1
# Changelog
2
2
3
+
## 0.3.6
4
+
5
+
Released on 2026-03-16.
6
+
7
+
### Enhancements
8
+
9
+
- Allow selectors for hook ids containing colons ([#1782](https://github.com/j178/prek/pull/1782))
10
+
- Rename `prek install-hooks` to `prek prepare-hooks` and `prek install --install-hooks` to `prek install --prepare-hooks` ([#1766](https://github.com/j178/prek/pull/1766))
11
+
- Retry auth-failed repo clones with terminal prompts enabled ([#1761](https://github.com/j178/prek/pull/1761))
12
+
13
+
### Performance
14
+
15
+
- Optimize `detect_private_key` by chunked reading and using aho-corasick ([#1791](https://github.com/j178/prek/pull/1791))
16
+
- Optimize `fix_byte_order_marker` by shifting file contents in place ([#1790](https://github.com/j178/prek/pull/1790))
17
+
18
+
### Bug fixes
19
+
20
+
- Align stage defaulting behavior with pre-commit ([#1788](https://github.com/j178/prek/pull/1788))
21
+
- Make sure child output is drained in the PTY subprocess ([#1768](https://github.com/j178/prek/pull/1768))
22
+
- fix(golang): use `GOTOOLCHAIN=local` when probing system go ([#1797](https://github.com/j178/prek/pull/1797))
23
+
24
+
### Documentation
25
+
26
+
- Disambiguate “hook” terminology by renaming "Git hooks" to "Git shims" ([#1776](https://github.com/j178/prek/pull/1776))
27
+
- Document compatibility with pre-commit ([#1767](https://github.com/j178/prek/pull/1767))
28
+
- Update configuration.md with TOML 1.1 notes ([#1764](https://github.com/j178/prek/pull/1764))
0 commit comments