From aa241f55c8539c12fbd442e91518d1c33edd89d3 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Sat, 27 Jun 2026 09:20:33 +0200 Subject: [PATCH] Bump version to 1.3.0 Minor release: warm whisper-server backend (no per-dictation model reload), live mic-level HUD with silence warning, and a custom recognised->replacement dictionary that also biases the whisper prompt. Co-Authored-By: Claude Opus 4.8 --- macos/Makefile | 2 +- macos/WhisperDictate.app/Contents/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macos/Makefile b/macos/Makefile index 7509b8e..4223f08 100644 --- a/macos/Makefile +++ b/macos/Makefile @@ -2,7 +2,7 @@ APP_NAME = WhisperDictate APP_BUNDLE = $(APP_NAME).app -VERSION = 1.2.1 +VERSION = 1.3.0 # Directories SRC_DIR = src diff --git a/macos/WhisperDictate.app/Contents/Info.plist b/macos/WhisperDictate.app/Contents/Info.plist index c365f5b..5bb1487 100644 --- a/macos/WhisperDictate.app/Contents/Info.plist +++ b/macos/WhisperDictate.app/Contents/Info.plist @@ -19,9 +19,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.1 + 1.3.0 CFBundleVersion - 2 + 3 LSMinimumSystemVersion 13.0 LSUIElement