Skip to content

Latest commit

 

History

History
1096 lines (1000 loc) · 170 KB

CHANGELOG.md

File metadata and controls

1096 lines (1000 loc) · 170 KB

Changelog

(unreleased)

New features

Fixes

v0.2.0.1293 (2019-01-10)

New features

Fixes

  • Fixed Hopefully fixed sqlite errors when finding by title. [Leonardo Galli]
  • Fixed Another IDisposable leak when lazy loading properties. [Taloth Saldono]
  • Fixed MediaCoverService tests and stupidly forgetting to open the database connection for logging. [Leonardo Galli]
  • Fixed MediaCovers resizing potentially leaking memory when concurrently executing. [Leonardo Galli]
  • Fixed Stream leakage inside CurlHttpDispatcher. [Leonardo Galli]
  • Fixed Apparently Microsoft thinks that you should cast to IDisposable first. [Leonardo Galli]
  • Fixed Invalid SQLite cache size. [Leonardo Galli]
  • Fixed Resource leakage inside HttpClient. [Leonardo Galli]
  • Fixed Typo that could probably lead to an infinite loop. [Leonardo Galli]
  • Fixed Resource leakage inside ManagedHttpDispatcher. [Leonardo Galli]
  • Fixed Leaking of objects when logging something to the database. [Leonardo Galli]
  • Fixed DataMapper potentially leaking stuff when being disposed. [Leonardo Galli]
  • Fixed DataMapper not being disposed, leading to resource leakage. [Leonardo Galli]
  • Fixed Memory leak due to unmanaged Bitmaps leaking. [Leonardo Galli]
  • Fixed Unable to parse movies from 1800s. [Leonardo Galli]
  • Fixed OSX Packages not getting correct version info. [Leonardo Galli]
  • Fixed npm start not working with node 10. [Leonardo Galli]
  • Fixed Hopefully fixed issue where a null downloadId or title would cause no downloads to be tracked. [Leonardo Galli]
  • Fixed Bump default version to prevent update running from source (#3199) [Qstick]
  • Fixed MediaInfo Unit Test Failing due to AudioAdditionalFeatures (#3221) [Qstick]

v0.2.0.1216 (2018-11-07)

New features

  • Changed 64bit mediainfo.dll to 32bit to resolve issue: Radarr#3138. [geogolem]
  • New Refactor MediaInfo tokens (fixes old tokens adds new stuff) (#3058) [Ricardo Amaral]
  • Changed Don't hide custom formats behind advanced settings when editing quality. [Leonardo Galli]
  • Changed Upped rate at which we scan the download client. Should reduce cpu and ram usage as well as decrease pressure on download clients. [Leonardo Galli]
  • Changed Improve model and UI handling for lists. Should finally fix root folder errors. (#3133) [Ricardo Amaral]
  • Changed Don't return unmapped folders on rootfolder API call. Massively improves loading time. (#3116) [Justin Kromlinger]
  • New Support for Homebrew-installed mono (#3090) [Jeff Byrnes]
  • New mk3d file format (#2795) [Qstick]
  • New "Add Paused" option to Deluge and Transmission (#3038) [cookandy]
  • Changed All-around small improvements (#3032) [Ricardo Amaral]
  • New Czech Language (#2948) [halali]
  • New Fallback to Bitrate_Nominal for MediaInfo (#2886) [Qstick]
  • New All new custom formats 9000! (Rescan old files, delete formats, polish UI, etc. See discord for full changes): [Leonardo Galli]
  • New Upgrade MediaInfo to 17.10 (Windows/macOS) [Mark McDowall]
  • New The ability to set the number of threads (NOT SUPPORTED!) to use for tasks using THREAD_LIMIT environment variable. [Leonardo Galli]
  • New Adds unmonitored filter option in index and editor (#2888) [Qstick]
  • New Monitor Toggle on Movies Editor Page (#2887) [Qstick]
  • Changed "importing an episode" to "importing a movie file" (#2829) [Travis Boss]

Fixes

  • Fixed Fallback to 'VideoCodec' if 'VideoFormat' is unavailable (#3142) [Ricardo Amaral]
  • Fixed Read video 'BitRate_Nominal' if 'BitRate' is empty (#3144) [Ricardo Amaral]
  • Fixed UpdateMovieQualityService Tests. [Leonardo Galli]
  • Fixed Ignore "special drives" from System » Disk Space (#3050) [Ricardo Amaral]
  • Fixed Tweak style of movie path template on "add movies" screen (#3108) [Ricardo Amaral]
  • Fixed Unable to update custom formats for releases with bad Source Titles. [Leonardo Galli]
  • Fixed Do not search movie if unmonitored (#3131) [Ricardo Amaral]
  • Fixed Quality badges not being shown on bulk import. (#3121) [Ricardo Amaral]
  • Fixed Trim filename from Kodi movie path before sending library scan request. (#3097) [Lawrence]
  • Fixed Hopefully fixed bulk import not showing files. [Leonardo Galli]
  • Fixed MPEG-2 remuxes being detected as "Raw-HD" quality. [Leonardo Galli]
  • Fixed Allow directory to be parsed similar to past implementation (#3057) [Ricardo Amaral]
  • Fixed Class names on the 'add movies screen' (#3047) [Ricardo Amaral]
  • Fixed Use proper cursor for text and linked labels (#3041) [Ricardo Amaral]
  • Fixed Donate button requiring two clicks to actually work. [Leonardo Galli]
  • Fixed Templates for custom format using wrong modifiers. [Leonardo Galli]
  • Fixed Profiles always failing validation. [Leonardo Galli]
  • Fixed ImdbIds not being padded with zeroes, which messes up matching. [Leonardo Galli]
  • Fixed Issue with custom formats when profile was saved with non existing formats. Also you now don't have to refresh your browser for them to appear / disappear. [Leonardo Galli]
  • Fixed Migration would add double underscores for format tags without modifiers. Also fixed Radarr misparsing those tags and added migration to correct this. [Leonardo Galli]
  • [WIP] Additions to custom formats, such as rescanning old files. (#2949) [Leonardo Galli]
  • Fixed Unnecessary housekeeping commands consuming a lot of memory. [Leonardo Galli]
  • Fixed Annoying [renamemoviesfolder] Completed popup for no reason. [Leonardo Galli]
  • Fixed Concurrent manual imports silently failing. [Leonardo Galli]
  • Fixed Files that cannot be parsed, kill bulk import. [Leonardo Galli]
  • Fixed Absolutely Required Format Tag modifier being ignored when multiple modifiers were present. [Leonardo Galli]
  • Fixed Error when valid movie file id is around, but movie file is not loaded. [Leonardo Galli]
  • Fixed Movies not being unmonitored when using clean library and lists. [Leonardo Galli]
  • Fixed Also scan media info when file is being imported (i.e. not an existing file) [Leonardo Galli]
  • Fixed Invalid qualities messing up the release module and other stuff. [Leonardo Galli]
  • Fixed Languages not showing up correctly. [Leonardo Galli]
  • Fixed Null exception due to resharper refactoring. [Leonardo Galli]
  • Fixed No media info causing an error when importing files. [Leonardo Galli]
  • Fixed Saving IndexerSettings into DB which confuses the datamapper. [Leonardo Galli]
  • Fixed Not using correct info for determining state! [Leonardo Galli]
  • New Ability to add custom formats, working similar to qualities. (#2669) [Leonardo Galli]
  • Create reaction.yml. [Leonardo Galli]
  • Fixed .vtt files treated as subtitles (#2885) [Qstick]
  • Fixed Debug log Series reference in QualityAllowedByProfile spec (#2899) [Qstick]
  • Fixed Multiple UI Fixes and Additions (#2894) [Qstick]
  • Fixed Multiline in table view on two lines (#2870) [hotio]

v0.2.0.1120 (2018-05-27)

New features

  • New AHD_Internal and G_Scene indexer flags. Also linked a wiki page with more information about indexer flags. [Leonardo Galli]
  • New indexer flags to the list of environmental variable for customs scripts (on grab) (#2801) [bobbintb]
  • Updated issue templates. [Leonardo Galli]

Fixes

  • Fixed AwesomeHD failing on an empty imdbid. [Leonardo Galli]
  • Fixed Rare timing issue on first-use causing duplicate naming config (#2790) [Qstick]
  • Fixed Qbittorrent state and eta fixes (#2789) [Qstick]
  • Fixed Purge alt titles on movie delete (#2796) [Qstick]
  • Fixed Don’t allow profiles in use by lists to be deleted (#2797) [Qstick]
  • Fixed Throwing error when indexer doesn't support a category. Now only warns the user. [Leonardo Galli]
  • Fixed Broken Newznab testing. [Leonardo Galli]
  • Fixed Omgwtfnzbs API categories (UHD, Full BR and Other) (#2764) [jusher00]
  • Fixed Indexers that do not support movie search should give better error messages. Radarr now also complains if an indexer does not support certain categories. [Leonardo Galli]
  • Fixed RSS Feeds with no description failing to be added. [Leonardo Galli]

v0.2.0.1067 (2018-04-17)

Fixes

v0.2.0.1066 (2018-04-16)

New features

  • New More logging for strange PTP errors. Please report them immediately when you see them. [Leonardo Galli]
  • New Setting for Colon Replacement Format (#2711) [Qstick]
  • New Enable Download Client Priorities (#2699) [Qstick]
  • New Radarr now stores cookies for PTP beyond restarts. Should limit active sessions correctly. (#2643) [Leonardo Galli]
  • New Setting for absolute maximum size for a release (#2662) [Qstick]
  • New A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) (#2589) [Qstick]
  • Updated stale.yml. [AeonLucid]

Fixes

  • Fixed Register as Radarr to avoid issues with Sonarr (#2715) [Qstick]
  • Fixed Handling of unknown status types in DownloadStation and Import from torrent Download Station should move since DS maintains an internal copy for seeding. (#2420) [Marcelo Castagna]
  • Fixed Misc Extra File Improvements (This changes mapping of backdrop images to Fanart instead of Banner) (#2642) [Qstick]
  • Fixed Multiple Calendar Issues, Other UI Fixes (#2685) [Qstick]
  • Fixed Cutoff Unmet Sorting by Downloaded Quality not working. [Leonardo Galli]
  • Fixed Add form param before submitting request (#2674) [Qstick]
  • Fixed Don't add category when removing torrent from qBittorrent (#2661) [Qstick]
  • New underscore to host part of URI regex (#2633) [mueslo]
  • Fixed ICS malformed in a lot of cases. Also events are now all day. [Leonardo Galli]
  • Fixed Set category when adding torrent to qBittorrent (#2649) [themagicbullet]
  • Create support.yml. [Leonardo Galli]
  • Fixed Incorrect Kodi nfo date format (#2605) [Qstick]
  • Fixed Sort by Downloaded not working. [Leonardo Galli]

v0.2.0.995 (2018-03-04)

New features

Fixes

v0.2.0.980 (2018-02-21)

New features

  • Changed Metadata links are now better readable. Also fixed links in the poster view. (#2562) [thezoggy]
  • New Handle ctrl-c more gracefully. [Leonardo Galli]
  • New Device names for Join notifications (#2544) [Qstick]
  • New Same File Size MediaFile Specification (#2532) [Qstick]
  • Updated NLog to version 4.4.12. Should fix #2218 [Leonardo Galli]
  • New Importing extra files from downloaded movies and generate metadata such as .nfo (#2506) [Qstick]
  • New Quotes around alternative titles (#2522) [Qstick]
  • New Backup improvements from Sonarr (#2513) [Qstick]
  • Updated NzbDrone references in FirewallAdapter.cs (#2504) [Qstick]

Fixes

v0.2.0.935 (2018-02-06)

New features

  • New Include total space with root folders. [Leonardo Galli]
  • New Manual Import now adds year after movie title for filtering. This should help finding movies such as IT. [Leonardo Galli]
  • New Option to require indexer flags per indexer. (e.g. only download freeleech torrents from a private tracker) (#2460) [Leonardo Galli]
  • New Files downloaded with different quality than grabbed will get rejected. [Leonardo Galli]
  • Updated TMDbSettings.cs to allow pipe for or for genre ids (#2389) [crhammock]
  • New Dynamic paths cleanup old folders now! [Leonardo Galli]

Fixes

  • Fixed No Physical Release Date causing exception when setting last write time. [Leonardo Galli]
  • Fixed Movies not getting unmonitored when folder gets deleted. [Leonardo Galli]
  • Fixed Rare case of null quality causing issues with manual import. [Leonardo Galli]
  • Fixed Manual Import not automatically choosing right movie. [Leonardo Galli]
  • Fixed Rare case of RequiredIndexerFlags failing with old Newznab indexers. [Leonardo Galli]
  • Fixed Folder name getting messed up when adding movies via a list. [Leonardo Galli]
  • Fixed Error when adding an already excluded movie to the exclusion list. [Leonardo Galli]
  • Fixed Last commit still not compiling (whoops squared) [Leonardo Galli]
  • Fixed Last commit not compiling (whoops) [Leonardo Galli]
  • Fixed Clean Library being to agressive when lists are having failures. [Leonardo Galli]
  • Fixed Error when nno quality was associated with a movie file. [Leonardo Galli]
  • Fixed Allowing in use Profiles to be Deleted. [Leonardo Galli]
  • Fixed Error when Movie has no imdbid when searching Rargb. [Leonardo Galli]
  • Fixed Rargb failing when imdbid is not found. [Leonardo Galli]
  • Fixed {Original Filename} not allowed in Movie Filename. [Leonardo Galli]
  • Fixed Look for changes to package.json before using old build cache (#2445) [Qstick]
  • Fixed HistoryDetailsLayoutTemplate.hbs (#2361) [Pieter Janssens]

v0.2.0.910 (2017-12-13)

New features

Fixes

v0.2.0.870 (2017-10-09)

New features

  • New new codec HEVC with ID=5 for HDBits (#2146) [Wyall]
  • New Option to omit year from indexer searches when searching by title. Also added option to force a movie search by title instead of imdb id. Fixes #1912 [Leonardo Galli]
  • New Last round of optimisation. Large libraries should load around 2x faster again compared to the last version. [Leonardo Galli]
  • New Improved load times of very large libraries again (around x5) [Leonardo Galli]
  • New Movie files are now eager loaded. This should speed up the loading process a lot as well as RSS Sync and other tasks. It should also prevent some other bugs. [Leonardo Galli]

Fixes

v0.2.0.852 (2017-09-10)

New features

Fixes

v0.2.0.846 (2017-08-27)

New features

  • New Ability to force download movies that could not be mapped correctly. This also shares these mappings with other users, so everyone can profit :) [Leonardo Galli]
  • New Display breakpoint name in browser window in debug mode (#1968) [James White]
  • New Ability to delete multiple movies at once via the movie editor. [Leonardo Galli]
  • New Deprecation warning about Drone Factory to front end (#1938) [James White]
  • New Package-lock.json for npm 5 (#1939) [James White]
  • Updated FontAwesome to 4.7.0 (#1928) [James White]
  • New Hebrew language (#1909) [Rotem]
  • New Run tests through powershell. (#1903) [Mike]
  • New Alternative Titles are now also pulled from mappings.radarr.video. [Leonardo Galli]
  • Changed Alternative Titles were reworked greatly. This should speed up RSS Sync massively, especially for large libraries (up to 4x). [Leonardo Galli]

Fixes

v0.2.0.778 (2017-06-20)

New features

Fixes

v0.2.0.696 (2017-05-12)

New features

Fixes

v0.2.0.692 (2017-05-11)

New features

Fixes

  • Fixed design issue when deleting css bug (#1480) Fixes #1475 [Levi Wilcox]
  • 10 Movies are now shown on discover as well as search results. [Leonardo Galli]
  • Hotfix for when ignored movies would appear again after clicking on show more. [Leonardo Galli]
  • Fixed appveyor build. [Leonardo Galli]
  • Completely overhauled how import exclusions work. [Leonardo Galli]
  • Hopefully more logging to catch errors better. [Leonardo Galli]
  • Fixed A small bug fix for items loading as undefined in organize modal. Movie titles should now show up correctly. (#1424) [PatrickGHanna]
  • Fixed error when language is present in title, but has dots instead of spaces. For example The.Danish.Girl.2015. [Leonardo Galli]
  • Fixed Final in titles parsing as an edition. [Leonardo Galli]
  • Fixed Radarr not importing torrents in Vuze if the torrent already finished seeding and was stopped (#1471) [Mitchell Cash]
  • Fixed Incorrect imports with Vuze when torrent contains a single file. (#1470) [Mitchell Cash]
  • Fixed Sonarr UI Authentication cookie should be placed on path (UrlBase) instead of domain alone. Fixes ##1451 [Mitchell Cash]
  • Use Post for tmdbids request, to avoid too long URIs. [Leonardo Galli]
  • Tidy up layout of buttons on the Add Movies page for mobile/tablet (#1454) [David Pooley]
  • Rename Sonarr to Radarr for OSX App. [morberg]
  • Minor text fixes. [Leonardo Galli]
  • Enable automatic renaming, according to naming scheme, of movie folder after creation of the movie. (#1349) [Leonardo Galli]
  • Fixed for error when clicking Rescan Drone Folder. [Leonardo Galli]
  • Fixed for error when trying to manually import. [Leonardo Galli]

v0.2.0.654 (2017-04-18)

New features

Fixes

v0.2.0.596 (2017-04-10)

New features

Fixes

v0.2.0.535 (2017-03-12)

New features

Fixes

  • Grammar check HelpText for CouchPotato lists (#1142) [James White]
  • Preliminary Fix for downloaded error in Wanted section. [Leonardo Galli]
  • Fixes banners when searching for new movies. [Leonardo Galli]
  • Fixed issue where searching for new movies is not possible. [Leonardo Galli]
  • New helptext for Jackett API key (#1121) [Mathew Giljum]
  • Better method to obtain the folderName. [geogolem]
  • Keep the current page the same after clicking Save. [geogolem]
  • Fixed Parsing headers that have a trailing semi-colon (#1117) [Mitchell Cash]
  • PreDB Integration. Update Library is advisable. [Leonardo Galli]
  • QOL changes to PTP logic (#1114) [Devin Buhl]
  • Fixed for VS for Mac. [Leonardo Galli]
  • Ammend to previous commit. [Leonardo Galli]
  • Hopefully fix all issues with unlinked movie files. [Leonardo Galli]
  • This needs to match with the property forclient mode. [geogolem]
  • CP list hotfix. [Devin Buhl]
  • Incorrect check for imdbId prefix. [geogolem]
  • Fixed regression for missing libgdiplus (#1073) [SWu]
  • Refactor so that filteringExpressions are constructed in one place less code duplication, easier to manage moving forward. [geogolem]
  • New filters were added, but they werent being handled via the API. [geogolem]
  • Allow larger trakt lists than 500. [geogolem]
  • Restructeured readme and added a new logo asset (#1088) [Matthew Treadwell]
  • Onedr0p/3 8 17 (#1087) [Devin Buhl]
  • Ensure drone factory runs on its specificed interval (#1067) [Tim Turner]
  • New hotio's nightly docker image. (#1084) [Donald Webster]
  • New Installation, Docker and Setup Guide to new Install section and add Feathub and Wiki to Support (#1083) [Donald Webster]
  • Fixed the parser for movies with A. [Leonardo Galli]
  • Loads only request movie first into full collection. Should fix things. (#1046) [Leonardo Galli]
  • Addressing jshint warnings (#1050) [Bill Szeliga]
  • Correct DownloadDescisionMaker to use ImdbId, and update the ui a little. (#1068) [Devin Buhl]
  • Deluge 1.3.14 API support due to changed json-rpc checks. [Devin Buhl]
  • Reverting a change made yesterday regarding sorting the change fixed sorting titles of newly added movies without a refresh however, people have noticed it broke sorting of "In Cinemas" column in general. i commented out the change; but also added a special case in the comment, that would fix the case in question, without breaking the others; however, more investigating is needed because there is an issue with sorting newly added movies in general and the fix this reverts was never good enough anyway. [geogolem]
  • Oops -- this was a fix from the last merge - sorry. [geogolem]
  • URLEncode the string for searching (#1055) [Mihai Blaga]
  • Fixed client mode fetching.. only setPageSize when necessary. [geogolem]
  • Fixed error with weirdly formatted audioChannelPositions on MediaInfo. [Leonardo Galli]
  • Fixed a couple typos (#1049) [Greg Fitzgerald]
  • Fixed tests. [Devin Buhl]
  • Patch/onedr0p (#1048) [Devin Buhl]
  • Fixed all tests and even added some new ones :) (#835) [Leonardo Galli]
  • Fixes issue where quality settings wont save due to no pagesize. [Leonardo Galli]
  • Fixes sorting after adding movies. [geogolem]
  • Fixed most paging issues on first load. [Leonardo Galli]
  • /movies without pagesize or page gives back the old format. [Leonardo Galli]
  • This seems to make it more stable. [geogolem]
  • Im not too sure why this fixes the problem but now the filterState is respected when returning from another page. [geogolem]
  • Use href instead of hostname+port. [geogolem]
  • Improve RSS parsing for movies without year. [Devin Buhl]
  • New ReplaceGermanUmlauts method. [Devin Buhl]

v0.2.0.453 (2017-03-05)

New features

  • New new TestCase for Parser and fixed spelling error. [Devin Buhl]
  • New FindByAlternativeTitle in MovieRepo. [Devin Buhl]
  • New debug messages to check quality. [Leonardo Galli]
  • Needed to pass the filterType, received the filterType and handle the filterType. [geogolem]
  • New more filters to the movie editor (#905) [geogolem]
  • Updated parsing french movies (#899) [Devin Buhl]

Fixes

  • Try to add year to release titles that have no year (foriegn release groups) (#1028) [Devin Buhl]
  • Fixed Delay profiles are no longer hidden under advanced settings (#1019) [Mitchell Cash]
  • Revert "Added FindByAlternativeTitle in MovieRepo." [Devin Buhl]
  • Use http request builder (aided by onedrop) [geogolem]
  • Improve indexer health check messages (#1015) [Mitchell Cash]
  • Clean RSS feed before detecting type (#1014) [Mitchell Cash]
  • Store titleSlug in tags for exclusions and always use TMDBID. [geogolem]
  • Also use TMDBID on list sync. [geogolem]
  • Always check exclusions with tmdbid. [geogolem]
  • An updated radarrAPI has been deployed --> this commit makes trakt authentication ready to be merged to the develop branch. [geogolem]
  • Fully functional traktAuthentication using api.couchpota.to with comments for when updated RadarrAPI is deployed. [geogolem]
  • Fixed error with null dates. [Devin Buhl]
  • Patch/more updates (#1009) [Devin Buhl]
  • Revert.. [Devin Buhl]
  • Fixed "wrong" quality being detected. Scan will be slower though. [Leonardo Galli]
  • Fixed for wrong qualities showing up. Will be slower to load though. [Leonardo Galli]
  • Patch/onedr0p 3 4 2017 (#1006) [Devin Buhl]
  • Respect the page when initializing the layout. [geogolem]
  • Patch/onedr0p updates (#998) [Devin Buhl]
  • The movie was not being printed correctly, and i believe this was also causing movies to be added when they shouldnt have been... [geogolem]
  • Clean up the fetching on loading of MovieEditor and MovieIndex once and for all. [geogolem]
  • I dont know why i was doing this inside the for loop... It did not scale well ! fixed. [geogolem]
  • Use clone so that we only detect empty collection when collectio is empty.. not when current filter is empty but collectionis not. [geogolem]
  • I believe these are old code that is not needed since pagination.. [geogolem]
  • Default Wanted and Cutoff to be 50 movies per page, added filtering options to Cutoff and a Search all (#984) [Devin Buhl]
  • Empty string case should not be only for the contains case. [geogolem]
  • Reset filters on save.. [geogolem]
  • Possible fix for Custom script (#973) [Devin Buhl]
  • Hotfix when importing movie (#971) [Devin Buhl]
  • Fixed infinite loop. Added default destination test when adding client (#968) [Marcelo Castagna]
  • Date added in Movie List & Possible Fix for Importing Movies. (#969) [Devin Buhl]
  • Ensure collection is synced before opening movieDetails. [Tim Turner]
  • Revert some changes -- use FullCollection (maybe just for now) [geogolem]
  • Just show imdbid or tmdbid for now in exclusions. [geogolem]
  • MovieIndexPage Stability + MovieEditor fix (#925) [geogolem]
  • Patch/galileo fixes (#951) [Devin Buhl]
  • Patch/updates onedr0p (#946) [Devin Buhl]
  • Fixed problem with TMDb list when Year is null, Revert using UrlPathEncode on newznab requests (#937) [Devin Buhl]
  • Expose more information to the Webhook notification (#935) [Ross Valler]
  • Fix/implement Webhook notifications (#901) [Ross Valler]
  • New remux 1080p and 2160p as qualities (#900) [Devin Buhl]
  • NZBGet delete:scan treated as failure (#898) [Mitchell Cash]
  • Small changes. [Devin Buhl]
  • Hotfix. [Devin Buhl]
  • List sync with removal (#656) [geogolem]
  • Fixed the footer to show correct information and refresh when FullCollection changes (#893) [geogolem]
  • Increase fullCollection page size, update Refresh Library command. [Tim Turner]
  • Patch/updates (#887) [Devin Buhl]
  • Fixed poster placeholder height on small screens (#883) [hotio]
  • Small UI fixes (#882) [hotio]
  • Me = idiot. [Leonardo Galli]
  • Fixed an issue where an unloaded movie could case linking to fail. [Leonardo Galli]
  • Maybe fix issue with imported files not being linked to the movie? [Leonardo Galli]
  • Search is now fixed too. [Leonardo Galli]
  • Should fix most issues with paging. [Leonardo Galli]
  • New first steps of paging to movie editor. [Leonardo Galli]
  • HDBits prefer/require internal release (#584) (#881) [Devin Buhl]
  • Ignore Deleted Movies (#755) (#879) [Devin Buhl]
  • First fixes for Movie Editor. Testing to see if this approach could work. [Leonardo Galli]
  • Fixed missing showing downloaded instead. [Leonardo Galli]
  • Fixed issue where details page wont load. [Leonardo Galli]
  • Paging for movies :) (#861) [Leonardo Galli]
  • Bug fixes (#874) [Devin Buhl]
  • The Search All Missing button (#860) [geogolem]
  • Cleanup min availability (#846) [geogolem]
  • Some minor cleanup + changed filter on wanted/missing (#845) [geogolem]
  • Min availability (#816) [geogolem]
  • New NZB Station for Synology (#841) [Devin Buhl]
  • Patch/filter trakt (#838) [Devin Buhl]
  • Fixed language parsing of movies with language in movie name. [Leonardo Galli]

v0.2.0.375 (2017-02-22)

New features

Fixes

v0.2.0.299 (2017-02-07)

New features

Fixes

  • Wait 5 seconds before getting the next 35 movies from TMDb using X-RateLimit-Remaining (#647) [Devin Buhl]
  • Correct the Kickass migration (#649) [Devin Buhl]
  • Fixed movies not showing up in Queue when downloading (#640) [Devin Buhl]
  • Fixed Movie link in history tab (#637) [Devin Buhl]
  • Clean up download clients to use radarr as label, fix hoduken, and blackhole. (#635) [Devin Buhl]
  • Use Movie Name-TmdbId for slug, update toUrlSlug (#629) [Devin Buhl]
  • Removed Wombles and Kickass, updated torrentpotato and torznab (#625) [Devin Buhl]
  • Various ui text fixes (#620) [Abzie]
  • Delay Profile: Fix for when preferred words is null. (#618) [vertigo235]

v0.2.0.288 (2017-02-05)

New features

  • New 'Case Insensitive.' to preferred tags info to help-inline. [Devin Buhl]
  • New more options to trakt, popular movies, upcoming, anticipated etc.. [Devin Buhl]

Fixes

v0.2.0.267 (2017-01-30)

New features

Fixes