Skip to content

Commit

Permalink
Tag and release: v0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Jan 31, 2015
1 parent 627ce92 commit c086fe8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Screenshots:

Changelog:
==========
* v0.93 : Welcome back TPB! Added ShowRSS.info as a custom datasource
* v0.92 : Fixed problem with deployment script: moment.js was not included, breaking torrent searches for shows that are released with a date format.
* v0.91 : Fixed some people's problems with the upgrade and now-missing watched indicators (They'll restore automatically).Removed Torrents.fm (domain cancelled), Fixed OldPirateBay on https. Fixed Timezone offset for torrent search with dates, added some requested scene names and updated some translations in Italian, Dutch and English.
* v0.90 : Fixed TraktTV v2 API, compensated for TPB being down, many performance improvements, updated dutch and italian translations
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.92
0.93
2 changes: 1 addition & 1 deletion manifest-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "__MSG_appShortNameBrowserAction__",
"description": "__MSG_appDescBrowserAction__",
"default_locale": "en",
"version": "0.92",
"version": "0.93",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
2 changes: 1 addition & 1 deletion manifest-opera.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "__MSG_appShortNameBrowserAction__",
"description": "__MSG_appDescBrowserAction__",
"default_locale": "en",
"version": "0.92",
"version": "0.93",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "__MSG_appShortNameNewTab__",
"description": "__MSG_appDescNewTab__",
"default_locale": "en",
"version": "0.92",
"version": "0.93",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"karma-phantomjs-launcher": "^0.1.4"
},
"author": "DuckieTV",
"user-agent": "DuckieTV Standalone v0.92",
"user-agent": "DuckieTV Standalone v0.93",
"window": {
"transparent": false,
"fullscreen": false,
"resizable": true,
"title": "DuckieTV Standalone v0.92",
"title": "DuckieTV Standalone v0.93",
"always-on-top": false,
"frame": true,
"height": 750,
Expand All @@ -56,7 +56,7 @@
"toolbar": true,
"icon": "C:/xampp/htdocs/deploy/newtab/img/icon128.png"
},
"version": "0.92.0",
"version": "0.93.0",
"inject-js-start": "",
"main": "tab.html",
"chromium-args": "",
Expand Down

0 comments on commit c086fe8

Please sign in to comment.