- Add cheatsheet for Alacritty.
- Changed
cli
cheatsheet to hidden by default. - Renamed browser- and vscode-extension cheatsheets.
- Fix support for older version of
libadwaita
. - Add cheatsheet for GH copilot.
- Breaking changes:
- Renamed the attribute
regex_process
intoml
-files toregex_wmclass
. - Renamed the attribute
source
intoml
-files tourl
. - Removed cli-args which are now covered by settings menu.
- Renamed the attribute
- Fix duplicate IDs in included sections.
- Add settings menu to ui.
- Add Support KDE + Wayland.
- Focus search field on start.
- Cheatsheets:
- Moved some CLI commands into separate cheatsheet and include it in terminal apps.
- Added sheet for Keyhint itself.
- Fix background color in GTK 4.6.
- Fix missing method in GTK 4.6.
- Fix
No module named 'toml'
.
- Breaking changes in config files:
- Switch from yaml to toml format for shortcuts (you can use
yq
to convert yaml to toml) - The key
hints
is renamed tosection
- Switch from yaml to toml format for shortcuts (you can use
- Dropping binary builds! Please install via
pipx install keyhint
instead. - Add filter for shortcuts or section.
- Add possibility to hide whole cheatsheets via
hidden = true
in config files. - Add fullscreen mode as default (toggle via
F11
)
- Update app to Gtk4
- Adjust hint files
- Switch to Nuitka for building binary release
- Add accent color for section titles
- Add hints for kitty
- Add hints for pop-shell
- Update dependencies
- Slightly improve shortcuts for vscode
- Complete rewrite
- Drop support for Windows (for now)
- Use GTK+ framework
- Switch to TKinter
- Speed improvements
- Initial version