Skip to content

Ombi v3.0.3477

Compare
Choose a tag to compare
@tidusjar tidusjar released this 18 Jul 18:34
f55a581

Hey guys, sorry for the lack of updates and responses, I've been away with the family 🍹 🌴 🌤 .

So here is the latest release!

New Features

  • Fixed the Plex OAuth warning! This means that we no longer see the insecure message when the users use OAuth to login to Ombi. [TidusJar]

  • Updated the Emby availability checker to bring it more in line with what we do with Plex. [TidusJar]

  • Added the ability to impersonate a user when using the API Key. This allows people to use the API and request as a certain user. #2363. [TidusJar]

  • Added more background images and it will loop through the available ones. [TidusJar]

  • Added chunk hashing to resolve #2330. [TidusJar]

  • Added API at /api/v1/status/info to get branch and version information #2331. [TidusJar]

Fixes

  • Fix #2322 caused by continue statement inside try catch block. [Anojh]

  • Fixed #2367. [TidusJar]

  • Fixed the issue where you could not delete a user #2365. [TidusJar]

  • Fixed the View On Emby URL since the Link changed #2368. [TidusJar]

  • Fixed the issue where episodes were not being marked as available in the search #2367. [TidusJar]

  • Fixed #2371. [TidusJar]

  • Fixed collection issues in Emby #2366. [TidusJar]

  • Do not delete the Emby Information every time we run, let's keep the content now. [TidusJar]

  • Emby Improvements: Batch up the amount we get from the server. [TidusJar]

  • Log errors when they are uncaught. [TidusJar]

  • Fix unclosed table tags causing overflow #2322. [Anojh]

  • This should now fix #2350. [TidusJar]

  • Improve the validation around the Application URL. [TidusJar]

  • Fixed #2341. [TidusJar]

  • Stop spamming errors when FanArt doesn't have the image. [TidusJar]

  • Fixed #2338. [TidusJar]

  • Removed some logging statements. [TidusJar]

  • Fixed the api key being case sensative #2350. [TidusJar]

  • Improved the Emby API #2230 Thanks Luke! [TidusJar]

  • Revert. [TidusJar]

  • Fixed a small error in the Mobile Notification Provider. [TidusJar]

  • Minor style tweaks. [Randall Bruder]

  • Downgrade to .net core 2.0. [TidusJar]

  • Downgrade Microsoft.AspNetCore.All package back to 2.0.8. [TidusJar]

  • Removed old code. [TidusJar]

  • Swap out the old way of validating the API key with a real middlewear this time. [TidusJar]