Skip to content

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed May 1, 2017
1 parent bebb16b commit 50f8e6a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
== Version 0.6.1 (01-may-2017)

* Fix “Cannot set property 'state' of undefined”
* Use editMenu, zoomin, zoomout for top menu
* Better error handling when table not found anymore
* Update dependencies
* Fix Cannot read property 'rows' of undefined
* Fix this.deleteRow is not a function
* Fix exporter.setNoOwners is not a function
* Dialog for truncate table action, add cascade truncate
* Fix dialog cancel button error

== Version 0.6.1 (11-apr-2017)

* Fix displaying connection error message
* More error reporting
* Fix layout of resizable table when some cell is empty

== Version 0.6.0 (05-apr-2017)

* Add Feature: Truncate table
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Electron packager or npm has a bug, it may include developer dependecies to rele
# delete "devDependencies" from package.json
npm prune
npm install electron-packager@8.6.0
sudo npm install -g electron@1.6.2
sudo npm install -g electron@1.6.6
node packager.js
rake build_dmg
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Postbird",
"main": "main.js",
"version": "0.6.1",
"version": "0.6.2",
"repository": "https://github.com/Paxa/postbird",
"license": "MIT",
"engines": {
"node": "5.6.0"
},
"devDependencies": {
"electron-packager": "8.6.0",
"electron": "1.6.5",
"electron": "1.6.6",
"electron-rebuild": "1.5.7"
},
"dependencies": {
Expand Down

0 comments on commit 50f8e6a

Please sign in to comment.