From 67dd15b6a09128abac54f0339f9b2611aa6c1e8c Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Wed, 5 Nov 2025 18:49:53 -0800 Subject: [PATCH] improvements --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 981dd4b..e2c40f2 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,6 @@ We're actively working on several features and improvements. Contributions and f **Debug Logging:** - Adding debug logging to a file to help diagnose issues -**LLM Post-Processing ([#222](https://github.com/cjpais/Handy/issues/222)):** -- Optional LLM-based post-processing of transcriptions - **macOS Keyboard Improvements:** - Support for Globe key as transcription trigger - A rewrite of global shortcut handling for MacOS, and potentially other OS's too. @@ -120,6 +117,15 @@ We're actively working on several features and improvements. Contributions and f - Collect anonymous usage data to help improve Handy - Privacy-first approach with clear opt-in +**Settings Refactoring:** +- Cleanup and refactor settings system which is becoming bloated and messy +- Implement better abstractions for settings management + +**Tauri Commands Cleanup:** +- Abstract and organize Tauri command patterns +- Investigate tauri-specta for improved type safety and organization + + ## Troubleshooting ### Manual Model Installation (For Proxy Users or Network Restrictions)