Releases: Korijn/keycmd
Releases · Korijn/keycmd
v0.7.0
Aliases (#25) * Alias support * wip + ruff * alias support + format string * bump version * correctly bump version * ease quoting * remove black from ci * improve ci config for ruff * oops * standardize quoting usage in readme * add examples to readme * add pyproject.toml config
v0.6.0
Final tweaks (#21) * fix conf loading and tweak dict merge * bump version
v0.5.0
Conf loading tweaks & process spawning improvement (#19) * change conf loading mechanism * use os.exec * only use os.exec on posix systems * bump version * add comment
v0.4.0
Tweaks (#8) * space * bump version and fix cli parsing
v0.3.0
Add tests (#7) * add tests * undo change * Correct requirements and bump version * Bump version * fix logging and improve test suite * lock deps * test conf module * load conf test * all tests done * simplify test since I cant figure out CI