diff --git a/README.md b/README.md index 93ab1e9..65eed27 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ replacing 'localhost' and '8055' with your utorrent hostname and port. ## Release History +### v0.2.9 +- [x] Added: Report issue via mail +- [x] Added: Online new version check (using GitHub API to check releases) + ### v0.2.8 - [x] Added: Report issue in the About tab - [x] Fixed: Touch not recognized on mobile devices in torrent details modal @@ -97,8 +101,8 @@ replacing 'localhost' and '8055' with your utorrent hostname and port. Not in a specific order. - [ ] Support for current versions of uTorrent - [ ] Multi language interface +- [ ] Support for current versions of uTorrent +- [ ] Multi language interface - [ ] New versions check - [ ] Confirmation dialogs - [ ] Test with different browsers diff --git a/bower.json b/bower.json index 4479e41..ba9ba36 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ng-torrent-ui", "description": "Angular + (flat) Boostrap (μ)Torrent Web UI", - "version": "0.2.8", + "version": "0.2.9", "dependencies": { "angular": "~1.3.8", "json3": "~3.3.1", diff --git a/package.json b/package.json index e2d7320..0c51bae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-torrent-ui", "description": "Angular + (flat) Boostrap (μ)Torrent Web UI", - "version": "0.2.8", + "version": "0.2.9", "repository": { "type": "git", "url": "https://github.com/psychowood/ng-torrent-ui.git"