What's Changed
Live mode: authenticated apps
crit live now accepts --cookie / --cookie-file (and matching config keys) to forward upstream session cookies through the proxy — useful for server-rendered apps that require login.
- feat(live): forward upstream cookies for authenticated apps (#649) by @tomasz-tomczyk in #649 - Thank you @kattsushi for suggesting!
General
- feat: show file renames without content changes like GitHub (#640) by @tomasz-tomczyk in #640
- fix: use raw bind address for internal HTTP calls to avoid IPv6 mismatch by @tomasaschan in #634 - Thank you!
- fix: sort files with GitHub byte order instead of localeCompare (#637) by @tomasz-tomczyk in #637 - Thank you @ekisu for suggesting!
- fix: preserve j/k focus across hover and comment form re-renders (#638) by @tomasz-tomczyk in #638 - Thank you @markjaquith for reporting!
- fix: align split diff rows positionally to preserve line number order (#647) by @tomasz-tomczyk in #647 - Thank you @pstibrany for reporting!
- fix: inject crit-agent into all preview HTML pages (#641) by @tomasz-tomczyk in #641
- fix(windows): retry transient ENOENT during concurrent review reads (#650) by @tomasz-tomczyk in #650
Internal refactors
- refactor: move Go sources to cmd/crit and slim repo root (#639) by @tomasz-tomczyk in #639
- fix(test): stabilize TestBindProxyServer_PortIsAPIPlusOne (#643) by @tomasz-tomczyk in #643
New Contributors
- @tomasaschan made their first contribution in #634
Full Changelog: v0.16.1...v0.16.2