You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: Removed data grid for history. Wrote a custom implementation for search and download history that allows sorting and filtering. At a later point I'll add that for search result filtering. See #479.
Changed: Improved error message while checking capabilities a tiny bit.
Changed: Checking capabilities of indexers was supposed to find out which categories are supported and only enabled these. That never really worked well so for now I disabled that feature.
Now by default all categories are enabled for new indexers.
Fixed: Some kinks with auth handling. If you have problems please post a detailed description of the scenario including debugging infos.
Added: You can access and repeat the latest 20 manual searches from a button on the search screen. See #515.
Changed: Changed start view of "History & Stats" to "Search history" because stats took a long time to be loaded before you could switch to one of the other subareas
Fixed: Restored button to repeat searches and display of metaquery for searches without query. See #515.
Fixed: Various other small bugs related to the search history and its presentation.
Fixed: Update library for handling dates and extended newznab time patterns to hopefully properly parse usenet dates from indexers that change their date format for no fucking reason. See #512.
Fixed: Sometimes indexers were not picked if they didn't support an ID but it would've been possible to convert the ID to a supported one (e.g. TMDB requested and IMDB supported).