Releases: mikeallisonJS/cadent
Releases · mikeallisonJS/cadent
Release list
v0.5.0
Features
- Cadent's tray icon is now the same mark on Windows and macOS — previously each
platform drew a different one. The three states are told apart by shape rather
than colour everywhere: flow lines when dictation is ready, two bars when it is
paused, an exclamation when something needs you. On Windows the icon follows
your taskbar's light or dark setting, and switches with it while the app is
running, so it stays visible whichever you use. (#7) - Cadent has a proper app icon: the mark knocked out of a rounded purple tile,
on the installer, the Start menu, the taskbar, the Alt-Tab entry, the macOS app
bundle and the disk image the Mac version arrives in. Previously those all
carried the bare tray glyph, which looked unfinished at the sizes Finder and
the Start menu use. The tray icon itself is unchanged. (#10)
All changes
What's Changed
- One tray mark on both platforms: shape carries the state by @mikeallisonJS in #7
- Re-lock after the release PR bumps the version by @mikeallisonJS in #9
- Give the app icon a tile of its own by @mikeallisonJS in #10
- Release v0.5.0 by @github-actions[bot] in #8
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Features
- Setup no longer strands you without a connection: the speech model step can
be skipped, and Cadent waits in the tray with dictation off until you download
one. Settings ▸ Speech & cleanup now shows the download too — how far it has
got, a button to stop it, and a way to start it again after a skip, a
cancellation, or a failure. Stopping a download now takes effect however early
you ask, and picking a different model while one is running switches to it
instead of waiting the old one out. (#173)
Fixes
- Parakeet works again in the installed Windows app. Choosing it used to fail
immediately — the installer left out a file the speech engine reads about
itself on startup — so dictation fell back to Whisper. (#172)
All changes
What's Changed
- Fix Parakeet in the installed app; let setup skip the model download by @mikeallisonJS in #5
- Release v0.4.0 by @github-actions[bot] in #6
New Contributors
- @github-actions[bot] made their first contribution in #6
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Features
- Cadent now ships a macOS installer: a drag-to-Applications disk image for Apple silicon, built and attached to every release alongside the Windows installer. The app has no Apple developer certificate yet, so the first launch is a right-click ▸ Open, and macOS asks for Accessibility again after an update. (#171)
Fixes
- Cadent no longer describes itself as a Windows-only app now that macOS is
supported: the README and package metadata name both platforms, and the
Appearance row in Settings names the setting your own OS has — a Mac is told
Cadent follows its Appearance setting, not a "Windows app colour mode". (#1) - Opening the setup wizard could hang the app: it probed your hardware on a
background thread while it was still building the page, and the two could
deadlock. It now builds the page first. Settings also stops watching your
vocabulary and snippets files once the window showing them is gone. (#119)
All changes
What's Changed
- Stop calling Cadent a Windows-only app by @mikeallisonJS in #1
- Add the handle-pr-review skill by @mikeallisonJS in #2
- Ship a macOS installer: an .app bundle in a drag-to-Applications disk image by @mikeallisonJS in #3
- Release v0.3.0 by @mikeallisonJS in #4
New Contributors
- @mikeallisonJS made their first contribution in #1
Full Changelog: https://github.com/mikeallisonJS/cadent/commits/v0.3.0