Skip to content

Commit

Permalink
annoying webstore versioning doesnt match semver...
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed May 14, 2015
1 parent c1d8b4b commit e4732b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Screenshots:

Changelog:
==========
* v1.1 : Fixed a missing dependency that broke the qBittorrent and Transmission integration

This comment has been minimized.

Copy link
@garfield69

garfield69 May 14, 2015

Collaborator

I think before releasing 1.1 to the chrome store, you may need to update the migration process to include 1.1, otherwise users that jump past 1.0 will not get the full monty.
I'm talking about MigrationService.js and UpgradeNotificationService.js
[edit] Ah no, MigrationService.js is fine since that works on if 1.0migration does not exit then perfom migration
but UpgradeNotificationService.js relies on the manifest version, so users that don't activate DuckieTV until after 1.1 is pushed out will not get to see the change log popup from 1.0
[edit2] 1af83ff

This comment has been minimized.

Copy link
@garfield69

garfield69 May 14, 2015

Collaborator

previous post has been updated. but edb2913 fixes the minor issue I raised earlier.

This comment has been minimized.

Copy link
@SchizoDuckie

SchizoDuckie May 14, 2015

Author Owner

Yeah we need to change it again now, since it's 1.0.1 now, properly.
And too late, since i didn't see this happening i've already released 1.0.1 to the webstore.

This comment has been minimized.

Copy link
@garfield69

garfield69 via email May 14, 2015

Collaborator

This comment has been minimized.

Copy link
@garfield69

garfield69 May 14, 2015

Collaborator

3252d65 hopefully brings source in line with what is currently live.

* v1.00 : Completely revamped user interface (now with 100% more sexyness) - Added support for Tixati, Transmission and qBittorrent torrent clients - Added Strike and RarBG torrent search providers - Added calendar grouping for netflix episode dumps - Initial version of Subtitle search available from episodes panel - Removed Chromecast integration. (Use getvideostream.com and the app!) - Autodownloads now use the configured torrent provider - Revamped the way torrent search engines are created and registered - Shows can be marked as downloaded as well as watched, and downloaded episodes can be highlighted on the calendar - Added Trakt.TV Trending category filters, caching for Trakt.TV trending list - Fixes for DuckieTV standalone: now using frame-less window, open external links in default browser, window and unminimize from tray works in Ubuntu, added upgrade check and notification, and zoom control is now 1:1 with chrome browser - Database performance improvement (including less frequent ratings updates) - added 'Watch on Netflix' button for Netflix shows - numerous other small changes and bugfixes to list
* v0.94 : Switched to the new (hopefully more stable) trakt.tv endpoint, Added actor and rating info back to serie details, Fixed KAT Mirror Resolver and custom setting and added back TPB mirror selection to torrent settings, Changed default KAT mirror back to kickass.to, Minor tweaks to auto-download and updatecheck mechanisms, Built a little standalone website to turn off uTorrent's ads with one click. ( http://schizoduckie.github.io/PimpMyuTorrent/)
* v0.93 : Welcome back TPB! Added ShowRSS.info as a custom datasource
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.01
1.1
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": "1.01",
"version": "1.1",
"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": "1.01",
"version": "1.1",
"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": "1.01",
"version": "1.1",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down

0 comments on commit e4732b9

Please sign in to comment.