Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog for 0.4.7 #2343

Merged
merged 13 commits into from
Mar 2, 2022
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.4.7 - Just Keep Swimming - 02 March 2022

New Features:
- Add API Server urls update/auto-update options
- Add API Server url(s) tooltip on tabs
- Add play/download functions to the Seedbox and various other right pane fixes, additions and optimizations
- Add player controls for zoom, contrast, brightness, hue and saturation
- Adjustable next episode preload time including disable preloading while keeping Play next episode automatically enabled
- Add concurrent DHT UDP requests limit option
- Add always expanded search field option
- Add an undo prompt when removing a bookmark
- Add links for contributing media information to TMDB
- Add more languages

Bug Fixes:
- Fix the Rebuild bookmarks database function
- Fix bookmarks sorting/filtering bug when more than 50 entries
- Fix DLNA media controls bug when subtitles are enabled
- Fix DLNA issue with Samsung devices
- Fix disabling automatic updates
- Fix some layout issues when native frame option enabled
- Watchlist fixes

Other:
- Update torrent trackers
- Update various modules/dependencies
ivan1986 marked this conversation as resolved.
Show resolved Hide resolved
- Various other small fixes and optimizations

## 0.4.6 - The Good Variant - 11 October 2021

New Features:
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.6-linux64.zip`
`wget -c https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.7-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.6/Popcorn-Time-0.4.6-linux64.zip`_
`wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.7/Popcorn-Time-0.4.7-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.6_linux64.zip -O Popcorn-Time-0.4.6-linux64.zip`
`wget -c https://ci.popcorntime.app/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/Popcorn-Time-0.4.7_linux64.zip -O Popcorn-Time-0.4.7-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.6-linux64.zip -d /opt/popcorn-time`
`sudo unzip Popcorn-Time-0.4.7-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.6"
version "0.4.7"
sha256 "cddc2f156dd3cd4fbc7ccd3b3a02c00d3546886dcad183cd1f5dcd984b609c2c"

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.6",
"releaseName": "The Good Variant",
"version": "0.4.7",
"releaseName": "Just Keep Swimming",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
Expand Down