Skip to content

Releases: locxter/chtgpttlbx

v1.2

23 Jun 16:40
Compare
Choose a tag to compare

This is minor update focussing on adding support for different models. Therefore, I'm to lazy to bother with Windows or macOS builds, since only Linux is king.

Changelog:

  • Added the ability to choose between different models based on their capabilities and pricing.
  • Removed duplicate spacers.
  • Fixed uneven element width in SettingsDialog.

v1.1

09 Jun 09:47
Compare
Choose a tag to compare

I did not only implement two new tools (text and video analyzer), but also put some effort into improving the overall usability. So enjoy v1.1!

Changelog:

  • Added a message when the user hits the Send button before starting a chat.
  • Added a version label to SettingsDialog.
  • Added multiline prompt support to StandardChat.
  • Added a settings backup/restore feature.
  • Moved the video transcript client into it's own file for more modularity.
  • Added text and video analyzer tools.

v1.0

06 Jun 12:24
Compare
Choose a tag to compare

With some last bug squished, I think it's time for a 1.0 release - so here we go.

Changelog:

  • Fixed the missing scrollbar bug introduced by my ChatView fix.
  • Fixed some ToolView resizing issues.
  • Improved the Windows jpackage instructions.

v1.0-rc

05 Jun 14:59
Compare
Choose a tag to compare
v1.0-rc Pre-release
Pre-release

Some more bug fixes on our way to a stable version 1.0 release.

Changelog:

  • Fixed some potential out of range issue with the ToolView.
  • Fixed an out of bound error that occured on video transcripts and texts shorter than the set context limit.
  • Fixed an issue where the ChatView would only grow in size, but not shrink.

v1.0-beta

03 Jun 12:32
Compare
Choose a tag to compare
v1.0-beta Pre-release
Pre-release

After a bit of feedback, here we are with our first beta release. It is feature equivalent to alpha one, but fixes some issues.

Changelog:

  • Fixed an issue, where the HeightLimitedTextArea's height wouldn't adapt to a custom DPI, which led to the number of visible lines being different from what is requested.
  • Ensured that the settings are stored in the user's home directory regardless of the operating system and whether or not you use the prebuilt installer. This also fixes the "Run as admin" workaround for Windows.

v1.0-alpha

02 Jun 17:24
Compare
Choose a tag to compare
v1.0-alpha Pre-release
Pre-release

This is the first alpha release of chtgpttlbx installers. They work fine on my development systems, but your mileage may vary...

PS: On Windows you need to execute the program as admin to change settings.