Skip to content

Commit

Permalink
Merge pull request #2216 from popcorn-time-ru/release-0.4.5
Browse files Browse the repository at this point in the history
change release version and changelog
  • Loading branch information
kiriles90 authored Jun 21, 2021
2 parents 0b780a6 + 5f0ab1e commit fd0b3e5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 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)
- Add custom servers
- Add seedbox

BigFixes:
- Many bugs ...

## 0.4.4 Beta - Love in the Time of Corona - 14 April 2020

This part of the log lost in the depths of development

## 0.3.10 Beta - Popcorn Is Love - 31 October 2016

BigFixes:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,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.4-linux64.zip`
`wget -c https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.5-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.4/Popcorn-Time-0.4.4-linux64.zip`_
`wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.5/Popcorn-Time-0.4.5-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.4_linux64.zip -O Popcorn-Time-0.4.4-linux64.zip`
`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`
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.4-linux64.zip -d /opt/popcorn-time`
`sudo unzip Popcorn-Time-0.4.5-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-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sha256 :no_check

ci = "https://ci.popcorntime.app/job/Popcorn-Time-Desktop"
url "#{ci}/lastSuccessfulBuild/artifact/build/Popcorn-Time-0.4.4_osx64.zip"
url "#{ci}/lastSuccessfulBuild/artifact/build/Popcorn-Time-0.4.5_osx64.zip"
appcast ci, configuration: "Latest successful build"
name "Popcorn Time"
desc "Watch movies and TV shows instantly"
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.4"
version "0.4.5"
sha256 "045dbe37d06e24ed7129dddd922648caaba712dee24685fb3cb1f4782f03ead5"

url "https://get.popcorntime.app/build/Popcorn-Time-#{version}.pkg"
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.4",
"releaseName": "Love in the Time of Corona",
"version": "0.4.5",
"releaseName": "The next wave",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
Expand Down

0 comments on commit fd0b3e5

Please sign in to comment.