From 5c5bf69d7b3c25819a2f03ba5b4fa5908c199d42 Mon Sep 17 00:00:00 2001 From: KangRio Date: Mon, 24 Aug 2026 16:00:58 +0700 Subject: [PATCH] bump: Release version 1.0.3 ## Change: - Migrate wake-word detection engine from Snowboy to AndroidWakeWord to reduce false triggers - Recommended to clear app data after updated to this version - Warning: Previously trained Snowboy models (.pmdl) will no longer be usable with the new engine - Support downloading, importing, and loading online/custom wake-word models from app data - Can delete imported model with long press on model - Implement fallback to default model when specified wake-word model is missing - Pause wake-word detection during assistant activation with a 5s debounce - Implement Logcat viewer activity with batched UI updates - Prevent activity recreation on orientation change and set StartActivity launchMode to singleTask - Add built-in Logcat viewer activity with batched UI updates - Add ADB connection status toast notifications on the main thread - Fix DiLink detection logic --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 72478e6..13f2ba3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +- 1.0.3 + • Migrate wake-word detection engine from Snowboy to AndroidWakeWord to reduce false triggers + • Recommended to clear app data after updated to this version + • Warning: Previously trained Snowboy models (.pmdl) will no longer be usable with the new engine + • Support downloading, importing, and loading online/custom wake-word models from app data + • Can delete imported model with long press on model + • Implement fallback to default model when specified wake-word model is missing + • Pause wake-word detection during assistant activation with a 5s debounce + • Implement Logcat viewer activity with batched UI updates + • Prevent activity recreation on orientation change and set StartActivity launchMode to singleTask + • Add built-in Logcat viewer activity with batched UI updates + • Add ADB connection status toast notifications on the main thread + • Fix DiLink detection logic + - v1.0.2 • In-App Updates: Added OTA updates via GitHub Releases. • Offline Wake Word: Added Snowboy hotword detection (hey_rio, alexa, snowboy) with gain and sensitivity controls.