Skip to content

Releases: yarcom/rigadigdig-releases

rigadigdig v1.2.1

Choose a tag to compare

@yarcom yarcom released this 13 Jul 17:11

The New Session dialog now shows the folder you picked, so Start session is never a blind click. Source: yarcom/rigadigdig@5562f1c

rigadigdig v1.2.0

Choose a tag to compare

@yarcom yarcom released this 13 Jul 15:47

The app now tells you when an update is ready: a Download notice appears in the sidebar, and Check for Updates lives in the app menu. Source: rigadigdig@f1ddc93.

rigadigdig v1.1.0

Choose a tag to compare

@yarcom yarcom released this 11 Jul 18:30

Adds anonymous usage analytics.

The app now counts a few product moments (launches, new sessions, recordings) so we can see how it's used. Everything is anonymous: no personal data, no terminal content, and nothing is read from your projects.

Source commit: 67dea34

rigadigdig v1.0.9

Choose a tag to compare

@yarcom yarcom released this 02 Jul 00:58

Removes the teal accent line on the left of a session tab while it's working or waiting for review.

The teal line read too close to the selected-tab highlight, so it was ambiguous which session was actually open. Those two states no longer draw a line. The amber "needs you" line and the red "crashed" line stay, since those colors are unmistakable.

Source commit: 148ba60

rigadigdig v1.0.8

Choose a tag to compare

@yarcom yarcom released this 30 Jun 13:50

Fixes the session tab staying on "working" after you interrupt Claude with the Esc key.

Esc fires no Stop hook (an interrupt isn't a finished turn), so the row used to keep spinning until your next prompt. The app now recognizes the interrupt from the transcript and clears the row within about a second and a half, straight to idle on the session you're viewing.

Source commit: 6a0574f

rigadigdig v1.0.7

Choose a tag to compare

@yarcom yarcom released this 25 Jun 18:31

Fixes sessions that could get stuck showing 'working' in the sidebar after they had actually finished. This happened when the 'done' signal from Claude got lost, most often around the Mac waking from sleep. Finished sessions now recover on their own within a few seconds (and immediately on wake), instead of spinning forever.

Source: 2c88e0f

rigadigdig v1.0.6

Choose a tag to compare

@yarcom yarcom released this 24 Jun 13:12

New Session is easier to get out of. When you already have sessions open, choosing New Session now opens a panel you can close with an X (or by clicking outside it, or pressing Esc), instead of a full screen that looked stuck to the selected tab. The recent projects and past recording lists are also capped at five so the screen stays tidy no matter how many you have.

Source: c22244b

rigadigdig v1.0.5

Choose a tag to compare

@yarcom yarcom released this 24 Jun 12:07

Fixes a terminal-sizing bug. After a display change (waking the Mac from sleep, unlocking the screen, or plugging in or unplugging a monitor) the input area could strand partway up the window with a black gap below it. Terminals now re-fit on those events, so claude's input box stays anchored at the bottom.

Source: 5a3c339

rigadigdig v1.0.4

Choose a tag to compare

@yarcom yarcom released this 19 Jun 01:08

Word-wise selection in the terminal. Hold Option and Shift and press the left or right arrow to extend the selection one word at a time, repeatably. It pairs with the existing Command and Shift arrow select (which jumps straight to the line edge). Copy the highlight with Command C as usual.

Source: 3d185d2

rigadigdig v1.0.3

Choose a tag to compare

@yarcom yarcom released this 16 Jun 21:20

A sound now plays when a session needs you or finishes while the app is in the background. Also fixes the tab summary sometimes showing the previous message instead of the latest.