Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 10:28

Added

  • Persisted Settings window placement so size and position restore between sessions.
  • Added a minidump stack helper for local crash diagnostics.
  • Added release changelog extraction and dependency-aware App Installer feed generation for release packaging.

Changed

  • Polished the Settings window, notification actions, and device picker layouts, including adaptive device picker width and a flatter connection settings section.
  • Refactored reconnect planning, device diagnostics, startup task handling, toast construction, flyout styling, and shared UI button helpers.
  • Improved tray icon connecting animation timing and cursor behavior over the tray icon.

Fixed

  • Hardened async lifecycle and teardown paths, recoverable exception logging, and crash-report exception handling.
  • Made settings and update persistence more robust, including pending startup task state in Settings.
  • Prevented duplicate/pending device picker actions from racing while connect/disconnect work is in progress.
  • Tightened release asset discovery and local release bundle generation.

Installation: Download the .cer once and install through the .appinstaller file.

Import-Certificate -FilePath ".\AudioPlaybackConnector2.cer" -CertStoreLocation "Cert:\LocalMachine\Root"
Start-Process "ms-appinstaller:?source=https://n0ahtm.github.io/AudioPlaybackConnector2/AudioPlaybackConnector2.appinstaller"

If Windows does not open App Installer from the protocol link, download and open the .appinstaller asset directly. Direct MSIX sideloading remains available, but installing through the .appinstaller file enables Windows App Installer update checks.

Releases are signed with a self-signed certificate. A free open-source code-signing certificate has been requested but approval may take some time.