PlexRequests v1.7.0
Some more features coming your way, apologies it took so long, I was on vacation for 2 week woo ☀️ 😎
Breaking Changes
In this release I have also change how the application starts up and handles any arguments passed to it.
Before we could manually specify a port by doing the following PlexRequests.exe 8080
.
Now we need to do the following
PlexRequests.exe -p 8080
and for BaseUrl
PlexRequests.exe -b request
Features
- Created a all new API! #205
- Created API documentation! You can access this documentation by going to http://localhost:port/apidocs/ #222
- We have created an Autoupdater (Similar to what Plex has) #29
- We also show a notification to the admin when there is an update available #189
- Added the ability to select specific seasons when requesting TV shows!
- Added Slack notification support #164
- Added user notifications (need to set up in the email notification section)! #27
- Added the ability to switch between the original theme and a dark plex theme #229
- Added a new theme, a Dark Plex like theme thanks to @MiuiSwitzerland !
- Added support for TLS notifications #224
- Added some validation on the Base URL settings filed #209
- We are now using a retry handler for our api calls, this will allow us to handle transient faults better #208
- We now backup the database into a folder called
Backup
, these backups will be deleted once they are older than 7 days. Backups get created on application startup and also every day. - We support Plex Home users #185
- Notifications for requests are no longer sent to admins #183
- General improvements and fixes
Bugs Fixed
- Fixed a bug where SIGHUP was causing issues #220
- All albums requested was going to the wrong url #215
- Fixed Gmail issues #204
- Fixed issues where the program would crash #202
- We no longer need to talk to github when starting #184
- Multiple smaller bug fixes
Enjoy!