Releases: scytherswings/Plex-Board
Alpha v0.12.0 - We've got docker!
Changelog
Changed
- !!!IMPORTANT!!!
Theserver_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 becauseupdate.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.
- If you have issues you might need to do a
- 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
Added
Alpha v0.11.0 - Now with better installation scripts!
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
The mechanism for checking services works as expected. Whooops.
Alpha v0.7.0 - We're faster than slow!
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
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
Version bump because it could add backwards compatibility issues or something like that.
Alpha v0.4.2 - Plex Recently Added and a better backend!
Plex Recently Added, better javascript, more tests, and a better database design.
Begin feature parity for Plex functions
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
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).