Kermit Versions Save

A VTE-based, simple and froggy terminal emulator 🐸

3.8

1 year ago
  • 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! 💖

3.7

2 years ago
  • Add continuous integration workflow
  • Install man page, desktop file and README.md with CMake
  • Update license copyright years (2022! 🎊)
  • Update README.md

3.5

2 years ago
  • Add -w argument to set the working directory (f76edc0aebceed35622c06db834a24184295c808)

3.4

3 years ago
  • Support loading the default configuration
  • Reset the custom key count before parsing the config

3.3

3 years ago
  • Add man page
  • Update Makefile (for installing man page and README.md)
  • Update license (GPL-3.0-only)
  • Update README.md (formatting, license)

3.2

3 years ago
  • Allow changing the cursor shape (#15)

3.1

3 years ago
  • Allow color values starting with '#' in the configuration file
  • Update the formatting of the code

3.0

3 years ago
  • Support 256 colors to fix color issues (#12, #13, #14)
  • Fix the custom key binding bugs
  • Update the project documentation

2.3

4 years ago
  • Update the configuration file about #10
    • Add foreground_bold and cursor related options
  • Add theme customization info to README

2.2

4 years ago

Fixes/updates about #10:

  • Fix the color palette overflow bug
  • Update the config format