Skip to content

Releases: danwdart/projectchaplin

0.5.5

21 Jan 00:23
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release

This release adds:

  • New controller refactors
  • Dependency updates
  • Uploader improvements
  • Fix convertor directory location, so convertor now works again
  • Overwrites to videos already uploaded
  • Height and width adjustments - these may not be perfect so please test them
  • Nicer forms
  • Nicer video page
  • Fixing voting system

Please test and have fun!

0.5.4

19 Jan 15:59
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release

This maintenance release adds:

  • Layout fixes
  • Code refactors / reorganisation and removal of unnecessary things

Please test and try - pulling from from Docker should include everything this time.

Have fun!

0.5.3

18 Jan 21:41
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

Release 0.5.3 includes fixes for issues that users were having with mobile devices.

This fixes these, adds form updates and now includes the 4 beta update to Bootstrap for easier mobile layout management.

Pulling from Docker will give you all these changes, as will the usual Github.

Have fun!

0.5.2

17 Jan 01:14
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Another micro-release tonight includes:

  • Adding of an admin user automatically
  • Opening video description links in a new window/tab
  • Allow disabling uploads/encodes

Adding envs and pulling Docker should do the trick - but in doubt always pull from git or use the zip file.

Have fun!

0.5.1

16 Jan 23:29
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

An update has been issued to yesterday's 0.5 release to fix the frontend code not being included in the static web server content and a push has been made to Docker.

This means if you start now - or sync from Docker (even if you still have 0.5 in your repository) everything will work again.

Additional changes in 0.5.1:

  • Splitting out of Docker dev and prod values
  • Extra code static analysis
  • Disabling of no-longer-used code (Nodes should be back nearer the next release).

Have fun!

0.5

16 Jan 02:00
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release

Announcing Project Chaplin (Beta Edition)!

After almost 7 years of development, Project Chaplin has been moved into beta.

This release adds:

  • Significant refactoring to most of the code
  • Module locations
  • Extra building and minification steps
  • Much easier Docker-able setup (after feedback) with multiple docker services

As usual, if you have any issues, please don't hesitate to report them at https://github.com/danwdart/projectchaplin/issues

Please play around, see what you can do!

0.3.2 Point release

13 Oct 08:34
Compare
Choose a tag to compare

Just a small point release fixing the youtube downloading bug (for the most part).
It should now be very much easier to keep compatibility with youtube.

0.3.1

28 Jul 00:25
Compare
Choose a tag to compare

Bugfix release:
Get and store access token for Vimeo
Linkify and space-ify descriptions
Set cache lifetime to 30m to prevent old data from remote nodes

0.3

27 Jul 22:18
Compare
Choose a tag to compare
0.3

Introducing Project Chaplin 0.3.

This release:
Adds Vimeo searching and importing support!
Adds Docker support and includes a sample Docker file (with a Raspberry Pi release in the rpi branch).
Logs and displays a link to the original YouTube link
Adds fullscreen support to YouTube videos
Makes the setup process more streamlined by starting daemons after setup is complete
Adds Infinite loops a la infiniteyoutube.com
Only imports Creative Commons videos from other services to avoid copyright issues

Bugfixes:
Fixes YouTube API problems
Shows correct licence on YouTube
Removes old HTML5 requirements to add events to play videos and make them fullscreen - this now exists in all modern browsers

Cleanups:
UI improvements
Gets rid of old unused code
Splits the ORM into a new repository for other projects

Re-adding the new release to projectchaplin.com is a work in progress.

Beta 2

12 Apr 12:33
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

Second release

Since release beta 1, the following features have been added:

Search now produces only CC-licenced YouTube videos
Faster loading through use of HTML5 AppCache (where enabled).