Skip to content

Releases: jackschedel/KoalaClient

v2.1.1 - API Menu Fixes + New Keybinds

17 Nov 05:40
f250677
Compare
Choose a tag to compare

New Keybinds:

  • Ctrl+Tab (electron only): Next chat
  • Ctrl+Shift+Tab (electron only): Previous chat
  • Cmd+T (Mac electron only): New chat

Fixes:

  • Fixed input fields in API Settings instantly validating, making it annoying to enter decimals.
  • Fixed API endpoint dropdown unable to scroll, preventing using more than 10 endpoints.
  • Fixed API Settings menu unable to scroll horizontally on overflow
  • Fixed API Settings menu not properly scaling on mobile

Misc:

  • Github Workflows updated to non-depreciated version.
  • Switched from yarn to pnpm
  • Removed ctrl+s keybind, since it didn't work properly

v2.1.0e

18 Feb 19:50
ae8839d
Compare
Choose a tag to compare

Fixes:

  • Token-counting used model nickname instead of model name, causing error on null nickname.

v2.1.0d

15 Feb 20:44
264b1bf
Compare
Choose a tag to compare

Fixes:

  • Fixes a multitude of errors if model is null
  • Should restore default Model Definitions if migration fails

v2.1.0c

13 Feb 22:30
0cbb4ad
Compare
Choose a tag to compare

Fixes:

  • Fixed blank screen when going back to a chat using a deleted model.

Misc:

  • Build now has sourcemaps for better bug reports.

v2.1.0b

12 Feb 22:56
cfd6f60
Compare
Choose a tag to compare

Fixes:

  • Fixed default model swapped token/context
  • Chat config click-away no longer saves
  • Fixed being unable to save default chat max_tokens
  • Fixed major context calculation bug

v2.1.0 - Custom endpoints/models

12 Feb 15:51
d5bfb23
Compare
Choose a tag to compare
Pre-release

Features:

  • Multiple API Endpoints, each with a separate key.
  • Custom model definitions (used with any endpoint)
image

Tweaks:

  • Models now always use maximum available context
  • Token cost counting of deleted models

v2.1.0a

12 Feb 19:49
b563ce1
Compare
Choose a tag to compare
v2.1.0a Pre-release
Pre-release

Fixes:

  • Re-added missing max_tokens slider in 'Configure Default Chat'
  • Context calculation bug on input with a message longer than max_tokens

v2.0.8e

30 Jan 20:29
6b72b0a
Compare
Choose a tag to compare

gpt-4-turbo-preview hotfix

v2.0.8c

14 Jan 20:02
3231733
Compare
Choose a tag to compare
  • Fixed conflicting Ctrl+Arrow keybind in Windows
  • MacOS hide to tray behavior

v2.0.8

12 Jan 00:18
faf1a70
Compare
Choose a tag to compare

What's Changed:

  • Whisper record now enabled on the web version (now works on dev versions)
  • Fixed strange hidden chats behavior introduced in 2.0.7 (only if title-auto-generation is enabled)
  • All relevant actions are now disabled when generating
  • Whisper record properly implemented with "Stop Generating" button and error popups

Changes for developers:

  • Refactored away from global state for bottom message reference