Update to 1.67
This commit is contained in:
parent
e535bb6aff
commit
072b57f365
@ -469,7 +469,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 165;
|
||||
CURRENT_PROJECT_VERSION = 167;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V6J6A3VWY2;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@ -484,7 +484,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 1.64;
|
||||
MARKETING_VERSION = 1.67;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG ENABLE_NATIVE_SPEECH_ANALYZER $(inherited)";
|
||||
@ -503,7 +503,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 165;
|
||||
CURRENT_PROJECT_VERSION = 167;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V6J6A3VWY2;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@ -518,7 +518,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 1.64;
|
||||
MARKETING_VERSION = 1.67;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "ENABLE_NATIVE_SPEECH_ANALYZER $(inherited)";
|
||||
|
||||
19
appcast.xml
19
appcast.xml
@ -3,20 +3,25 @@
|
||||
<channel>
|
||||
<title>VoiceInk</title>
|
||||
<item>
|
||||
<title>1.64</title>
|
||||
<pubDate>Sat, 06 Dec 2025 08:29:15 +0545</pubDate>
|
||||
<sparkle:version>164</sparkle:version>
|
||||
<sparkle:shortVersionString>1.64</sparkle:shortVersionString>
|
||||
<title>1.67</title>
|
||||
<pubDate>Tue, 07 Jan 2026 12:00:00 +0545</pubDate>
|
||||
<sparkle:version>167</sparkle:version>
|
||||
<sparkle:shortVersionString>1.67</sparkle:shortVersionString>
|
||||
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
|
||||
<description><![CDATA[
|
||||
|
||||
<h3>What's New in Version 1.64</h3>
|
||||
<h3>What's New in Version 1.67</h3>
|
||||
<ul>
|
||||
<li>Fix virtual audio devices not being detected for recording</li>
|
||||
<li>Keyboard shortcuts to toggle specific Power Modes directly</li>
|
||||
<li>Dedicated transcript history window with global keyboard shortcut access</li>
|
||||
<li>GPT-5.2 model support</li>
|
||||
<li>Configurable audio resume delay for Bluetooth headphones</li>
|
||||
<li>Redesigned Power Mode & Enhancement UI</li>
|
||||
<li>Minor bug fixes and improvements</li>
|
||||
</ul>
|
||||
|
||||
]]></description>
|
||||
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v1.64/VoiceInk.dmg" length="24629784" type="application/octet-stream" sparkle:edSignature="wOstprSNj4i41nw48VWU+1uxvr7LVvz4mTyMtKz559Q7SAYNt9f74+yAUFsR4owme4xrDiLO7z+j2QMsxrjnBw=="/>
|
||||
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v1.67/VoiceInk.dmg" length="10785277" type="application/octet-stream" sparkle:edSignature="mAvwccTy7ltp5SBU7ay+rMbLo3tJKhyHhGhD1iHdg54C9UMTpubgyLSMksYPzT9YJciT73jdPIIW0/Vwt4i6DQ=="/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
x
Reference in New Issue
Block a user