Skip to content

Releases: Ombi-app/Ombi

PlexRequests v1.8.3

29 Jun 13:33
Compare
Choose a tag to compare

Hello,

A small release for you guys:

Features

  • Add a request limit to the settings #6
  • Multiple language support #243
    • Please note that not everything is translated. This is a work in progress. If you find any mistranslated words please raise an issue.
  • Feature Request: Clear Logs Button and retention period #337
  • Show Logged in User / Welcome Message #293
  • Added the ability to enter HTML into the landing page notification

Bug Fixes

  • The column header "Issues" on the Issues page is misspelled. #362
  • Movie Search and Suggestions not working with CouchPotato enabled #350
  • Wrong Name #364
  • Fixed a bug where a regular user could see the "Delete" button on the issues page
  • Fixed a slight performance issue where sometimes when navigating to the Search or Landing page it would slow down.

PlexRequests v1.8.2

22 Jun 14:06
Compare
Choose a tag to compare

A bug fix release (Mainly around the new Issues)

  • Landing page logo image location does not include URL base #355
  • {"result":true,"message":null} page when removing issues #354
  • Reporting "Other" issue from requests page doesn't capture item title #353
  • Show the type of request in the notifications #346
  • Add option to disable notifications for requests that are automatically approved #345

PlexRequests v1.8.1

21 Jun 22:28
Compare
Choose a tag to compare

Some bug fixes!

PlexRequests v1.8.0

21 Jun 15:34
Compare
Choose a tag to compare

Another release for you all!

Features

  • Create an issue page #273
  • Add an optional landing page #298
  • Db Log cleanup #277
  • Specify scheduled jobs intervals #318

Bug Fixes

  • CouchPotato cache scheduler not working #334
  • Unable to Get CouchPotato Quality Profiles #321
  • database file has ballooned to 30GB. #325
  • RAM Usage #310
  • [Bug] Marking Not Yet Approved item as Available still leaves approval dropdown active. #309
  • Mark movies is wanted (Couchpotato) requested #300
  • When we cannot get CP's quality profiles, still load the requests page #296
  • PlexRequests sometimes completely unresponsive #295
  • It does not show the series requested when picking a season #270
  • Too many to list!

PlexRequests v1.7.5

29 May 16:24
Compare
Choose a tag to compare

A minor release for you lovely people!

Bug Fixes

  • Fixed a bug where if you only had 1 Plex Friend they would not show up in the list.
  • It does not show the series requested when picking a season #270
  • Email notifications for users but not admin #240
  • Allow users to request TV shows without Sonarr/SickRage #244
  • Movie Lookup Not Working #282

Enhancements

  • Consolidate UI theme css #237
  • mobile UI needs work #256
  • Delete All Requests #221
  • User div height not easy to handle #262
  • Db Log cleanup #277
  • Auto updater doesn't work #236
  • Make PR.Net's backend async #278 (Still in progress, searching and requests are done)
  • Use HTTPS for the poster images #280 (Thanks @seancallinan !)

PlexRequests v1.7.4

25 May 14:20
Compare
Choose a tag to compare

Another bug fix release

  • Movie Approval not working anymore #252
  • Slack notifications error #239
  • Enable Season Folders checkbox is not functioning #248
  • We now are correctly setting the DB version

PlexRequests v1.7.3

25 May 10:16
Compare
Choose a tag to compare

Bug fixed:

  • Slack notifications error #239

PlexRequests v1.7.2

25 May 09:08
Compare
Choose a tag to compare

Bug Fix Release

Hello, here are some bug fixes:

  • 403 Forbidden on Entry Approval #238
  • Slack notifications error #239
  • Authentication Issue #241

Also there was a few small styling changes included.

PlexRequests v1.7.1

24 May 20:49
Compare
Choose a tag to compare

A fix for the authentication page when using a reverse proxy, plus below's changes


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!

PlexRequests v1.7.0

24 May 19:29
Compare
Choose a tag to compare

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!