blob: ba0d868ff6a5eccf75b33d330b901639aab3bd1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
CHANGELOG
=========
v0.1.1 (2016-07-24):
* Attenuate pollution of the command namespace from `qcd`'s helper functions
by prefixing them with `__qcd_`.
v0.1.0 (2016-07-22):
* Initial public release. Shortcuts can be added, changed, and removed using
the command instead of having to manually edit the script.
v0.0.1 (2016-07-02):
* Initial private version. Shortcuts are defined manually in a Bash `case`
statement.
|