Skip to content

Releases: Ombi-app/Ombi

Ombi v3.0.4892

16 Nov 00:33
9530baa
Compare
Choose a tag to compare

Fixes

  • Fixed the issue where some users could not start Ombi

Ombi v3.0.4887

13 Nov 22:28
318bd0c
Compare
Choose a tag to compare

Fixes

Ombi v3.0.4880

13 Nov 08:38
3ca187b
Compare
Choose a tag to compare

New Features

  • Added MySql as a new database provider, you can read about this here: https://github.com/tidusjar/Ombi/wiki/Using-a-different-database . Please be aware this is still a beta feature. [TidusJar]

  • Output some useful stuff to the about window regarding the databases. [TidusJar]

  • Add adult movie filtering, we can now filter out adult movies and certain keyworks for movies (New The Movie DB settings page). [Taylor Buchanan]

  • Fix search bar overlap on mobile. [Taylor Buchanan]

  • Add SK lang. [TidusJar]

Fixes

  • Reduced the time it takes for us to authenticate with Plex OAuth [TidusJar]

  • Fixed the issue where we couldn't always pick up stuff on the plex recently added sync. [TidusJar]

  • Removed hangfire completly from Ombi. [TidusJar]

  • Fixed the notifications issue. [TidusJar]

  • Corrected Notification Type on Request Declined [Tim]

  • Fixed the issues where the DB was being disposed too early. [TidusJar]

  • Fixed an error with the newsletter with the new db structure. [TidusJar]

  • Fix for #3219. [TidusJar]

  • Fixed the error in the newsletter. [TidusJar]

  • Fixed #3208. [TidusJar]

  • New translations en.json (Slovak) [TidusJar]

  • Add the migration to the correct database... #3214. [TidusJar]

  • Hopefully provide a fix now for #2998 Theory is that the refresh metadata was using stale data and then overriding the availbility that just happened on that media item. [TidusJar]

Here's a bonus picture of the Ombi mascot Bruce
image

Ombi v3.0.4817

12 Oct 20:59
cd8a898
Compare
Choose a tag to compare

New Features

  • Added better support for Jellyfin, we will now auto detect if it's a jellyfin server after pressing the discover button. [tidusjar]
  • Added a bit more logging into the recently added scan. [tidusjar]
  • More translations

Fixes

  • Fixed #3078. [tidusjar]

  • Fixes issue #3195 The new string extension method ToHttpsUrl ensures that URLs starting with "https" are no longer turned into "httpss" The commit also replaces all occurances of the error prone .Replace("http", "https") in the whole solution. [msdeibel]

  • Fix for #3183. [tidusjar]

  • Fixed an issue where running the recently added sync via the UI was running the full sync. [tidusjar]

  • Fixed #3143. [tidusjar]

  • Fixed the issue when we are logging errors in the logs incorrectly. [tidusjar]

  • Removed the lanuage profile from the Lidarr integration. [tidusjar]

  • Try and clear up the issue #2998. [tidusjar]

  • Fixed an issue where shows that have no aired, episodes are not marked as monitored in Sonarr. [tidusjar]

  • Fixed an error when finishing the content sync. [tidusjar]

  • Fixed issue where using the API to request a movie/tv show would throw an exception when only using the API Key #3091. [tidusjar]

  • Put "Ombi" back as the product name for Plex oAuth. [tidusjar]

Ombi v3.0.4680

17 Jul 08:57
d1d422a
Compare
Choose a tag to compare

Fixes

  • Fixed the database lock issues - [TidusJar]
  • Fixed the issue with Plex OAuth - [TidusJar]

Ombi v3.0.4659

02 Jul 15:25
4109b7d
Compare
Choose a tag to compare

Apologies about the lack of releases recently. I've been working on Ombi V4 but also I have had a new job in the meantime and have been concentrating on that quite a lot!

So V4 will probably be the next release, there is still not ETA on it so please don't ask :)

Here's a picture of my puppy Bruce, enjoy!
20190527_194251

Please note that any custom CRON's will be reset and will need to be setup once again

New Features

  • Added further logging into the API's (debug logging) [TidusJar]

  • Added some defensive coding around when we create an artist for #2915. [TidusJar]

  • New translation [TidusJar]

  • Add Gotify as notification provider. [Guillaume Taquet Gasperini]

  • Added a global mutex (not used yet) and moved around the code for logging in since I suspect the Get Roles call is using deffered execution on the database causing the lock when attempting to access straight away #2750. [TidusJar]

  • Set the View On Emby Url at runtime so the user can configure and change the URL and it will take effect straight away. [TidusJar]

Fixes

  • Fixed the issue where the recently added scan was actually calling the RefreshMedia which ends up wiping out the Plex cache instead of refreshing the metadata... i'm a dumb ass #3023. [TidusJar]

  • Fix #3027. [Jamie]

  • Renamed "Extensions" for Spelling Mistake. [bdrumm1234]

  • #3010 - Make sure we only sync the Monitored Radarr movies... [TidusJar]

  • Fixed #2995. [TidusJar]

  • Fix album-request-permission error message. [Patrick Collins]

  • Swagger index prepends configured baseurl. [Austin Jackson]

  • Add a internal retry when we have a locked db. [TidusJar]

  • Fixed #2374. [TidusJar]

  • Fixed #2950. [TidusJar]

  • Fixed #2967. [TidusJar]

  • Re-re fix the remove button. [goldenpipes]

  • Fixed the other error for #2955. [TidusJar]

  • More to debug logging. [TidusJar]

  • Placeholder Text for Search Boxes (#2939) [Kris Klosterman]

  • Reset all of the schedules due to Quartz using a different CRON system. Updated the UI code to reflect this. [TidusJar]

  • Swap out the scheduler #2750. [TidusJar]

  • Fixed the mixed content warnings and the error when removing a album request #2884. [TidusJar]

  • Fixed #2910. [TidusJar]

  • Fix for broken twitch url in readme file. [PotatoQuality]

  • More for #2750. [TidusJar]

  • Removed the auditing, was not used anyway #2750. [TidusJar]

  • Fixed #2803 in regards to the Request Button showing up. Still need to investigate the availability side of things. [TidusJar]

  • Delete the schedules db on startup, we don't want it trying to recover the jobs. [TidusJar]

  • Fixed the issue where it was not picking up roles until the JWT was refreshed. [TidusJar]

  • Fixed #2636. [TidusJar]

  • Take out the lastlogindate update for now #2750. [TidusJar]

  • Fixed #2860 When a future series is unknown it should appear as available when we have the other seasons. [TidusJar]

  • Set the CommandTimeout longer to see if EF can get a handle on the SQLite file when it's locked #2750. [TidusJar]

  • Prevented #2848 from erroring out causing further issues. [TidusJar]

  • Fixed #2847. [TidusJar]

  • Fixed a regression issue where TV Shows couldn't be requested. [TidusJar]

  • Fix typo. [Jeff]

  • Fixed an issue where the Subscribe button was appearing on available movies. [TidusJar]

Ombi v3.0.4654

02 Jul 10:33
282b7de
Compare
Choose a tag to compare

Ombi v3.0.4256

19 Feb 17:21
c0040bf
Compare
Choose a tag to compare

Hotfix Release

Fixed an issue where email notifications are no longer sending out.

New Features

  • Update discord link to follow the scheme of other links. [Tom McClellan]

  • Added the functionality to remove a user from getting notifications to their mobile device #2780. [TidusJar]

  • Added Actor Searching for Movies! [TidusJar]

  • Added the ability to change where the View on Emby link goes to #2730. [TidusJar]

  • Added the request queue to the notifications UI so you can turn it off per notification agent #2747. [TidusJar]

  • Added new classes to the posters #2732. [TidusJar]

  • Added a demo mode, this will only show movies and shows that are in the public domain. Dam that stupid fruit company. [TidusJar]

Fixes

  • Fix: src/Ombi/package.json to reduce vulnerabilities. [snyk-bot]

  • Fixed #2801 this is when a season is not correctly monitored in sonarr when approved by an admin. [TidusJar]

  • Small improvements to try and mitigate #2750. [TidusJar]

  • Removed some areas where we clear out the cache. This should help with DB locking #2750. [TidusJar]

  • Fixed #2810. [TidusJar]

  • Cannot create an issue comment with the API #2811. [TidusJar]

  • Set the local domain if the Application URL is set for the HELO or EHLO commands. #2636. [TidusJar]

  • New translations [TidusJar]

  • Minor grammatical edits. [Andrew Metzger]

  • Fixed #2802 the issue where "Issues" were not being deleted correctly. [TidusJar]

  • Fixed #2797. [TidusJar]

  • Fixed #2786. [TidusJar]

  • Fixed #2756. [TidusJar]

  • Ignore the UserName header as part of the Api is the value is an empty string. [TidusJar]

  • Fixed #2759. [TidusJar]

  • Did #2756. [TidusJar]

  • Fixed the exception that sometimes makes ombi fallover. [TidusJar]

  • Log the error to the ui to figure out what's going on with #2755. [TidusJar]

  • Small fix when denying a request with a reason, we wasn't updating the ui. [TidusJar]

  • Make sure we can only set the ApiAlias when using the API Key. [TidusJar]

  • #2363 Added the ability to pass any username into the API using the ApiAlias header. [TidusJar]

  • Removed the Add user to Plex from Ombi. [TidusJar]

Ombi v3.0.4248

18 Feb 16:08
cc0f0de
Compare
Choose a tag to compare

New Features

  • Update discord link to follow the scheme of other links. [Tom McClellan]

  • Added the functionality to remove a user from getting notifications to their mobile device #2780. [TidusJar]

  • Added Actor Searching for Movies! [TidusJar]

  • Added the ability to change where the View on Emby link goes to #2730. [TidusJar]

  • Added the request queue to the notifications UI so you can turn it off per notification agent #2747. [TidusJar]

  • Added new classes to the posters #2732. [TidusJar]

  • Added a demo mode, this will only show movies and shows that are in the public domain. Dam that stupid fruit company. [TidusJar]

Fixes

  • Fix: src/Ombi/package.json to reduce vulnerabilities. [snyk-bot]

  • Fixed #2801 this is when a season is not correctly monitored in sonarr when approved by an admin. [TidusJar]

  • Small improvements to try and mitigate #2750. [TidusJar]

  • Removed some areas where we clear out the cache. This should help with DB locking #2750. [TidusJar]

  • Fixed #2810. [TidusJar]

  • Cannot create an issue comment with the API #2811. [TidusJar]

  • Set the local domain if the Application URL is set for the HELO or EHLO commands. #2636. [TidusJar]

  • New translations [TidusJar]

  • Minor grammatical edits. [Andrew Metzger]

  • Fixed #2802 the issue where "Issues" were not being deleted correctly. [TidusJar]

  • Fixed #2797. [TidusJar]

  • Fixed #2786. [TidusJar]

  • Fixed #2756. [TidusJar]

  • Ignore the UserName header as part of the Api is the value is an empty string. [TidusJar]

  • Fixed #2759. [TidusJar]

  • Did #2756. [TidusJar]

  • Fixed the exception that sometimes makes ombi fallover. [TidusJar]

  • Log the error to the ui to figure out what's going on with #2755. [TidusJar]

  • Small fix when denying a request with a reason, we wasn't updating the ui. [TidusJar]

  • Make sure we can only set the ApiAlias when using the API Key. [TidusJar]

  • #2363 Added the ability to pass any username into the API using the ApiAlias header. [TidusJar]

  • Removed the Add user to Plex from Ombi. [TidusJar]

Ombi v3.0.4119

09 Jan 22:28
5ee25be
Compare
Choose a tag to compare

New Features

  • Added a page where the admin can write/style/basically do whatever they want with e.g. FAQ for the users, this is not behind authentication currently #2715 This needs to be enabled in the Customization Settings and then it's all configured on the page. [TidusJar]

  • Updated the AspnetCore.App package to remove the CVE-2019-0564 vulnerability. [TidusJar]

  • Added the ability to search movies via the movie db with a different language! [tidusjar]

  • Added the ability to specify a year when searching for movies. [tidusjar]

  • Made the newsletter use the default lanuage code set in the Ombi settings for movie information. [TidusJar]

  • Added a global language flag that now applies to the search by default. [tidusjar]

  • Updated the frontend packages (Using Angular 7 now) [TidusJar]

  • Added capture of anonymous analytical data. [tidusjar]

  • Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables. [tidusjar]

  • Updated the Newsletter template! Better mail client support [d1slact0r]

  • Updated boostrap #2694. [TidusJar]

  • Added the ability to deny a request with a reason. [TidusJar]

  • Updated to .net core 2.2 and included a linux-arm64 build. [aptalca]

  • Make the newsletter BCC the users rather than creating a million newsletters (Hopefully will stop SMTP providers from marking as spam). This does mean that the custom user customization in the newsletter will no longer work. [TidusJar]

  • New translations [TidusJar]

Fixes

  • Fixed #2716. [tidusjar]

  • If we don't know the Plex agent, then see if it's a ImdbId, if it's not check the string for any episode and season hints #2695. [tidusjar]

  • Fixed #2704. [tidusjar]

  • Fixed #2697. [tidusjar]

  • Fixed #2691. [tidusjar]

  • Fixed linting. [TidusJar]

  • Fixed the Plex OAuth when going through the wizard. [TidusJar]

  • Fixed #2678. [TidusJar]

  • Set the landing and login pages background refresh to 15 seconds rather than 10 and 7. [TidusJar]

  • Fixed a bug with us thinking future dated emby episodes are not available, Consoldated the emby and plex search rules (since they have the same logic) [TidusJar]