- Fixed font-size restore when switching between plain text and markdown renderer - Added RMB context menu option "Clear files" to input Attachments tab.
2.0.119
- Fixed list selection loose after async command execution - Added "Start minimized" option in settings - Updated docs
2.0.118
- Added "Show tray icon" option in "Settings" - Added launcher arguments - Updated docs - Small fixes
2.0.117
- Added a new feature to the `Command: Files I/O` plugin - `Get and upload file as attachment`. It lets automatically read files from `data` folder and send them as attachments - just ask to send a file as an attachment and the model will send it to itself (like sending an image for analysis). Option is disabled by default in the plugin`s settings. - Added a new plugin: `Command: Serial port / USB`. This plugin lets you read and send any commands to USB ports (so you can control robots now ;) ). - Made it possible to use URLs for images when not using the vision feature. - Fixed saving and reloading prompts in Assistant mode. - Removed display of empty external images from the output.
2.0.116
- Fixed font color in light themes - Fixed layout display on Windows systems - Theme, Language and Debug menus moved to Config menu - feature [10](https://github.com/szczyglis-dev/py-gpt/issues/10) - Added Developer section in Settings - Fixed list options editing - Refactored code and updated tests
2.0.115
- Added token recalculation after the attachments list is changed and upon copy/pasting into the input field. - Added descriptions to the settings. - Improved the "Copy selected text to..." option.