diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68c6718 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.0.1 - 2019-08-01 + +- initial release \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..7441638 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Google Tasks for Mac + +![Google Tasks for Mac](./art/header.png) + +Google Tasks has some pretty good mobile apps. However, there's no native Mac app yet. This application is a tiny wrapper around the Google Tasks widget that's embedded in Gmail and Google Calendar. + +[Download the latest release]() + +## Contributing + +Google Tasks for Mac uses nativefier and electron under the hood to create a browser window that loads Google Tasks and injects some javascript to make it actually work. + +Feel free to open issues with new ideas or open pull requests with new features. + +## Building + +- `yarn install` +- `yarn build` +- output will be in the `Google Tasks-darwin-x64` directory \ No newline at end of file diff --git a/art/header.png b/art/header.png new file mode 100644 index 0000000..d615a84 Binary files /dev/null and b/art/header.png differ diff --git a/build.js b/build.js index 27df386..277a095 100644 --- a/build.js +++ b/build.js @@ -5,7 +5,7 @@ const fs = require('fs'); var options = { name: 'Google Tasks', targetUrl: 'https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1', - version: '0.36.4', + version: '0.0.1', out: '.', overwrite: true, width: 720,