From adcb1e0d49a2409e4c3ef44250f475c8b7a483ad Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 21 Nov 2014 17:30:50 -0600 Subject: [PATCH] Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8b26e..0bdd423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.4.1 - Unreleased + +- Adds pgweb version on start [GH-65] +- Adds user detection from OS environment +- Adds simple memory profiles with --debug option +- Adds the session user and search path in connection info [GH-67] +- Removes query recording for internal queries [GH-67] +- Fixes default sslmode. Its not longer set to "disable" +- Fixes cells cropping on table indexes view +- Fixes connection URL generation using web interface +- Fixes SQL statements for table row count [GH-67] +- Fixes /tables JSON response if database does not have any tables + ## 0.4.0 - Adds query escaping when exporting results to CSV [GH-38]