From 079ce3c55fed97c2b7163acb8ca1a99ebe034cf7 Mon Sep 17 00:00:00 2001 From: brownhead Date: Thu, 4 Jul 2013 17:53:07 -0700 Subject: [PATCH] Added changleog. --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f98c01e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## Version 1.0-beta.1 (July 4, 2013) + +This is the first major release since the rewrite of the API Client. Tons of things have changed so make sure to upgrade! + + * Better logging with configurable verbosity. + * Built-in shell that does not rely on bash, but does have lots of bash features like autocomplete and history (even reverse history search). + * Configuration files are now in YAML. + * Configuration files can be modified by using the client directly with the `--save` option. + * Super easy install, just download the binary and go. + * Download UI is now nicer with progress bars. + * No more deleting files randomly to get the client to behave. + +Let us know what you think!