Releases: Ombi-app/Ombi
Ombi v3.0.3330
New Features
-
Added the subscription feature. [TidusJar]
- Users can now "subscribe" to other requests and get notifications for them when the state changes e.g. Available, Approved etc.
- Note this is only available to users who can view other requests.
-
Improved the way we sync the plex content and then get the metadata. #2243. [TidusJar]
- This should be a lot faster, made the default time it runs every 30 minutes instead of every hour. If you have your own custom CRON expression for this it will not be affected.
-
Added the test button for mobile notifications, you can now choose what user to send a test notification to. [TidusJar]
-
Added classes to donation html elements. [Anojh]
-
Enhanced newsletter styling to support more mail clients. [Anojh]
Fixes
-
Fixed #2257. [TidusJar]
-
Fixed the issue when enabling the Hide Request Users included system users e.g. API key user #2232. [TidusJar]
-
Fix #2167. [Anojh]
-
Fix #2228. [Anojh]
-
Fix #2246. [Anojh]
-
Fix #2234. [Anojh]
-
Fixed that sometimes there would be a hidden error on the login page. [TidusJar]
Massive thanks to @anojht for cleaning up a load of bugs and issues!
Ombi v3.0.3304
New Features
-
Updated to prevent security vulnerability as noted here: aspnet/Announcements#300. [TidusJar]
-
Always enable mobile link, ready for the mobile release [TidusJar]
- Android app is available on the App Store, just waiting to finish the iOS app.
-
[LC] - Added classes to root/quality override divs. [Anojh]
Fixes
- Fixed an issue where sometimes the OAuth wouldn't work when loading the login page. [TidusJar]
Ombi v3.0.3293
New Features
-
Newsletter template styling reworked to fit in with the Ombi UI. [Anojh]
-
Made a massive improvement on the Smaller more frequent Plex Job. This should pick up content a lot quicker now and also get their metadata a lot quicker. [TidusJar]
- This will fix any issues with Ombi not picking up content and fixes issues with the newsletter too.
-
Enable the mobile notifications inside Ombi (Preparing for iOS & Android app). [TidusJar]
-
Moved the RecentlyAddedSync into it's own job, it still is calls the regular sync but this should make it easier to start the job from the UI (When I add that) [TidusJar]
-
Made the episode list in the newsletter easier to read. Rather than 1,2,3,4,5,10 we will now show 1-5, 10. [TidusJar]
-
Trigger a metadata refresh when we finish scanning the libraries. [TidusJar]
-
Other technical improvements [TidusJar]
Fixes
-
Update jobs page for styling fixes. [D34DC3N73R]
-
Fixed #2224. [TidusJar]
-
Fixed the filter on the Requests page #2219 and added the default sort to be most recent requests. [TidusJar]
-
Fixed a potential issue in the newsletter where it wouldn't send content due to missing metadata, but would mark it as if it was sent. [Jamie Rees]
-
Fix for issue #2152. [Anojh]
Ombi v3.0.3268
Ombi v3.0.3239
New Features
-
Added Plex OAuth!
- We now have the ability to authenticate users with Plex, they will get redirected to the Plex.tv website to log in and then redirect back to Ombi!
- This needs to be enabled under the Authentication Settings
-
Added paging to the TV Requests page. [TidusJar]
-
Added Paging to the Movie Requests Page. [TidusJar]
-
Updated Mailkit dependancy. [TidusJar]
-
Update Hangfire, Newtonsoft and Swagger. [TidusJar]
-
Added View on Emby Button (#2173) [Anojh]
-
Added background property to tvrequests API (#2172) [Anojh]
Fixes
-
More improvements to the Plex OAuth, Added the ability to turn it off if needed. [TidusJar]
-
Fixed the bug where only showing API User #2187. [TidusJar]
-
Fixed #2164. [TidusJar]
-
Fixed #2151. [TidusJar]
-
Fixed #2170. [TidusJar]
-
Fixed the newsletter not sending #2134. [TidusJar]
- Please press the update database button again.
-
Inject base url if set before theme file url, see issue #1795. [Anojh]
-
Sign In rather than Login/Continue. [Avi]
-
Fixed #2179. [TidusJar]
-
Fixed #2169. [TidusJar]
-
Inject base url if set before theme file url, see issue #1795 (#2148) [Anojh]
Ombi v3.0.3185
New Features
-
Added a new Job. Plex Recently Added, this is a slimmed down version of the Plex Sync job, this will just scan the recently added list and not the whole library. I'd reccomend running this very regulary and the full scan not as regular. [Jamie]
-
Add web-app-capable for IOS and Android. [Thomas]
-
Add base url as a startup argument #2153. [Jamie Rees]
Fixes
-
Fixed the bug where the newsletter CRON was not appearing on the job settings page. [Jamie]
-
Fixed a bug with the RefreshMetadata where we would never get TheMovieDBId's if it was missing it. [Jamie]
Ombi v3.0.3173
Fixes
Small bug fix that sometimes stopped the API from working.
Ombi v3.0.3164
New Features
-
Added the ability to send newsletter out to users that are not in Ombi. [Jamie]
-
Added the ability to turn off TV or Movies from the newsletter. [Jamie]
-
Added random versioning prefix to the translations so the users don't have to clear the cache. [Jamie]
-
Added more information to the about page. [Jamie]
-
Update _Layout.cshtml to include some more metadata. [goldenpipes]
-
Changed the TV Request API. We now only require the TvDbId and the seasons and episodes that you want to request. This should make integration regarding TV a lot easier. [Jamie]
-
Emby improvments on the way we sync/cache the data. [Jamie]
-
Memory improvements. [Jamie]
-
Made some improvements to the Sonarr Sync job #2127. [Jamie]
-
Turn off Server GC to hopefully help with #2127. [Jamie Rees]
Fixes
-
Fixed #2109. [Jamie]
-
Fixed #2101. [Jamie]
-
Fixed #2105. [Jamie]
-
Fixed some styling on the issues detail page. [Jamie]
-
Fixed #2116. [Jamie]
-
Limit the amount of FileSystemWatchers being spawned. [Jamie]
-
Fixed the issue where Emby connect users could not log in #2115. [Jamie]
-
Fixed a little bug in the newsletter. [Jamie]
-
Fixed the issue where movies were not appearing in the newsletter for users with Emby #2111. [Jamie]
Ombi v3.0.3111
New Features
-
Added the Recently Added Newsletter! You are welcome. [tidusjar]
- Please read the wiki article before enabling: https://github.com/tidusjar/Ombi/wiki/Newsletter-Settings
- The notification variables are also slightly different for the newsletter, see here: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables
-
Improved the way we use the notification variables, we have now split out the Username and Alias (Requested User is depricated but not removed) [tidusjar]
- Please see the the wiki for full information: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables
-
Added a new scrollbar to Ombi. [tidusjar]
-
Added the ability to automatically generate the API Key on startup if it does not exist #2070. [tidusjar]
-
Updated npm dependancies. [tidusjar]
-
Added the ability to refresh the backend metadata (#2078) [tidusjar]