From 3e4ad1c47bd00c8465004435699680575b4ec4fd Mon Sep 17 00:00:00 2001 From: psychowood Date: Sun, 15 May 2016 14:36:34 +0200 Subject: [PATCH] Version bump to v0.7.1 --- README.md | 8 ++++++++ bower.json | 2 +- package.json | 2 +- resources/stats.txt | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51f0f43..b4100eb 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,14 @@ There are parts not translated yet, and I'll need help because I don't speak nor ## Release History +### v0.7.1 +- [x] Added: Highlight sorted value +- [x] Fixed: Drag'n'drop supported file types (some platforms did not accept .torrent files) +- [x] Fixed: Version not reported when opening a new issue +- [x] Fixed: Correct version number not shown when using Live version +- [x] Fixed: Load translations only once +- [x] First version distributed also via torrent + ### v0.7.0 - [x] Added: Persist filters and sort order when refreshing the page - [x] Added: Download button (for completed files) from details dialog (requires uTorrent 3). You can also copy (long tap or right click) the link and open it in a video player to stream the file without downloading it (tested with VLC) diff --git a/bower.json b/bower.json index 0fc1839..57e07ae 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ng-torrent-ui", "description": "Angular + (flat) Boostrap (μ)Torrent Web UI", - "version": "0.7.0", + "version": "0.7.1", "dependencies": { "angular": "~1.4", "json3": "~3.3.1", diff --git a/package.json b/package.json index 4b2ed08..4d001e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-torrent-ui", "description": "Angular + (flat) Boostrap (μ)Torrent Web UI", - "version": "0.7.0", + "version": "0.7.1", "repository": { "type": "git", "url": "https://github.com/psychowood/ng-torrent-ui.git" diff --git a/resources/stats.txt b/resources/stats.txt index 43a7622..08851f1 100644 --- a/resources/stats.txt +++ b/resources/stats.txt @@ -1,4 +1,5 @@ -https://github.com/psychowood/ng-torrent-ui/releases/download/v0.6.7/webui.zip: 93 downloads +https://github.com/psychowood/ng-torrent-ui/releases/download/v0.7.0/webui.zip: 87 downloads +https://github.com/psychowood/ng-torrent-ui/releases/download/v0.6.7/webui.zip: 94 downloads https://github.com/psychowood/ng-torrent-ui/releases/download/v0.6.6/webui.zip: 47 downloads https://github.com/psychowood/ng-torrent-ui/releases/download/v0.6.5/webui.zip: 31 downloads https://github.com/psychowood/ng-torrent-ui/releases/download/v0.6.0/webui.zip: 34 downloads