chore: bump version to v0.3.0-beta - #68
Merged
Merged
Conversation
Version bump from v0.2.0 (Alpha) to v0.3.0 (Beta). Updated version references: - scripts/build.sh: CFBundleVersion + CFBundleShortVersionString - Sources/VocaMac/Views/SettingsView.swift: About tab version text - web/layouts/index.html: JSON-LD softwareVersion, hero badges, install section text, Voca Family card - README.md: platform table status - web/static/style.css: badge--alpha → badge--beta (green theme) Alpha → Beta transition reflects the app's stability after continuous daily use and significant bug fixes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.3.0-beta Release Preparation
VocaMac moves from Alpha to Beta! The app has been stable under continuous daily use, with significant bug fixes and new features since v0.2.0.
🚀 What's New
New Features
SMAppServiceAPI. Toggle in Settings → General → Behavior or during the Setup Wizard. (feat: add Launch at Login toggle using SMAppService #63)Bug Fixes
playStartSoundAsync()call has been replaced with fire-and-forget playback. (fix: prevent audio truncation and eliminate recording start delay #61)#PreviewCLI build error — Wrapped SwiftUI preview macros in#if DEBUGto allow building with Xcode Command Line Tools only. Thanks to @slatlasdev! (fix: wrap #Preview in #if DEBUG to fix CLI build without full Xcode #62)Website
📋 Version Bump Details
scripts/build.shSettingsView.swiftweb/layouts/index.htmlREADME.mdweb/static/style.css.badge--alpha→.badge--beta(red → green theme)🙏 Contributors
Thank you to everyone who contributed to this release:
#Previewmacro build error for CLI-only environments (fix: wrap #Preview in #if DEBUG to fix CLI build without full Xcode #62)📦 Release Checklist
After merging this PR:
git tag v0.3.0on maingit push origin v0.3.0v0.3.0