Skip to content

Releases: orhun/kermit

v4.0

10 Jun 19:16
6057cfd
Compare
Choose a tag to compare

🐸

  • Key bindings are now configurable! (see the docs)
  • Support cloning the terminal window. (ctrl+alt+n) - works for zsh, there is a bug for bash (#26)

Thanks to @jzbor for the awesome contributions!

Full Changelog: 3.8...4.0

v3.8

02 Dec 19:23
db42b6e
Compare
Choose a tag to compare
  • Fix -t option not working with zsh as default shell (#22)
  • Remove the accidental debug mode for -t argument
  • Enable GitHub Sponsors for funding
    • Consider supporting my open-source work! 💖

v3.7

05 Feb 15:32
a8054fc
Compare
Choose a tag to compare
  • Add continuous integration workflow
  • Install man page, desktop file and README.md with CMake
  • Update license copyright years (2022! 🎊)
  • Update README.md

v3.5

11 Jun 14:36
b87a75b
Compare
Choose a tag to compare
  • Add -w argument to set the working directory (f76edc0)

v3.4

10 Apr 18:45
ce66a32
Compare
Choose a tag to compare
  • Support loading the default configuration
  • Reset the custom key count before parsing the config

v3.3

16 Mar 13:55
2cad969
Compare
Choose a tag to compare
  • Add man page
  • Update Makefile (for installing man page and README.md)
  • Update license (GPL-3.0-only)
  • Update README.md (formatting, license)

v3.2

08 Dec 14:06
0e13656
Compare
Choose a tag to compare
  • Allow changing the cursor shape (#15)

v3.1

18 Nov 12:15
2b24759
Compare
Choose a tag to compare
  • Allow color values starting with '#' in the configuration file
  • Update the formatting of the code

v3.0

10 Jul 17:03
867571f
Compare
Choose a tag to compare
  • Support 256 colors to fix color issues (#12, #13, #14)
  • Fix the custom key binding bugs
  • Update the project documentation

v2.3

02 Mar 18:29
f66b863
Compare
Choose a tag to compare
  • Update the configuration file about #10
    • Add foreground_bold and cursor related options
  • Add theme customization info to README