Merge pull request #314 from jfurrow/release/v1.0.0

Introduce change log & release v1.0.0 🎉
This commit is contained in:
John Furrow
2017-04-21 20:06:29 -07:00
committed by GitHub
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
## [1.0.0] (April 21, 2017)
* First "official" release
* Change log and semver versioning (finally)
* Control basic rTorrent settings via web UI
* Transfer rate limiting
* Connection settings
* Resource utilization
* Add torrents via URLs or files
* User authentication
* UI translations (only en, fr, and nl)
* Custom torrent tags
* Customizable torrent list
* "Expanded" and "condensed" views
* Customizable torrent detail columns
* Basic torrent list filtering (by status, tag, and tracker)
* Auto-download torrents from RSS feeds
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "flood",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"preinstall": "npm prune",