From 5fcee22b1c4a343218b4c1ee463945a861e5a13d Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 22 Mar 2025 15:52:06 +0545 Subject: [PATCH] update to v1.15 --- VoiceInk.xcodeproj/project.pbxproj | 8 +++---- VoiceInk/Views/Metrics/MetricsContent.swift | 2 +- appcast.xml | 26 +++++++++++---------- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/VoiceInk.xcodeproj/project.pbxproj b/VoiceInk.xcodeproj/project.pbxproj index 6cde3ff..98aa1dc 100644 --- a/VoiceInk.xcodeproj/project.pbxproj +++ b/VoiceInk.xcodeproj/project.pbxproj @@ -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; diff --git a/VoiceInk/Views/Metrics/MetricsContent.swift b/VoiceInk/Views/Metrics/MetricsContent.swift index a9632bb..518b57c 100644 --- a/VoiceInk/Views/Metrics/MetricsContent.swift +++ b/VoiceInk/Views/Metrics/MetricsContent.swift @@ -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 diff --git a/appcast.xml b/appcast.xml index 5409662..61cd1c8 100644 --- a/appcast.xml +++ b/appcast.xml @@ -3,21 +3,23 @@ VoiceInk Releases - 1.13 - Thu, 18 Mar 2024 12:00:00 +0545 - 113 - 1.13 + 1.15 + Sat, 22 Mar 2025 12:00:00 +0545 + 115 + 1.15 14.0 What's New in Version 1.13 🚀⚡ -
    -
  1. 🎵 Support for uploading recorded audio files to transcribe
  2. -
  3. 🔄 Retranscribe audio files from transcript history incase of bad results from AI enhancement
  4. -
  5. 📝 Word replacement feature works locally using regex implementation
  6. -
  7. 🎯 Enhanced default prompt for better results
  8. -
+

What's New in Version 1.15 🚀⚡

+
    +
  • 💻 Added support for Intel devices
  • +
  • 🛠️ Improved model loading process
  • +
  • 🔧 Fixed license state change handling
  • +
  • 🤖 Added support for assistant mode directly in prompts(replacing chat prompt)
  • +
  • 🖥️ Fixed toolbar visibility issue in transcript history view
  • +
  • 🔍 Minor bug fixes and improvements
  • +
]]>
- +
\ No newline at end of file