Skip to content

Releases: jackschedel/KoalaClient

v2.0.7

What's Changed:

  • Only one message editable at a time (fixes many bugs)
  • Whisper Record has visual indication that it is generating (and locks out chat completion until API response)
  • Various keybinds:
    • ctrl+e - Toggle side menu (already in previous releases)
    • ctrl+n - New chat (already in previous releases)
    • ctrl+o - Copy latest code block
    • ctrl+g - Focus bottom textarea
    • ctrl+s - Save bottom message + generate
    • ctrl+p - New chat from clipboard (and insta-generate)
    • ctrl+left (or mouse button 3) - Previous chat
    • ctrl+right (or mouse button 4) - Next chat

Changes for developers:

  • ESLint Github Workflow
  • !!! Major code cleanup to fix all ESLint errors + warnings !!!
  • Removed version number hardcoding

Developer Note: This will likely be the last PR from me for a while. School is starting back up, and the tool is nearing completion to how I personally use it.

v2.0.6

03 Jan 22:52
43aa5f9
Compare
Choose a tag to compare

Major Changes:

  • Forward/Back Arrows in Mobile bar
  • Clone Button moved to Mobile Bar
  • Whitespace reduction
  • Folder auto-expand on search
  • Chat search clear button
  • Sticky command palette for system chats

Bug fixes:

  • Application no longer maximizes when switching desktops on MacOS
  • Packages updated to fix security vulnerabilities

Changes for developers: Prettier formatting enforced via Github Workflow triggered on PR

v2.0.5b

29 Nov 23:02
be5ff46
Compare
Choose a tag to compare

GPT4-Turbo quickfix

v2.0.5

Feature addition: Mermaid chart integration
Bug fix: Fixed a few miscolored UI's
Changes for developers: All files have Prettier formatting applied. All future PR's will keep proper formatting.

v2.0.4

Bug fix: fixed title generation not working consistently because of the new token/context system

Changes for developers:

  • Lockfiles are now properly implemented and dependency issues have been fixed, it should be much easier to get building up and running.
  • Major codebase refactor: all files have Deno LSP (Prettier as of 2.0.5) formatting applied. All future PR's will keep proper formatting.

v2.0.3

14 Aug 00:18
045fe4a
Compare
Choose a tag to compare

Major bug fix: Max Tokens now takes priority over Max Context (i.e. the Max Tokens setting value will always be what is sent to the model, while the Max Context setting value may be larger than the final API request model context)

v2.0.2

Bug fix: Fixed a few miscolored UI's

v2.0.1

12 Aug 16:37
f8ab4b2
Compare
Choose a tag to compare

Bug fix: Chats are no longer draggable while renaming

v2.0.0

Fully rebranded to KoalaClient
Massive color scheme and style changes
A bunch of QoL tweaks, bug fixes, and general polish

Automated Release for 6f1cecc

6f1cecce5e4920d6b94453123fc804553d6847ab-5803961360

consistent caps in settings text + higher default context