aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
blob: 4f9629016d9b86d2540c830cbccd389ac1be1aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CHANGELOG
=========

v0.2.0 (2016-12-03):
	* Add `-l` flag to list shortcuts.

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.