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

v0.2.1 (2017-10-04):
	* Fix 'change' command substitution bug in Bash 4
	* Allow the database file to be symlinked

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.