Releases: TheRedstoneDEV-DE/JaviVoiceAssistant
Releases · TheRedstoneDEV-DE/JaviVoiceAssistant
Version 1.4: It is alive!
The VoiceAssistant now features an LLM module
Features added:
- ability to connect an LLM from GPT4All or even ChatGPT (consult the menual)
Features removed:
- none
Fixes:
- added some missing documentation about Mimic 3
added Mimic 3 as optional TTS system v1.3
Mimic 3 added
Features added:
- support for Mimic 3
Features removed:
- none
Fixes:
- most of the restarts due to reconfigurations are now done automatically (without manually reopening the VoiceAssistant), for example, in the case of adding programs to the list
- AudioPlayer now automatically sets the delay (based on the audio metadata), which means no more clicking in the middle of sound playback ever again
- some minor fixes
Now with encryption! v1.2
Client-Server working correctly
Features added:
- Client and Server functionality
- Encryption via SSL between Client and Server
- Overlay features (currently playing track now displayed when MPRIS is on)
Features removed:
- none
Fixes:
- modules should now be deactivate-able without causing errors
Some little bug fixes 1.1
Little fixes
Features added:
- Firsttime setup UI (can be reopened with command "reconfigure")
Features removed:
- WebAPI (only local, not exposed to the internet) (unused and potentially security risk)
- MeasureThread (moved to Overlay)
Fixes:
- can now be built
- refactored some classes
- made it esier to reconfigure and install
First Stable Release 1.0
First Stable Release
Features added:
- extensibility with plugins
Features removed:
- automatic backlight control (I don't think anyone would have used it and it caused many performance issues)
Fixes:
- more reliable sound player (no more cutting off at the middle of the sentence)
- gone away from native libs for mpris and instead used a premade dbus library from hypfvieh
- made command system more modular
- refactored nearly all of the code
All in all now a first release-ready version of this software!