Skip to content

Commit

Permalink
v0.92: Fixed problem with moment.js not included in deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Jan 29, 2015
1 parent 278b673 commit b180d5b
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 49 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.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
* v0.82 : Fixed chrome v39 compatibility, sync engine still a work in progress.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.91
0.92
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var deps = ['./js/vendor/promise-3.2.0.js',
"./js/vendor/tmhDynamicLocale.js",
"./js/vendor/datePicker.js",
"./js/vendor/dialogs.js",
"./js/vendor/moment.min.js",
"./js/vendor/angular-translate.min.js",
"./js/vendor/angular-translate-loader-static-files.min.js",
"./js/vendor/angular-translate-handler-log.min.js"
Expand Down
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.91",
"version": "0.92",
"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.91",
"version": "0.92",
"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.91",
"version": "0.92",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
102 changes: 58 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
{
"webexe_settings": {
"linux-x32": true,
"download_dir": "C:\\xampp\\htdocs\\deploy\\Web2ExeWin\\files\\downloads",
"windows": true,
"mac": true,
"nw_version": "0.10.5",
"force_download": false,
"linux-x64": true
},
"main": "tab.html",
"name": "DuckieTV-Standalone",
"license": "MIT",
"nodejs": true,
"description": "DuckieTV helps you manage your favorite TV Shows on a sweet calendar",
"author": "DuckieTV",
"additional_trust_anchors": "",
"private": true,
"user-agent": "DuckieTV Standalone v0.91",
"inject-js-end": "",
"node-remote": "",
"keywords": [
"series",
"tv",
Expand All @@ -25,55 +13,81 @@
"utorrent",
"bittorrent"
],
"devDependencies": {
"mocha": "^2.1.0",
"karma-mocha-reporter": "^0.3.1",
"karma-html-reporter": "^0.2.4",
"karma-requirejs": "^0.2.2",
"grunt-graphviz": "^0.1.0",
"karma-jasmine": "^0.3.4",
"node-webkit-builder": "^0.2.0",
"jasmine-core": "^2.1.3",
"karma-cli": "0.0.4",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-jasmine-html-reporter": "^0.1.5",
"karma": "^0.12.31",
"requirejs": "^2.1.15",
"grunt-angular-architecture-graph": "^0.2.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"karma-phantomjs-launcher": "^0.1.4"
},
"author": "DuckieTV",
"user-agent": "DuckieTV Standalone v0.92",
"window": {
"transparent": false,
"fullscreen": false,
"icon": "icon48.png",
"resizable": true,
"title": "DuckieTV Standalone v0.91",
"title": "DuckieTV Standalone v0.92",
"always-on-top": false,
"frame": true,
"height": 750,
"min_height": 400,
"visible": true,
"as_desktop": false,
"mac_icon": "C:/xampp/htdocs/deploy/newtab/img/icon128.png",
"min_width": 600,
"position": "center",
"show_in_taskbar": true,
"mac_app_icon": "",
"exe_icon": "C:/xampp/htdocs/deploy/newtab/img/icon128.png",
"width": 1000,
"toolbar": true,
"exe_icon": "icon64.png"
"icon": "C:/xampp/htdocs/deploy/newtab/img/icon128.png"
},
"version": "0.92.0",
"inject-js-start": "",
"main": "tab.html",
"chromium-args": "",
"webexe_settings": {
"linux-x32": true,
"windows-x32": true,
"windows-x64": false,

This comment has been minimized.

Copy link
@garfield69

garfield69 Jan 30, 2015

Collaborator

Just curious about the windows-x64, mac-x64 and linux-x64 flags all being false when you have released x64 standalone versions of these...how come?

This comment has been minimized.

Copy link
@SchizoDuckie

SchizoDuckie via email Jan 30, 2015

Author Owner
"download_dir": "C:\\xampp\\htdocs\\deploy\\Web2Exe\\files\\downloads",
"nw_compression_level": 5,
"mac-x32": true,
"windows": true,
"mac": true,
"mac-x64": false,
"nw_version": "0.10.5",
"force_download": false,
"linux-x64": false
},
"description": "DuckieTV helps you manage your favorite TV Shows on a sweet calendar",
"scripts": {
"test": "node_modules/.bin/karma start --single-run",
"test-watch": "node_modules/.bin/karma start --no-single-run --auto-watch --browsers PhantomJS"
},
"version": "0.91.0",
"webkit": {
"page-cache": true,
"java": false,
"plugin": false
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-architecture-graph": "^0.2.5",
"grunt-cli": "^0.1.13",
"grunt-graphviz": "^0.1.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-html-reporter": "^0.2.4",
"karma-jasmine": "^0.3.4",
"karma-jasmine-html-reporter": "^0.1.5",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"mocha": "^2.1.0",
"node-webkit-builder": "^0.2.0",
"requirejs": "^2.1.15"
},
"js-flags": "",
"name": "DuckieTV-Standalone",
"license": "MIT",
"single-instance": true,
"node-main": "",
"scripts": {
"test": "node_modules/.bin/karma start --single-run",
"test-watch": "node_modules/.bin/karma start --no-single-run --auto-watch --browsers PhantomJS"
}
"snapshot": "",
"node-main": ""
}
2 changes: 1 addition & 1 deletion tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<script src="./js/services/TraktTVStorageSyncTarget.js"></script>
<script src="./js/services/ChromeStorageSyncTarget.js"></script>
<script src="./js/app.js"></script>
<script src="./js/vendor/moment.min.js" async></script>
<script src="./js/vendor/moment.min.js"></script>
<!-- /deploy:replace -->

</body>
Expand Down

0 comments on commit b180d5b

Please sign in to comment.