Updated to version 1.57
This commit is contained in:
parent
7c755c5db7
commit
7dcf982b60
@ -459,7 +459,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 155;
|
||||
CURRENT_PROJECT_VERSION = 157;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V6J6A3VWY2;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@ -474,7 +474,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 1.55;
|
||||
MARKETING_VERSION = 1.57;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG ENABLE_NATIVE_SPEECH_ANALYZER $(inherited)";
|
||||
@ -493,7 +493,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 155;
|
||||
CURRENT_PROJECT_VERSION = 157;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V6J6A3VWY2;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@ -508,7 +508,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 1.55;
|
||||
MARKETING_VERSION = 1.57;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "ENABLE_NATIVE_SPEECH_ANALYZER $(inherited)";
|
||||
|
||||
@ -139,4 +139,4 @@ extension WhisperState {
|
||||
await context.setPrompt(currentPrompt)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
18
appcast.xml
18
appcast.xml
@ -3,21 +3,23 @@
|
||||
<channel>
|
||||
<title>VoiceInk Releases</title>
|
||||
<item>
|
||||
<title>1.56</title>
|
||||
<title>1.57</title>
|
||||
<pubDate>Thu, 18 Sep 2025 12:00:00 +0545</pubDate>
|
||||
<sparkle:version>156</sparkle:version>
|
||||
<sparkle:shortVersionString>1.56</sparkle:shortVersionString>
|
||||
<sparkle:version>157</sparkle:version>
|
||||
<sparkle:shortVersionString>1.57</sparkle:shortVersionString>
|
||||
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
|
||||
<description><![CDATA[
|
||||
|
||||
<h3>What's New in Version 1.56 🚀</h3>
|
||||
<h3>What's New in Version 1.57</h3>
|
||||
<ul>
|
||||
<li>See AI request in history view by @gdmka</li>
|
||||
<li>Minor Fixes & Improvements</li>
|
||||
<li>Parakeet v3 now runs 50% faster (requires redownloading approximately 630 MB)</li>
|
||||
<li>Hover interactions in Enhancement and Power Mode popovers now behave as expected</li>
|
||||
<li>Clipboard context now integrates correctly thanks to @nulinspiratie</li>
|
||||
<li>General improvements and bug fixes</li>
|
||||
</ul>
|
||||
|
||||
]]></description>
|
||||
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v1.56/VoiceInk.dmg" length="9468176" type="application/octet-stream" sparkle:edSignature="z5pMi2njbgyIaTcAJIYQCXj+UZNlsD2tlkDEwqBruHMVSPHdvcBZygVs9MSMBl2sP8aN0wnVVWsjgNlXbw27Aw=="/>
|
||||
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v1.57/VoiceInk.dmg" length="9541356" type="application/octet-stream" sparkle:edSignature="sE2LNPXAXjV2MPMNfDVGe9/DHOZAnJY90fwYba+aqm/ibrfxhgJP9K1GBL1IHCSFa5bqZkZggAStAbvsQszhDg=="/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
</rss>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user