Skip to content

Releases: szczyglis-dev/py-gpt

2.1.42

10 Apr 04:05
Compare
Choose a tag to compare
  • Improved profile switching.
  • Added interpreter internal files to excluded when indexing.

2.1.41

10 Apr 01:21
Compare
Choose a tag to compare
  • Added support for multiple profiles (separated config, settings and workdir), menu: Config -> Profile...
  • Added context groups for context items organizing, menu: File -> New context group...
  • Added ability to change the model on response edit and regenerate.
  • Added real-time updating number of notepads.
  • UI/theme fixes.

2.1.40-post1

08 Apr 05:52
Compare
Choose a tag to compare

Llama-index core downgraded to 0.10.13 due to issue #41

2.1.40

08 Apr 04:26
Compare
Choose a tag to compare
  • Added "Find" option - text search and highlighting of the found phrase in the chat and notepad window, available via CTRL + F or right-click menu / Find... (beta)
  • Added GitHub's Monaspace font family: Argon, Krypton, Neon, Radon, Xenon (reset CSS to defaults or manual replacement in CSS files is required for older versions of application to take effect).
  • Added an "Restore Default CSS" option in the "Config / Edit CSS" menu.
  • Added the ability to use custom .ttf and .otf fonts (just place them in %workdir%/fonts directory).

2.1.39

26 Mar 18:48
Compare
Choose a tag to compare
  • Added "Change working directory..." option in "Config" menu.
  • Improved handling reply from multiple commands at once.
  • Tools have been moved to separate parts of the app.
  • Added the ability to create custom Tools, with an example tool in the "examples" directory.

2.1.38

20 Mar 16:09
Compare
Choose a tag to compare
  • Added new Tools menu, with: Media player, Transcribe audio/video files, Image viewer, Text editor and Code interpreter.
  • Improved tools.

2.1.37

19 Mar 09:14
Compare
Choose a tag to compare
  • Added generation of audio transcriptions from audio/video files.

2.1.36

19 Mar 03:49
Compare
Choose a tag to compare
  • Added split screen view (output/edit) to code interpreter.
  • 2.1.35 (2024-03-19)
  • Added text file editor and image viewer.
  • Improved video player and code interpreter.

2.1.34

18 Mar 10:05
Compare
Choose a tag to compare
  • Added video player.
  • Fixed audio input message append in agent mode.

2.1.33

18 Mar 04:59
Compare
Choose a tag to compare
  • Code interpreter enabled even if interpreter plugin is disabled.
  • Added "Connect to the Python code interpreter window" config option in Code interpreter plugin.
  • Added Monospace font support - issue #37.
  • Improved raw JSON command outputs.