Skip to content

Commit

Permalink
Merge pull request #2258 from popcorn-time-ru/pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriles90 committed Oct 11, 2021
2 parents c4ad6d4 + 0a6aa49 commit 988f527
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 8 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
## 0.4.5 - The next wave - 21 June 2021
## 0.4.6 - The Good Variant - 11 October 2021

New Features:
- Add Localization support
- Add multiple audio language support
- Add maximum Download/Upload speed options
- Add ability to minimize the native media player
- Add Source, Release Info and Parental Guide links for content where data exists
- Add a Magnet Link button in the loading screen
- Add a Rebuild bookmarks database function/button in the settings
- Add support for fetching the Genres list from the API
- Update WebTorrent to 1.5.5 also adding PE/MSE support

Bug Fixes:
- Fix issue with peers not being resolved when restarting canceled stream/download
- Fix wrong file selection on some instances where torrents contain multiple video files
- Fix issue where the subtitles and cover image weren't being downloaded when using the Download function
- Fix file/directory selection on Windows
- Remove non-working TVShow Time support since their API service has been terminated

Other:
- Optimize app closing time
- Settings page UI changes/updates
- Better unreachable API error message displaying all APIs tried
- Update torrent trackers
- Update various modules/dependencies
- Various other small fixes and optimizations

## 0.4.5 - The Next Wave - 21 June 2021

New Features:
- Update NWJS to 0.44.5 (https://github.com/nwjs/nw.js/blob/nw44/CHANGELOG.md)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ Download and install:
Via archive and command line (tested on ubuntu 18.04 and 20.04):
1. Download Popcorn Time archive:
* For the **latest release**:
`wget -c https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.5-linux64.zip`
`wget -c https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.6-linux64.zip`
_if eventually you get issue with popcorntime.app website you can try to download from the github repo
`wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.5/Popcorn-Time-0.4.5-linux64.zip`_
`wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.6/Popcorn-Time-0.4.6-linux64.zip`_
* Or for the **latest dev build (for testers)**:
`wget -c https://ci.popcorntime.app/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/Popcorn-Time-0.4.5_linux64.zip -O Popcorn-Time-0.4.5-linux64.zip`
`wget -c https://ci.popcorntime.app/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/Popcorn-Time-0.4.6_linux64.zip -O Popcorn-Time-0.4.6-linux64.zip`
2. Create popcorn-time folder in /opt/:
`sudo mkdir /opt/popcorn-time`
3. Install unzip && dependencies (they should not be always required but some users needed them to make Popcorn Time working):
`sudo apt update && sudo apt install unzip libcanberra-gtk-module libgconf-2-4 libatomic1`
4. Extract the zip in /opt/popcorn-time:
`sudo unzip Popcorn-Time-0.4.5-linux64.zip -d /opt/popcorn-time`
`sudo unzip Popcorn-Time-0.4.6-linux64.zip -d /opt/popcorn-time`
5. Create symlink of Popcorn-Time in /usr/bin:
`sudo ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time`
6. Create .desktop file (so the launcher):
Expand Down
2 changes: 1 addition & 1 deletion casks/popcorn-time.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "popcorn-time" do
version "0.4.5"
version "0.4.6"
sha256 "cacf8ed13b427bceb481ba88ff97ff297f7e9e0487f1411f8d20ff87dd674ddb"

server = "popcorn-ru.tk"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.4.5",
"releaseName": "The next wave",
"version": "0.4.6",
"releaseName": "The Good Variant",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
Expand Down

0 comments on commit 988f527

Please sign in to comment.