Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Releases: scytherswings/Plex-Board

Alpha v0.12.0 - We've got docker!

15 Apr 05:34
Compare
Choose a tag to compare
Pre-release

Changelog

Changed

  • !!!IMPORTANT!!!
    The server_config.yml file has changed formats. You will need to delete the one you have
    in order to consume this update!
    • The new format makes more sense and has better descriptions along with examples.
  • update.sh was changed so you'll need to do a git pull before you run it.
    This is because update.sh cannot manipulate itself while it is running. I will figure out something more
    graceful in the future.
    • If you have issues you might need to do a git reset --hard to get your local changes back to an update-able state.
  • Overhauled the overhauled scripts again. They now provide better support for windows.
    • Added set -e to all of the scripts so they will stop if any errors occur.

Added

  • Docker support is here!
    • You can find the container here.
    • Docker is the preferred deployment strategy on Windows systems as it resolves all of the
      cross-platform issues.
    • See the install guide here.

Alpha v0.11.0 - Now with better installation scripts!

07 Apr 04:52
Compare
Choose a tag to compare

Checkout the Changelog for the full list of changes.

The most major things are that runServer.sh has been renamed to startServer.sh and serverSetup.sh
is way more capable now. Most of your dependencies should be sorted out by that script.
update.sh is now a thing too so you can use that to pull in the latest changes.

Alpha v0.7.2 - This one works

28 Mar 01:48
Compare
Choose a tag to compare
Pre-release

The mechanism for checking services works as expected. Whooops.

Alpha v0.7.0 - We're faster than slow!

25 Mar 23:07
Compare
Choose a tag to compare
Pre-release

The SSE mechanism was overhauled, along with some Javascript. Events should be much less chatty now and page loading times should be better.

Also the online status of each service is now stored in cache instead of in the database, this allows SQLite3 to breathe a bit better, also there was no real benefit to storing that boolean field anyway.

Alpha v0.6.1 - Updated dependencies and Plex API Calls

25 Mar 06:55
Compare
Choose a tag to compare

Plex changed their APIs for the media server so nothing earlier than this release will work. Probably.

Alpha v0.5.0 - Updated to Ruby 2.3.0

09 Feb 23:12
Compare
Choose a tag to compare
Pre-release

Version bump because it could add backwards compatibility issues or something like that.

Alpha v0.4.2 - Plex Recently Added and a better backend!

25 Jan 02:18
Compare
Choose a tag to compare

Plex Recently Added, better javascript, more tests, and a better database design.

Begin feature parity for Plex functions

20 Oct 04:25
Compare
Choose a tag to compare
Pre-release

The beginning of useful features. This release isn't going to be useful to anyone quite yet, but we're getting there.

Basic Layout and SSE

23 Sep 05:38
Compare
Choose a tag to compare
Basic Layout and SSE Pre-release
Pre-release

This is in no way ready to use quite yet. But now the framework is here, so building on top of this shouldn't be too bad (haha, last words).