diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ff99a9..de6b500d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * Add feature to import sql files * In query pane: Run only selected sql (if selected) * Improve tests environment +* Improve login page design +* Fix set current database selected on load +* Add button to add new connection on login page +* Add feature to save heroku connection == Version 0.3 (Sep 27, 2014) diff --git a/README.md b/README.md index a81e3500..9ae0f029 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ### Postbird Postbird is postgresql client for Mac. +![postbird-0 3-screenshot](https://cloud.githubusercontent.com/assets/26019/5886586/9fef006c-a3d9-11e4-8330-1651f5243536.png) + ![postbird-0 3-screenshot](https://cloud.githubusercontent.com/assets/26019/4430203/3664fa62-4622-11e4-861a-0627ef37ecdb.png) diff --git a/package.json b/package.json index 8a0abfe9..b38c1402 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,14 @@ "window": { "show": true, "title": "Postbird", - "toolbar": true, + "toolbar": false, "icon": "icon.icns", "width": 1160, "height": 640, "min_width": 572, "min_height": 260 }, - "version": "0.3.0", + "version": "0.4.0rc1", "repository": "https://github.com/Paxa/postbird", "js-flags": "--harmony", "chromium-args": "--disable-accelerated-video --disable-audio --disable-3d-apis --ignore-gpu-blacklist --disable-geolocation --disable-plugins --disable-plugins-discovery"