v0.0.6 - Fix doubled transcript output by skipping autotype when the app window has focus

This commit is contained in:
Laan Tungir
2026-03-26 20:52:19 -04:00
parent 652d775c8c
commit 4dbd14f423
+2 -2
View File
@@ -1,9 +1,9 @@
#ifndef VOICE_VERSION_H
#define VOICE_VERSION_H
#define VOICE_LINUX_VERSION "v0.0.5"
#define VOICE_LINUX_VERSION "v0.0.6"
#define VOICE_LINUX_VERSION_MAJOR 0
#define VOICE_LINUX_VERSION_MINOR 0
#define VOICE_LINUX_VERSION_PATCH 5
#define VOICE_LINUX_VERSION_PATCH 6
#endif