Releases: jackschedel/KoalaClient
Releases · jackschedel/KoalaClient
v2.1.1 - API Menu Fixes + New Keybinds
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
Fixes:
- Token-counting used model nickname instead of model name, causing error on null nickname.
v2.1.0d
Fixes:
- Fixes a multitude of errors if
model
is null - Should restore default Model Definitions if migration fails
v2.1.0c
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
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
v2.1.0a
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
gpt-4-turbo-preview hotfix
v2.0.8c
- Fixed conflicting Ctrl+Arrow keybind in Windows
- MacOS hide to tray behavior
v2.0.8
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