Skip to content

AudioBud v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 14:16
0de4390

AudioBud 0.4.0 is the first code-signed Windows release. The setup executable, MSI, packaged application, and NSIS uninstaller are signed and timestamped through Microsoft Artifact Signing. The release job verified every signature before attaching the installers.

Highlights

  • Signed Windows downloads. Release builds use passwordless GitHub OIDC authentication, a protected signing environment, and Microsoft Artifact Signing. The workflow verifies the outer installers and the application files inside both packages before upload (#129-#133).
  • Local correction learning. AudioBud can recognize an immediate undo-and-retype correction and turn it into a deterministic learned replacement while rejecting edits that do not look like transcription corrections (#125, #134).
  • Refined app and website. Navigation, controls, responsive layouts, accessibility details, and screenshots received a focused polish pass (#127).
  • Verified publisher pages. The public site now includes privacy and terms pages on the verified audiobud.amditis.tech publisher domain (#128).
  • Clock-time fix. Spoken times keep their opening punctuation when a meridiem resolves an otherwise ambiguous phrase (#113).

Install on Windows x64

Most people want AudioBud_0.4.0_x64-setup.exe. The .msi is available for managed deployment.

Both files are signed by Joseph Amditis and include trusted timestamps. SmartScreen can still show a reputation warning for a new signed release; signing verifies the publisher and detects modified files, but it does not guarantee an immediate reputation score.

Automatic update checks remain disabled until AudioBud has its own signed updater feed. Downloads and manual installs work normally.


What's changed

  • #113 — Preserve opening punctuation in spoken clock times
  • #125 and #134 — Capture and harden learned replacements
  • #127 — Polish the app and public website
  • #128 — Publish privacy, terms, and publisher-domain files
  • #129 through #133 — Add and prove the signed Windows release pipeline
  • #135 — Prepare the 0.4.0 release

Full changelog: v0.3.4...v0.4.0