Skip to content

Releases: szczyglis-dev/py-gpt

2.0.44

21 Dec 06:38
Compare
Choose a tag to compare

2.0.44 (2023-12-21)

  • Fixed language switch in plugins settings

2.0.43

21 Dec 01:26
Compare
Choose a tag to compare

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 of PyDub)

  • Added PyGame as a dependency and removed PyDub and simpleaudio dependencies

  • Added audio input/output stop immediately on plugin disable

2.0.41

19 Dec 23:58
Compare
Choose a tag to compare

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

19 Dec 17:19
Compare
Choose a tag to compare

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

19 Dec 03:51
Compare
Choose a tag to compare

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

18 Dec 23:47
Compare
Choose a tag to compare

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

18 Dec 18:27
Compare
Choose a tag to compare

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

18 Dec 05:20
Compare
Choose a tag to compare

2.0.36 (2023-12-18)

  • Improved plugins handling
  • Added Event Dispatcher and event-based system

2.0.35

18 Dec 02:06
Compare
Choose a tag to compare

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

17 Dec 04:47
Compare
Choose a tag to compare

2.0.34 (2023-12-17)

  • Added option "Lock incompatible modes" to prevent mixing of incompatible contexts.
  • Added PyPI link to the About menu.