Releases: szczyglis-dev/py-gpt
Releases · szczyglis-dev/py-gpt
2.0.44
2.0.44 (2023-12-21)
- Fixed language switch in plugins settings
2.0.43
2.0.43 (2023-12-21)
-
PyGPT publicated at Snap Store: https://snapcraft.io/pygpt
-
Added link to Snap Store in app menu
-
Audio output library changed to
PyGame
mixer (instead ofPyDub
) -
Added
PyGame
as a dependency and removedPyDub
andsimpleaudio
dependencies -
Added audio input/output stop immediately on plugin disable
2.0.41
2.0.41 (2023-12-20)
- Added "sandbox" feature to the Code Interpreter – it allows the use of any Docker image as an environment for code and commands execution.
- Context auto-summary moved to an async thread.
- Command execution moved to an async thread.
2.0.40
2.0.40 (2023-12-19)
- Totally improved material themes support
- Added QSS-configurable themes to chat output window and code highlighter
- Added ability to overriding styles per any theme in user directory
- Fixed UI layout elements
- Fixed DPI issues in Windows systems
2.0.39
2.0.39 (2023-12-18)
- Fixed dialogs closing with the Esc key
- Added an indicator for "can append to context in this mode"
- Added functionality to fetch filenames from the API when importing files uploaded to Assistants
- Enabled switching to newly created Assistants after creation
- Optimized class structure
2.0.38
2.0.38 (2023-12-18)
- Multi-language support added to plugins
- Implemented feature to override locale and CSS files by overwriting them in the home directory
- Bug fixes
2.0.37
2.0.37 (2023-12-18)
- Fixed prompt typing in real-time on the right toolbox
- Added toolbox font change option
- Simplified custom plugins and wrappers for LLMs application (see Docs for more details)
- Bug fixes
- UI fixes
2.0.36
2.0.36 (2023-12-18)
- Improved plugins handling
- Added Event Dispatcher and event-based system
2.0.35
2.0.35 (2023-12-18)
- Fixed lists focus lost and selection disappearing
- Added clickable links to API keys pages
- Added scroll position store in notepads
- Auto auto-switch to preset after create
- Assistants files and thread moved to external classes
- UI fixes
- Code fixes
2.0.34
2.0.34 (2023-12-17)
- Added option "Lock incompatible modes" to prevent mixing of incompatible contexts.
- Added PyPI link to the About menu.