Skip to content

Commit

Permalink
BUMP Version to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
team-pct committed Oct 31, 2016
1 parent aa60681 commit 6c82282
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
38 changes: 29 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
## 0.4.0 Alpha - Adding a bit of Butter - 19 October 2015
## 0.3.10 Beta - Popcorn Is Love - 31 October 2016

BigFixes:
- Fix Anime Tab
- Fix Chromecast displaying scrollbar
- Fix Movies and Series thumbnails not working (Linux)
- Update External Device packages
- Dependencies Update

New Features:
- Update NWJS to 0.18.1 (https://github.com/nwjs/nw.js/blob/nw18/CHANGELOG.md)
- Switch to Popcorn Time API (https://github.com/popcorn-official/popcorn-api)
- Subtitles dropdown for movies has been removed (subtitles are fetched based on default subtitle language in settings)
- Subtitles are now fetched from OpenSubtitles

Known Bugs:
- Watchlist items are not selectable
- Select a random Movie


## 0.3.9 Beta - There's nothing on TV - 18 February 2016
- Switch to Butter Source Code
- Switch to New YTS API


- Split from the popcorntime.io project.
- Remove all providers but vodo.
- open butterproject on github

## 0.3.8 Beta - There's nothing on TV - 09 July 2015

BugFixes:
BugFixes:

- Fullscreen consistent while playing
- Multi-screen support
Expand Down Expand Up @@ -36,7 +56,7 @@ BugFixes:
- Fix most issues with remotes.
- Fix the Popcorn Time player when watching trailers.

New Features:
New Features:

- Node Webkit 12.1 (now known as nw.js)
- Cancel "Play Next Episode"
Expand Down Expand Up @@ -78,7 +98,7 @@ BugFixes:
- Fix the movie cover resizing code and garbage collect the cache to ensure old metadata isn't used
- Greatly improves the built-in DLNA detection
- Fix retina display for Ultra HD screens
- Properly hide the spinner in cases where an error occurs
- Properly hide the spinner in cases where an error occurs
- Always show the FileSelector if TorrentCol is active. Fixes PT-1575
- Fix subtitle error handling in the streamer
- Prevent the app from getting stuck on "Waiting for Subtitles" if subtitle discovery fails
Expand Down Expand Up @@ -165,7 +185,7 @@ like best at http://discuss.popcorntime.io/t/list-of-popcorn-time-remote-control
- Themes: we give you 3 new themes to check out, and soon you'll be able to
submit your own.
- HTTP Api: to control Popcorn Time from another application
- New settings:
- New settings:
- Always on Top option
- Start page option
- Rating on covers
Expand Down Expand Up @@ -265,7 +285,7 @@ release notes:

## 0.2.5 Beta - 08 march 2014

- New languages
- New languages
- Localized Windows Installer
- Update Node-Webkit 0.9.2
- Infinite scroll
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.3.9",
"version": "0.3.10",
"releaseName": "Popcorn is Love",
"scripts": {
"postinstall": "node_modules/.bin/bower install --config.interactive=false && npm run postupdate",
Expand Down

0 comments on commit 6c82282

Please sign in to comment.