788e678ed6
Attempted fix for some progress bars that were being skipped by progress bar detection.
Storm Dragon
2026-05-24 14:13:29 -04:00
ea89e90c2f
Merge branch 'testing' Hopefully final release candidate for the new version.
Storm Dragon
2026-05-23 18:59:14 -04:00
ce43d64e77
Removed auto as a hardware synth device option. It was too flakey.
Storm Dragon
2026-05-23 18:58:55 -04:00
618987546a
Adjust timeout for auto detection. I forgot these devices would be slow because most of them are very old with much less speed than would be expected today.
Storm Dragon
2026-05-23 18:41:42 -04:00
604221a29d
Attempt to make auto at least somewhat more reliable. Recommend that device be explicitly set if possible.
Storm Dragon
2026-05-23 18:23:58 -04:00
89b85c6f17
Hardware synth code now verified working. New release candidate.
Storm Dragon
2026-05-23 18:05:55 -04:00
f84167a7fb
Of course, soon as I feel things are stable enough to merge to master bugs come crawling out of the woodwork. Fix for being sure Fenrir switches out of its modal mode completely when leaving speech history.
Storm Dragon
2026-05-21 01:07:01 -04:00
29a6c3eb42
A few teaks. Maybe close to actual release.
Storm Dragon
2026-05-21 00:50:20 -04:00
ac7348895f
Speech history added, bound to fenrir+control+h.
Storm Dragon
2026-05-20 21:02:56 -04:00
4caef89f6b
More work on sockets attempt to get socket command to standard daemon.sock to a running instance. Also, fixed a long standing misspelling in daemon, was deamon, so if your scripts that self-voice or whatever with fenrir no longer work, this is why, please update scripts to the new, correct, daemon.sock.
Storm Dragon
2026-05-20 20:11:21 -04:00
8467bd74c3
New hardware synth support added. Untested, so consider this experimental.
Storm Dragon
2026-05-20 18:02:51 -04:00
f09437ea60
Speculative fix for a sometimes speech crash bug.
Storm Dragon
2026-05-19 01:54:09 -04:00
19194e73fc
Fenrir was not cleaning up after itself properly. Fixed several possible stale file bugs and hopefully this problem is now gone.
Storm Dragon
2026-05-18 17:59:47 -04:00
096919a2da
Hopefully fixed bug where keys like super weren't being forwarded with bypass mode.
Storm Dragon
2026-05-14 21:45:30 -04:00
b599a25945
Add more local sourced directories for scripts and sounds meaning each user can have own scripts and sound themes when using -x. Hopefully fixed the remainder of the random freeze bug.
Storm Dragon
2026-05-12 17:23:50 -04:00
4022fc4006
Work on tightening up keyboard handling.
Storm Dragon
2026-05-12 16:06:31 -04:00
ab7818fd4c
Attempt to prevent thread lock that is causing freeze.
Storm Dragon
2026-05-12 12:42:57 -04:00
878eef5c5b
Tests updated. Attempt to fix remaining problems with forward keypress and numlock reporting.
Storm Dragon
2026-05-12 02:32:26 -04:00
38ef1c2d72
Attempt to fix forward keypress and numpad state.
Storm Dragon
2026-05-12 02:26:02 -04:00
57980225ad
Implemented local settings save in ~/.local/share/stormux. Also, I think I got interrupt on any keypress working better when using -x.
Storm Dragon
2026-05-12 02:06:07 -04:00
b8eb815a86
Merged latest from testing.
Storm Dragon
2026-01-08 16:16:20 -05:00
beca468338
Finally! Fixed bug that was causing interruption when prompt comes back.
Storm Dragon
2026-01-08 12:37:55 -05:00
a26fe26c8c
Log level now set to 0 by default so there's no longer a ton of log files created that aren't normally needed.
Storm Dragon
2026-01-05 08:32:07 -05:00
508fd11610
Redesigned the flood protection for incoming text, should hopefully be much better.
Storm Dragon
2026-01-04 00:33:06 -05:00
afe0e71a1d
A tiny bug fix in prompt checker.
Storm Dragon
2026-01-04 00:05:52 -05:00
d7f86ca0de
Setting added to choose caps notification type, beep, pitch, both or none.
Storm Dragon
2025-12-30 04:09:25 -05:00
49a79d2722
Removed promoted text option. It wasn't all that useful, and the new speech restore performs the same thing more affectively.
Storm Dragon
2025-12-28 19:07:54 -05:00
4ab024d115
Mostly progress bar fixes.
Storm Dragon
2025-12-22 12:51:15 -05:00
c4ae27a01b
More progress bar tweaks.
Storm Dragon
2025-12-20 06:59:19 -05:00
668d39b444
Merged for wider testing.
Storm Dragon
2025-12-19 12:56:33 -05:00
8b25afbf5a
More progress bar updates.
Storm Dragon
2025-12-19 12:55:17 -05:00
efeb040f75
Spelling error and case fixes. Everything seems to work so far.
Storm Dragon
2025-12-19 03:46:18 -05:00
7a17b36d50
More update work on readme and settings.
Storm Dragon
2025-12-19 03:07:46 -05:00
096aef9f08
Progress bar detection updates.
Storm Dragon
2025-12-14 19:05:18 -05:00
76472b83b5
Fixed a comment in settings file.
Storm Dragon
2025-12-10 20:20:56 -05:00
a52bf624ec
Merged changes from testing. WARNING: breaking changes, you will need to update or regenerate your settings file. Use the example provided in config/settings/settings.conf or on arch use the .pacnew as a guide.
Storm Dragon
2025-12-10 20:12:07 -05:00
f4e28a246f
Second pass on updating settings, missed a few the first go round.
Storm Dragon
2025-12-10 20:08:01 -05:00
560ceb26c9
Major: Convert all settings from camelCase to snake_case for PEP8 compliance (WARNING! BREAKING CHANGES)
Storm Dragon
2025-12-10 19:39:45 -05:00
61868c94e5
Experimental fix to hopefully let users who rebind their capslock key keep those settings while using Fenrir.
Storm Dragon
2025-12-10 08:22:17 -05:00
f0bbcb8a38
Updated settings file to document that capslock as fenrir key and echo mode 2 are incompatible.
Storm Dragon
2025-12-03 16:25:22 -05:00
aed627ec2a
Discovered through much pain that echo mode 2 and capslock as fenrir key are incompatible. Documented in settings file.
Storm Dragon
2025-12-03 16:18:02 -05:00
e62b887e9c
Some socket improvements for remote manager I thought should make it into this release.
Storm Dragon
2025-12-03 12:20:14 -05:00
bf0d134187
Tests added, see the documentation in the tests directory for details. Improved the socket code.
Storm Dragon
2025-12-03 02:51:49 -05:00