Skip to content

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 01:03
· 101 commits to main since this release
f569fe6

VoicePi v1.3.2

Highlights

This patch release fixes the packaged-app startup crash that still affected v1.3.1 downloads. VoicePi now resolves its bundled prompt-library resources from the exported app bundle instead of depending on SwiftPM build-machine paths.

Added

  • Regression tests that cover both packaged app bundles and development-style executable-adjacent resource bundles.

Changed

  • Prompt-library resource lookup now prefers the packaged app's embedded resource bundle and keeps a development fallback for local SwiftPM test/build layouts.

Fixed

  • GitHub Release downloads and other packaged app exports no longer quit on launch when VoicePi loads bundled prompt presets.
  • Prompt workspace features that depend on bundled starter presets now initialize correctly outside the original build machine.

Breaking Changes

  • None