diff --git a/README.md b/README.md index 3875aa3..5098be2 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,12 @@ There are parts not translated yet, and I'll need help because I don't speak nor ## Release History -### v0.4.1 +### v0.4.5 +- [x] Added "Favorites" torrents: define a set of tags that, will highlight all matching torrents. Define tags by tapping on the star or going into Preferences. Favorites are saved in cookies. +- [x] Revised preferences section (ng-torrent-ui, uTorrent, Advanced) - [x] Added "Clear all filters" button +- [x] Show applied "label" and "status" filter +- [x] Updated dependencies ### v0.4.0 - [x] Added "Preferences" tab to view and edit uTorrent settings diff --git a/bower.json b/bower.json index f97ee0b..7b8f79c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ng-torrent-ui", "description": "Angular + (flat) Boostrap (μ)Torrent Web UI", - "version": "0.4.0", + "version": "0.4.5", "dependencies": { "angular": "~1.4", "json3": "~3.3.1", diff --git a/package.json b/package.json index 802cec7..e7ee8d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-torrent-ui", "description": "Angular + (flat) Boostrap (μ)Torrent Web UI", - "version": "0.4.0", + "version": "0.4.5", "repository": { "type": "git", "url": "https://github.com/psychowood/ng-torrent-ui.git"