Skip to content

Commit

Permalink
Release: Prep files for 0.4.1-16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
captainyarr committed Aug 29, 2018
1 parent c100663 commit c0c377f
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- run: sudo npm install -g gulp

# run tests!
#- run: gulp build linux32,linux64,win32,osx64
- run: gulp build -p linux32,linux64,win32,win64,osx64
#- run: gulp build linux32,linux64,win32,win64,osx64
- run: gulp build -p linux32,linux64,win32,win64

- deploy:
command: gulp zip -p linux32,linux64,win32,win64
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## 0.4.1-16 Beta - Summer Dream - 28 August 2018

New Features:
- OpenSubtitles: Add link to create account
- OpenSubtitles: Added Username and Password for OpenSubtitles API into the settings screen.
- ExtPlayer: Added Windows Media Player
- Player: Added a "Download Only" option to the player selection
- gulp: Add ffmpeg update to cache sdk
- gulp: Add ffmpeg update to builds
- gulp: Add commandline paramters to set nw.js version and downloadUrl location

BugFixes:
- Register: Fixed default torrent
- Settings: Fixed Download direction selection
- Magnet and Torrent: Fixed Magnet and Torrent Drop
- Cache: Fixed SQL execute methods
- About: Added OpenSubtitles.org link
- circleci: Removed osx64 from automated builds and zip
- Trackers: Updated trackers
- GulpArm: Updated LinuxArm downloadUrl
- GulpArmSupport: Add support for linuxarm platform
- OpenSubtitles: Better handling of subtitle information downloading
- OpenSubtitles: Better error handling and fixed settings

Updated:
- Nodejs: Updated to version 0.31.5
- jQuery: Updated to version 3.3.1
- Mousetrap: Updated to latest version 1.6.2
- gitlab: Updated to version 3.11.0
- xmlbuilder: Updated to version 10.0.0
- webtorrent: Updated to version 0.102.1
- yargs: Updated to version 12.0.1
- opensubtitles-api: Updated to version 4.1.0

## 0.4.1-15 Beta - Ides of March - 11 March 2018

BugFixes:
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Popcorn Time - Streaming video through torrents
Copyright © 2014 - 2015 Popcorn Time and the contributors (popcorntime.ag)
Copyright © 2014 - 2018 Popcorn Time and the contributors (popcorntime.ag)

If you distribute a copy or make a fork of the project, you have to credit this project as source.

Expand All @@ -20,7 +20,7 @@ If you want to contact us : hello@popcorntime.ag


Popcorn Time - Streaming video through torrents
Copyright © 2014 - 2015 Popcorn Time and the contributors (popcorntime.ag)
Copyright © 2014 - 2018 Popcorn Time and the contributors (popcorntime.ag)
Popcorn Time is released under the GPL

Last update: May 4, 2014
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ You should have received a copy of the GNU General Public License along with thi

If you want to contact us : send pm to [samewhiterabbits](https://www.reddit.com/user/Samewhiterabbits) on reddit or [use the form](http://yify.is/index.php/blog/contact) on the yify website.

Copyright (c) 2015 Popcorn Time Community - Released under the [GPL v3 license](LICENSE.txt).
Copyright (c) 2018 Popcorn Time Community - Released under the [GPL v3 license](LICENSE.txt).
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
func_error

#Variables
version="0.4.1-15"
version="0.4.1-16"
tos="http://popcorn-time.is/tos.html"
$path="$HOME/.Popcorn-Time-CE"

Expand All @@ -36,7 +36,7 @@ Popcorn Time CE $version - Linux $arch bits
Please read our Terms of service:
$tos
This installer will install Popcorn Time in:
This installer will install Popcorn Time CE in:
~/.Popcorn-Time-CE
~/.local/share/applications
~/.local/share/icons
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.4.1-16-develop",
"version": "0.4.1-16",
"node-remote": "*://*",
"releaseName": "Ides of March",
"releaseName": "Summer Dreams",
"scripts": {
"start": "gulp run"
},
Expand Down

0 comments on commit c0c377f

Please sign in to comment.