diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..46018ab5 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 8b61d773..e7093e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood", - "version": "0.0.0", + "version": "1.0.0", "private": true, "scripts": { "preinstall": "npm prune",