Skip to content

Releases: tomasz-tomczyk/crit

v0.11.0

07 May 14:50

Choose a tag to compare

What's Changed

Big milestone! Crit crossed more than 500 commits and 250 stars. You can now install it directly from homebrew and we released a Windows version!

Thank you to everyone who contributed to get us here! I'd appreciate if you would share it with your colleagues or on Twitter! It helps a lot!


crit is now in homebrew-core — no tap needed. If you installed from the tap, upgrade once with:

brew uninstall crit && brew untap tomasz-tomczyk/scratch && brew update && brew install crit

Future updates will arrive via brew upgrade like any other formula.

Windows + WSL support

feat: add Windows + WSL support replaces Unix-only syscalls with cross-platform abstractions, adds rundll32 browser launch on native Windows, and keeps the existing WSL fallback chain. crit now works end-to-end on Windows natively.

General

Full Changelog: v0.10.5...v0.11.0

v0.10.5

06 May 09:55

Choose a tag to compare

What's Changed

A maintenance release with broad fixes across the GitHub PR roundtrip, the comment-sync push/pull pipeline, and the local review UI — plus accessibility polish on the sidebar resize handles, a distinct "Approved" state on the review-finish modal.

General

Fixes

Documentation

Internal refactors

Full Changelog: v0.10.4...v0.10.5

Spotify popup-relay preview (bb4d9fb)

08 May 07:16

Choose a tag to compare

Pre-release

WIP build of crit with share_flow: "popup" config support for SSO-protected crit-web instances.

Setup instructions: SPOTIFY-PREVIEW.md

Pair with crit-web: docker image ghcr.io/tomasz-tomczyk/crit-web:spotify-preview (release, built from branch share-receiver-elixir).

Built from commit bb4d9fb of branch share-receiver.

Feedback / issues: tomasz-tomczyk/crit-web#50

v0.10.4

02 May 10:43

Choose a tag to compare

What's Changed

Resizable sidebars

The file-tree panel and the comments panel both have drag handles on their inner edge. Widths persist across runs (consolidated into a single crit-settings cookie alongside the other UI prefs).

General

Internal refactors

  • chore(deps-dev): bump eslint from 10.2.1 to 10.3.0 by @dependabot in #416
  • chore(deps-dev): bump stylelint from 17.9.0 to 17.9.1 by @dependabot in #417

Full Changelog: v0.10.3...v0.10.4

v0.10.3

01 May 11:32

Choose a tag to compare

What's Changed

PR-scoped and commit-range review

crit pr 1234 opens the PR diff scoped to the layer you're reviewing, with a stack popover for hopping between branches in the chain. crit --range A..B does the same for any commit range. The popover surfaces the default branch as a non-interactive root marker and lists every reachable tip with full-stack vs layer scope toggles, so reviewing a stacked diff feels like reviewing a single PR.

Review-level comments

General feedback that doesn't belong on a specific line now lives in a dedicated "Review conversation" section. Add, reply, edit, resolve - same threading model as line comments, but for the review as a whole. Drafts you're typing survive sibling state changes (adding a reply elsewhere no longer wipes your in-progress comment).

Fixes

Documentation

  • docs(integrations): mention markdown in replies; print URL on daemon start by @tomasz-tomczyk in #401 (Thanks @hbogaeus for the suggestion!)
  • docs: surface crit pr subcommand and --scope/--remote in printHelp by @tomasz-tomczyk in #412

Internal refactors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

29 Apr 21:09

Choose a tag to compare

What's Changed

Note: You might need to run crit auth login again to link your profile properly for the future.

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

27 Apr 07:23

Choose a tag to compare

What's Changed

Comments panel redesign

The comments panel has been rebuilt with a segmented filter (All / Open / Resolved) and collapsible groups. Pair it with the new "hide resolved comments" setting (h shortcut) to focus on what's still open during a review.

CleanShot 2026-04-27 at 08 36 01@2x
  • feat: redesign comments panel with segmented filter and collapsible groups by @tomasz-tomczyk in #354 - thanks @omervk for suggestions in this area!

General

Internal refactors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

24 Apr 10:14

Choose a tag to compare

What's Changed

Diff context expansion

You can now expand collapsed diff sections directly in the review UI - click gutter icons to reveal context above, below, or between hunks. Small gaps auto-expand, and sections with comments unfold automatically. Thanks @omry for suggestions in this area!

CleanShot 2026-04-24 at 11 10 08

Comment carry-forward

Review comments now follow the code - when lines move out of a diff hunk, comments render inline at their outdated position instead of disappearing.

Sapling SCM support

crit now works with Sapling in addition to Git. This includes automatic VCS detection, branch management, and all existing review workflows. (Thanks @omry for support!)

General

New Contributors

Full Changelog: v0.9.3...v0.10.0

v0.9.3

20 Apr 07:56

Choose a tag to compare

What's Changed

General

Tests & internal

New Contributors

  • @omry made their first contribution in #298

Full Changelog: v0.9.2...v0.9.3