update to v1.15
This commit is contained in:
parent
04872e2308
commit
5fcee22b1c
@ -442,7 +442,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 114;
|
||||
CURRENT_PROJECT_VERSION = 115;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V6J6A3VWY2;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@ -457,7 +457,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 1.14;
|
||||
MARKETING_VERSION = 1.15;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
@ -475,7 +475,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 114;
|
||||
CURRENT_PROJECT_VERSION = 115;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V6J6A3VWY2;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@ -490,7 +490,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 1.14;
|
||||
MARKETING_VERSION = 1.15;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
|
||||
@ -118,7 +118,7 @@ struct MetricsContent: View {
|
||||
}
|
||||
|
||||
private var estimatedTypingTime: TimeInterval {
|
||||
let averageTypingSpeed: Double = 40 // words per minute
|
||||
let averageTypingSpeed: Double = 35 // words per minute
|
||||
let totalWords = Double(totalWordsTranscribed)
|
||||
let estimatedTypingTimeInMinutes = totalWords / averageTypingSpeed
|
||||
return estimatedTypingTimeInMinutes * 60
|
||||
|
||||
26
appcast.xml
26
appcast.xml
@ -3,21 +3,23 @@
|
||||
<channel>
|
||||
<title>VoiceInk Releases</title>
|
||||
<item>
|
||||
<title>1.13</title>
|
||||
<pubDate>Thu, 18 Mar 2024 12:00:00 +0545</pubDate>
|
||||
<sparkle:version>113</sparkle:version>
|
||||
<sparkle:shortVersionString>1.13</sparkle:shortVersionString>
|
||||
<title>1.15</title>
|
||||
<pubDate>Sat, 22 Mar 2025 12:00:00 +0545</pubDate>
|
||||
<sparkle:version>115</sparkle:version>
|
||||
<sparkle:shortVersionString>1.15</sparkle:shortVersionString>
|
||||
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
|
||||
<description><![CDATA[
|
||||
<h3>What's New in Version 1.13 🚀⚡</h3>
|
||||
<ol>
|
||||
<li>🎵 Support for uploading recorded audio files to transcribe</li>
|
||||
<li>🔄 Retranscribe audio files from transcript history incase of bad results from AI enhancement</li>
|
||||
<li>📝 Word replacement feature works locally using regex implementation</li>
|
||||
<li>🎯 Enhanced default prompt for better results</li>
|
||||
</ol>
|
||||
<h3>What's New in Version 1.15 🚀⚡</h3>
|
||||
<ul>
|
||||
<li>💻 Added support for Intel devices</li>
|
||||
<li>🛠️ Improved model loading process</li>
|
||||
<li>🔧 Fixed license state change handling</li>
|
||||
<li>🤖 Added support for assistant mode directly in prompts(replacing chat prompt)</li>
|
||||
<li>🖥️ Fixed toolbar visibility issue in transcript history view</li>
|
||||
<li>🔍 Minor bug fixes and improvements</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v1.13/VoiceInk.dmg" length="5878992" type="application/octet-stream" sparkle:edSignature="o2IW5QVk6UZb2nH9Tirz/zKLcCNnBpAAt4rNfdn5Fk2yvu7yJzwbLP3Awz6pCj+OQ0mEE2f/jq2WnSih5+yEBg=="/>
|
||||
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v1.15/VoiceInk.dmg" length="7782420" type="application/octet-stream" sparkle:edSignature="U6XZlPm6jnM6tXZfxvkmmIXavmQuwc61ISuhfE93EPoUCEY9LIUKf6STWErkVo1vYSmsUhWXWZlPzgm4mOXxDA=="/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
x
Reference in New Issue
Block a user