Skip to content

Commit

Permalink
Version bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psychowood committed May 15, 2016
1 parent 2e24168 commit 3e4ad1c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 2 additions & 1 deletion resources/stats.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3e4ad1c

Please sign in to comment.