Skip to content

KhervePY 0.31.0

Choose a tag to compare

@gkerherve gkerherve released this 16 Jul 14:44
· 13 commits to claude/pycharm-editor-github-6jbp1s since this release

Changed

  • Type directly in the Terminal: the separate "Type a command" box is gone — the console view is now editable in place, like a real terminal, with commands typed on the shell's own prompt line. Scrollback is protected, and Up/Down still recall history.
  • No duplicated commands: the shell's echo of what it read from the pipe no longer doubles the text already on screen.
  • Sharp icons at every size: khervepy.ico now carries a native render at 16/24/32/48/64/128/256px instead of one 256px image for Windows to downscale (23 KB rather than 270 KB).
  • New application icon: a three-tone KPy wordmark (Kherve white + Python blue/yellow), replacing "Py".

Fixed

  • Terminal would not accept typing: clicking the output view took focus and swallowed keystrokes; the view and dock now proxy focus to the command line.
  • Icon rendered as tofu boxes: make_icon.py forced Qt's offscreen platform, which has no font database on Windows, and asked for a comma-separated font list Qt cannot resolve as a family name.

Downloads

  • KhervePY-Setup-0.31.0.exe / KhervePY-Setup.exe — Windows installer (identical; the version-less name is what the website links to)
  • KhervePY-0.31.0-windows.zip — portable zip, no install required