From 5f0ab1e5dacc15939ab6adba2d570e214caf18da Mon Sep 17 00:00:00 2001 From: Ivan Borzenkov Date: Mon, 21 Jun 2021 14:14:05 +0300 Subject: [PATCH] release: version change to 0.4.5 and add changlog --- CHANGELOG.md | 14 ++++++++++++++ README.md | 8 ++++---- casks/popcorn-time-beta.rb | 2 +- casks/popcorn-time.rb | 2 +- package.json | 4 ++-- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8ab2da8b..fd5d5e9385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index ff621d22f7..66902c6f35 100644 --- a/README.md +++ b/README.md @@ -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): diff --git a/casks/popcorn-time-beta.rb b/casks/popcorn-time-beta.rb index fe4366f904..b806d4f516 100644 --- a/casks/popcorn-time-beta.rb +++ b/casks/popcorn-time-beta.rb @@ -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" diff --git a/casks/popcorn-time.rb b/casks/popcorn-time.rb index d36b649341..757e2e2693 100644 --- a/casks/popcorn-time.rb +++ b/casks/popcorn-time.rb @@ -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" diff --git a/package.json b/package.json index 73e573cf95..f602c9683e 100644 --- a/package.json +++ b/package.json @@ -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",