diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-03-17 17:24:58 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-03-17 17:28:22 +0100 |
| commit | ecdc723c96e0a92fdda3a754edb0302cdc2de9eb (patch) | |
| tree | 96be54346acd262286a47fbda5b8781f95565190 /CHANGELOG.org | |
| parent | da5b6722c9402aa26cda174ecddfc5e2a76985f6 (diff) | |
| download | g-ecdc723c96e0a92fdda3a754edb0302cdc2de9eb.tar.gz g-ecdc723c96e0a92fdda3a754edb0302cdc2de9eb.zip | |
Rebumped the whole project so it's better looking
I've also added the `git-validation` tool into the test suite.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'CHANGELOG.org')
| -rw-r--r-- | CHANGELOG.org | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org new file mode 100644 index 0000000..ee2753b --- /dev/null +++ b/CHANGELOG.org @@ -0,0 +1,30 @@ +#+STARTUP:showall + +* Changelog + +** 0.3.x + +Lots of minor code improvements across different releases that were not tagged +in git: + +- a54d534d3585 Improved the layout of the table displayed by the =list= command. +- 3b18f5039369 Improved the layout of the help command. +- 8b873f3d5e4b Don't allow the user to add shortcuts whose name conflicts with commands. +- d63a1d032b89 Return a proper exit code. +- e55408103393 Using the =__g= namespace for everything. +- ebe139b64189 Allow relative paths. +- e5541ca8d93c Introduced CI. +- 21140b4d13d3 Print the usage function if no argument was given. +- 9e9bee407b7e Replaced the =realpath= function with one taken from [[https://github.com/travis-ci/gimme][travis-ci/gimme]]. +- 0f7ff3a89637 Add copyright notice into the -v/--version flags. + +** 0.2 + +- 3c070c44d7ef Tabulate output of the =list= command. +- 35c0df4330d4 The third argument of the =add= command is optional now. + +** 0.1 + +- 50c8973995f1 Initial commit with basic functionality. +- 97122b6f5f29 Added the =--keys= option to the =list= command. +- 35176441ca34 Added a GNU Bash completion file. |
