Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clutterskull committed Nov 30, 2017
1 parent 56414f7 commit 4777e97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,10 @@ Initial public release
* Adds general Newznab support (tested on nznbplanet, simplynzbs, and drunkenslug).
* New option field to list Newznab sites which the user would like 1-click functionality on.
* Method to automatically detect Newznab sites and prompt the user to include in their options.
* Additional error checking for NZB intercept.
* Additional error checking for NZB intercept.

### 1.4.0

* New 1-Click site profiles for binsearch.info and nzbindex.com (nzbindex.nl)
* Streamlines nzbking.com
* Adds helper method for POST-request sites.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "nzbunity",
"version": "1.3.0",
"version": "1.4.0",
"license": "MPL-2.0",
"description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
"author": "John Hutchison",
"author": "clutterskull@gmail.com",
"contributors": [
"clutterskull@gmail.com"
],
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "NZB Unity",
"version": "1.3.0",
"author": "John Hutchison",
"version": "1.4.0",
"author": "clutterskull@gmail.com",
"description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
"background": {
"scripts": [
Expand Down

0 comments on commit 4777e97

Please sign in to comment.