Changelog
Every release, automatically pulled from GitHub Releases. This page updates itself.
· v0.1.20
The capture overlay can no longer get stuck on screen
Sometimes, after taking a screenshot or pressing Esc, the dimmed
screen and the instruction line stayed up. Nothing you clicked or pressed
reached them, and only restarting the app made them go away.
The overlay clears itself the moment you release, while the app is still
turning off its mouse capture. Any input already on its way in that instant
(the last bit of mouse movement behind the release, the second click of a
double-click, a key still going down) was read as fresh aiming and painted the
dim back, with the overlay by then unfocused and letting the mouse through, so
nothing could take it down again. The overlay now knows when it has been
dismissed and ignores everything until the next hotkey press.
If the overlay's renderer ever crashes it is now reloaded, instead of leaving
its last frame on screen for the rest of the session.
Updates now reach laptops that are never restarted
A laptop that only ever sleeps could go months without an update. The check
that runs every four hours could get stuck behind a download or feed request
that died when the machine went to sleep, and nothing ever cleared it, so every
later check was quietly skipped until the app was restarted. Now:
· v0.1.19
You can capture a whole window by clicking it, and now the overlay says so
Clicking a window to capture exactly that window has been there since 0.1.17,
but nothing ever told you, and it quietly did not work on the first capture
after launch. Both fixed:
text.
one after it.
instantly and take the Space, Alt and ESC hints with it. It has also moved off
the centre of the screen, out of the way of what you are aiming at.
· v0.1.18
Instant capture is the default again
0.1.17 made every capture stop for a confirm step. The adjustable selection is
worth having; making every capture pay for it was a mistake, and it broke the
thing this app is for: press the hotkey, drag, it's on your clipboard.
Enter or double-click to confirm.
instantly.
Ctrl still held from the hotkey costs at most one drag's snapping.
· v0.1.17
Redaction can no longer be undone by stacking marks
A pixelate block drawn over a solid one re-sampled the original image rather
than what was already painted, which put the hidden content back on screen in
pixelated but often still readable form. Pixelation now samples what is
underneath it, so redactions stack the way you would expect. If you have
shared a screenshot whose sensitive area was pixelated over a black block, it
is worth checking.
Three more things that failed quietly
the whole take and a toast fires once, while the recording can still be redone.
the window without writing anything. It now lands as a new capture.
one that never starts.
The capture overlay
confirm with Enter, a double-click, or the Capture button.
Esc drops the selection before it cancels the overlay. Switch it
back to capturing on release in Settings.
ignore them).
Recent captures
Every capture is kept in a small ring, so a preview card that timed out is no
longer gone. The tray has a Recent captures menu that puts any of the last
twelve back on screen as an ordinary card. It can be switched off in Settings,
which also forgets what is already stored.
Studio: marks are editable after you place them
Pick the pointer (V) and click a mark to select it. Drag it to move,
drag a handle to resize or scale it, recolour it from the row below, and delete
it with Del. Double-click a text label to fix a typo. Fixing one mark
no longer means undoing everything drawn after it.
Studio: zoom and pan
The preview was locked to fit-to-window, which on a 4K capture put two or three
source pixels behind every screen pixel. Ctrl + wheel zooms about the
cursor, the wheel pans, middle-drag pans, and Ctrl 0 fits again.
Clips render faster than real time
MP4 and WebM exports went through a recorder that ran at playback speed: a
three-minute clip took three minutes. They now drive the encoder directly and
finish several times faster, with the same trim, zoom keyframes, cursor and
annotations. The old path is still there as a fallback.
Crop is adjustable now
Cropping used to be a one-shot marquee: whatever rectangle you dragged was
applied the moment you let go, so getting the framing right meant undoing and
trying again.
Picking the crop tool (R) now puts a rect over the whole image straight away,
and nothing is cut until you say so:
leaves the tool.
After a crop the rect re-arms over what's left, so trimming twice is just two
drags. Same tool in both Markup and Compose, on stills and clips.
· v0.1.16
Studio: one editor for screenshots and recordings
The separate annotation editor and video studio are gone. There is now a single
Studio window that handles stills and clips, in two modes:
Every annotation tool works in both modes, and on clips as well as stills.
Switching between modes keeps your framing, so a round trip no longer throws
away the background and padding you set up.
Annotation
Recordings
Fixes
fit, so a long clip renders as a smaller animation instead of an error.
broken file.
Update card
· v0.1.9
executeJavaScript with IPC messaging (ipcRenderer.send) for security and reliabilityconfigPath init to module scope· v0.1.8
S key)· v0.1.7
· v0.1.3
· v0.1.1