Skip to content

Commit

Permalink
Merge branch 'release/0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Sep 7, 2017
2 parents c90fd6e + cb1db8d commit 7d9af55
Show file tree
Hide file tree
Showing 96 changed files with 1,377 additions and 911 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Data Curator


![data curator icon](static/img/data-curator-128.png)
![data curator icon](static/img/data-curator-banner.png)

Data Curator is a simple desktop CSV editor to help describe, validate and share usable open data.

Expand Down Expand Up @@ -56,6 +56,8 @@ Open data consumers can use published Data Packages to:
- download the data together with its metadata in a single zip file
- use [a suite of tools](http://frictionlessdata.io/tools/) to work with the data

![data curator screen shot](static/img/data-curator-preview.png)

## Follow our progress

Interested in this project? Subscribe to [Data Curator News](https://github.com/ODIQueensland/data-curator/issues/15) to get occasional updates on our progress and hear about [each release](https://github.com/ODIQueensland/data-curator/releases).
Expand Down Expand Up @@ -176,12 +178,16 @@ We're considering:

### Building a new package

To build Data Curator for macOS locally:

`yarn build`

To automate deployment, we are using:

- [Appveyor](https://www.appveyor.com) for Windows deployment
- [Travis](https://travis-ci.org) for macOS and Linux

`Instructions on how to build a package will go here.`
`instructions will go here`

Changes are recorded in the [Change Log][changelog].

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-curator",
"version": "0.2.2",
"version": "0.2.3",
"author": " <matt@redboxresearchdata.com.au>",
"description": "An electron-vue project for curating csv data",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/main/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global.BrowserWindow = electron.BrowserWindow
global.Dialog = electron.dialog

var showKeyboardHelp = function() {
var showKeyboardHelp = new BrowserWindow({width: 600, height: 600})
var showKeyboardHelp = new BrowserWindow({width: 760, height: 400})
showKeyboardHelp.loadURL(`http://localhost:9080/#/keyboardhelp`)

showKeyboardHelp.on('closed', function() {
Expand Down
Loading

0 comments on commit 7d9af55

Please sign in to comment.