diff --git a/.homeychangelog.json b/.homeychangelog.json new file mode 100644 index 0000000..5048c61 --- /dev/null +++ b/.homeychangelog.json @@ -0,0 +1,6 @@ +{ + "1.0.1": { + "en": "Added support for the new Homey App Store", + "nl": "Ondersteuning voor nieuwe Homey App Store" + } +} diff --git a/CHANGELOG.md b/CHANGELOG.md index d08ba3a..4e3fbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ -## 1.0.0 / 2019-06-24 +## 1.0.1 / 2019-11-12 +- Added support for the new Homey App Store -- Initial working version. \ No newline at end of file +## 1.0.0 / 2019-06-24 +- Initial working version. diff --git a/README.md b/README.md index fb840e5..8eae8b9 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,7 @@ Homey will automatically fetch the statistics from the NZB server. The update interval can be changed in the *device settings*. -If you like this app, consider a donation to support development: - -[![Paypal donate][pp-donate-image]][pp-donate-link] - - -## Statistics +## Supported statistics - Article cache (MB) - Average download speed (MB/s) - Download speed (MB/s) @@ -28,8 +23,8 @@ If you like this app, consider a donation to support development: ## Supported actions - Pause and resume download via toggle component -### Flowcards +## Flowcards - Pause download queue - Resume download queue - Reload the server @@ -53,10 +48,3 @@ If you have any questions or feedback, please contact me on [Slack](https://atho Please report issues and feature requests at the [issues section](https://github.com/edwinvdpol/net.nzbget/issues) on GitHub. This app is tested with NZBGet v21.0, but should work with v15.0 and newer. - - -## Changelog -[Check it out here!](https://github.com/edwinvdpol/net.nzbget/blob/master/CHANGELOG.md) - -[pp-donate-link]: https://www.paypal.me/edwinvdpol -[pp-donate-image]: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9a89fde --- /dev/null +++ b/README.txt @@ -0,0 +1,46 @@ +Monitor and control your NZBGet servers. + +Homey will automatically fetch the statistics from the NZB server. + +The update interval can be changed in the device settings. + +Supported statistics: + +- Article cache (MB) +- Average download speed (MB/s) +- Download speed (MB/s) +- Download speed limit (MB/s) +- Number of remaining files in queue +- Total downloaded (GB) +- Total download time +- Free disk space (GB) +- Remaining download (MB) +- Server uptime + +Supported actions: + +- Pause and resume download via toggle component + +Flowcards: + +- Pause download queue +- Resume download queue +- Reload the server +- Scan incoming directory for nzb-files +- Set download speed limit +- Shutdown the server + +Supported settings: + +- Update interval (seconds) + +Supported languages: + +- English +- Dutch (Nederlands) + +If you have any questions or feedback, please contact me on Slack. + +Please report issues and feature requests at the issues section on GitHub. + +This app is tested with NZBGet v21.0, but should work with v15.0 and newer. diff --git a/app.json b/app.json index c17965a..15250fc 100644 --- a/app.json +++ b/app.json @@ -1,38 +1,21 @@ { "id": "net.nzbget", - "version": "1.0.0", + "version": "1.0.1", "compatibility": ">=2.0.0", "sdk": 2, "brandColor": "#3e8c25", "name": { - "en": "NZBGet" + "en": "NZBGet", + "nl": "NZBGet" }, "description": { - "en": "Monitor and control your NZBGet servers.", - "nl": "Monitor en beheer uw NZBGet servers." + "en": "NZBGet for Homey", + "nl": "NZBGet voor Homey" }, - "category": [ - "internet" - ], + "category": [ "internet" ], "tags": { - "en": [ - "nzbget", - "usenet", - "downloader", - "download", - "nzb", - "tool", - "files" - ], - "nl": [ - "nzbget", - "usenet", - "downloader", - "download", - "nzb", - "tool", - "bestanden" - ] + "en": [ "nzbget", "usenet", "downloader", "download", "nzb", "tool", "files" ], + "nl": [ "nzbget", "usenet", "downloader", "download", "nzb", "tool", "bestanden" ] }, "permissions": [], "images": { @@ -364,4 +347,4 @@ "setable": false } } -} \ No newline at end of file +}