Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
- Internal app structure refactoring
- Update libs
   - Electron 1.7.8
   - D3 (see https://github.com/d3/d3/blob/master/CHANGES.md https://iros.github.io/d3-v4-whats-new/)
- Refactor chart plugin routing
- Flamegraphs
- Shared colors for treemap views
- List view of directory
- Sort by size
- Bump tag
- Automatic builds release
  • Loading branch information
zz85 committed Sep 29, 2017
1 parent 95d7394 commit afc671d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "space-radar",
"version": "5.0.0",
"version": "5.1.0",
"description": "Disk Usage Electron App",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -35,6 +35,5 @@
"electron-packager": "9.1.0",
"prettier": "^1.6.1"
},
"dependencies": {
}
"dependencies": {}
}

0 comments on commit afc671d

Please sign in to comment.