From ada8da729607360724d4b7809fafff3581fda21b Mon Sep 17 00:00:00 2001 From: Anton Cherepanov Date: Wed, 29 Oct 2014 20:26:36 +0500 Subject: [PATCH] [#39]Add changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af51dbe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +HEAD +----------- + + +0.3.1 +----------- + +- Adds proper exit code when printing version via -v/--version flag +- Adds --version and --debug long flag names +- Adds double quotes for table name when fetching table contents +- Adds support for DATABASE_URL environment variable if no --url is set +- Adds proper usage of jQuery .prop method +- Adds --pass flag to specify connection password +- Fixes --ssl flag usage, previous value was hardcoded + +0.3.0 +----------- + +- Renamed `make deps` to `make setup` and fix issues with bootstrapping +- Removed hardcoded url for CSV export, it now detects application host:port +- Improved query history view table styles +- Moved table information view to the sidebar +- Added --listen flag to specify web server port, still defaults to 8080 + +0.2.0 +----------- +- Design tweaks +- Automatically opens browser on OSX systems +- Adds query explain functionality +- Adds export to CSV + +0.1.0 +----------- +- Initial release