Skip to content

Releases: szczyglis-dev/py-gpt

2.4.57

19 Jan 03:52
Compare
Choose a tag to compare
  • Logging fix.

2.4.56

19 Jan 03:10
Compare
Choose a tag to compare
  • Improved tab switching and focus change.
  • Improved global keyboard shortcuts handling.

2.4.55

18 Jan 16:23
Compare
Choose a tag to compare
  • Added a new option in settings: Audio -> Recording timeout.
  • Added a new option in settings: Audio -> Enable timeout in continuous mode.

2.4.54

18 Jan 08:01
Compare
Choose a tag to compare
  • Audio output switched from PyGame to PyAudio. It may be necessary to manually connect Alsa in Snap version with: "sudo snap connect pygpt:alsa".
  • Added audio output volume progress bar.

2.4.53

17 Jan 13:58
Compare
Choose a tag to compare
  • Fix: issue #89

2.4.52

17 Jan 13:17
Compare
Choose a tag to compare
  • Improved audio input button visibility toggle.
  • Fix: check for required arguments - issue #88.
  • UI Fixes.

2.4.51

17 Jan 02:48
Compare
Choose a tag to compare
  • Added a "Continuous recording" mode under Audio Input in the Notepad tab, allowing for recording long voice notes and real-time auto-transcription. (beta)
  • A new option has been added in Settings -> Audio -> Continuous recording auto-transcribe interval.

2.4.50

16 Jan 17:13
Compare
Choose a tag to compare
  • Refactored audio input core.
  • Added audio input volume progress bar.

2.4.49

16 Jan 04:26
Compare
Choose a tag to compare
  • Fix: stream render in Assistants mode.
  • Fix: items remove in context regen/edit.

2.4.48

16 Jan 03:10
Compare
Choose a tag to compare
  • Fix: parsing lists in data loaders configuration.
  • Fix: crash on Windows on PySide6 v6.6.0.
  • Added Gemini embeddings to LlamaIndex settings.
  • LlamaIndex upgraded to 0.12.11.
  • Security updates.