- Added "Copy to Notepad/Input" to the context menu for selected text. - Added an option to read selected text using speech synthesis in the Notepad window. - Added a configurable number of notepads. - Refactored UI classes. - Added a thread-safe plugin debugger/logger. - Fixed UI issues.
2.0.46
- Improved tokens calculation (added extra tokens from plugins to real-time calculation) - Added new context menu option to selected text in output/input: "Read with speech synthesis"
- PyGPT publicated at Snap Store: https://snapcraft.io/pygpt - Added link to Snap Store in app menu
2.0.42
- Audio output library changed to `PyGame` mixer (instead of `PyDub`) - Added `PyGame` as a dependency and removed `PyDub` and `simpleaudio` dependencies - Added audio input/output stop immediately on plugin disable