Releases: rtuszik/KoalaKeys
v0.5.0
0.4.1
v0.4.0
What's new?
This release introduces the optional RenderKeys
AllowText
options to the YAML cheats sheets.
- RenderKeys (
true
/false
): Disables rendering of the keyboard visual - default:true
- AllowText (
true
/false
): Allows the shortcut key field to contain arbitrary text - default:false
These options allow the user to create cheat sheets that contain text instead of shortcuts, as well as create more compact cheat sheets. You can find an example of a non-shortcut cheat sheet on the demo instance: Python Built-in Functions and Methods
The AllowText
option can only be set to true
if RenderKeys
is set to false
.
Backwards compatibility is maintained, as these flags are optional.
All changes:
- add
RenderKeys
andAllowText
options - add DVORAK
- update example cheat sheet
- small cheat sheet layout improvements
- small bugfixes
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
#14
UI Changes:
-
Add special styling for modifier keys (⌘, ⌥, ⌃, ⇧)
-
Improve modifier symbol visibility with larger font size
-
Handle escaped plus signs in shortcuts correctly
-
Move templates to dedicated /templates directory
-
Relocate keyboard configs to /layouts directory
-
Extract logging logic to separate logger.py module
-
Consolidate environment setup with clear base paths
-
Remove redundant command line argument parsing
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
What's Changed
- docs(README.md): update and simplify instructions for clarity and con… by @rtuszik in #3
- chore(deps): bump python-dotenv from 0.19.2 to 1.0.1 by @dependabot in #4
- feat(README.md): rebrand project from Easy Cheatsheets to KoalaKeys by @rtuszik in #7
- v0.2.0 by @rtuszik in #8
Full Changelog: v0.1.1...v0.2.0
v0.1.0
This marks the initial release of Easy cheat sheets, a tool for creating interactive keyboard shortcut cheat sheets.
What's Included
- Basic functionality to generate HTML cheat sheets from YAML files
- Support for multiple operating systems and keyboard layouts
- Interactive features including search and dark mode
For full details on features and usage, please refer to the README.