All Versions
771
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v9.4.213 Changes
29 July 2020
- ๐จ Refactored server status to show task status value string
3d28569
- ๐จ Refactored server status to show task status value string
-
v9.4.212 Changes
28 July 2020
- ๐ Fixed #484 - Mass Update Error caused by incorrectly handling show search formats as a checkbox value when it should be a integer
#484
- ๐ฆ Refreshed package.json
933467a
- ๐จ Refactored exception handling for search providers
0ab3a37
- ๐ Refactored web handlers to run in executor in the background, this will improve performance of UI tasks that may be blocking
6e639c3
- ๐จ Refactored mako templates to be looked up and stored into template dict attached to tornado app settings
60ac65d
- ๐จ Refactored queue system and how it handles tasks
4c39a2d
- Refactored add_episodes_to_trakt_watch_list method
1b9ce09
- โฑ Wrapped all apscheduler tasks in try/finally clause to control running state correctly
fccfa0e
- ๐จ Refactored web server to run on a separate thread instead of the main thread
502207a
- ๐จ Refactored fifo list to collections deque in search queue class
c237843
- ๐จ Refactored scheduled jobs to be async and execute on ioloop in their own thread
64ecdbe
- ๐จ Refactored usage of IOLoop by removing const io_loop from core and using IOLoop.current() calls instead
6046334
- โ Delete item after queue worker function finishes
5174141
- ๐ Fixed multi-thread issue with quicksearch
a34c39d
- ๐ Misc exception handling fixes for indexers
971e8e2
- ๐ Feature added to view logs in realtime from log view
0865b23
- โฌ๏ธ Chore - Upgraded javascript modules for building core web functions
9869925
- ๐จ Refactored queue system to process one queue item at a time
2a47a79
- ๐จ Refactored
settings->general->advanced->git settings
buttonsaf28199
- ๐จ Pinned rarfile lib to v3.1 and refactored code for testing unrar compatibility
1809d6b
- ๐จ Refactored deluge and transmission web session handling
71cc101
- ๐จ Refactored how requirements.txt is installed/upgraded, added code to upgrade PIP
3d65769
- Refactored app_id to server_id
a928edb
- โก๏ธ Optimized config.py imports
6b08659
- ๐จ Refactored web server to start right after config is loaded
dff5d2f
- ๐จ Refactored queue system to use while loop instead of apscheduler
3173352
- โช Reverted changes to gitlab ci/cd script
abfc264
- ๐จ Refactored qbittorrent client web session handling
db74410
- ๐จ Refactored gitlab ci/cd script
438808f
- ๐ Fixed issue with linking/unlinking sickrage account to sickrage api
f62ed72
- ๐จ Refactored link/unlink sickrage account to sickrage api button to hide/show based on sickrage api enable/disable toggle
5cc3a68
- ๐ Fixed issue with post-processing
8758c4a
- ๐จ Refactored putio client web session handling
2f5c9d5
- ๐จ Refactored rss cache updater to fire task in ioloop executor
5c616de
- ๐จ Refactored how testing auth for clients is handled
1fc9071
- ๐ Fixed issues with app shutdown and restarts
1325174
- ๐ Fixed issue with task priorities and enum
e49df65
- ๐ Fixed issue
Cannot read property 'addEventListener' of null
1463221
- ๐จ Refactored check to see if sickrage account is linked to sickrage api
458b9f8
- ๐จ Refactored how recent shows are stored
1dd1b7f
- โก๏ธ Updated requirements.txt
2e62168
- ๐จ Refactored mvgroup regex to enforce
series
needing to proceed after show name and before season number0a7e81a
- ๐จ Refactored download station client web session handling
1c5c3aa
- ๐ Fixed issue with search clients and urls
d31d933
- ๐จ Refactored web username and password to be required to save settings when enabling local auth
2275ec6
- ๐จ Refactored how scheduled jobs are forced to run
fbcb4b0
- ๐ Misc fixes
ab3323b
- ๐ Fixed issue with retrieving scene exception names
dd24e5a
- ๐จ Refactored mlnet client web session handling
afd84ce
- ๐จ Refactored popup window only for when enabling sickrage api and not when disabling it
90ea945
- ๐จ Refactored error logging of failed queue tasks to include task name instead of just queue name
509aeae
- ๐ Fixed multi-thread issue with quicksearch
148e067
- ๐จ Refactored how web session class performs retries on connection errors
c1352ac
- ๐จ Refactored gitlab ci/cd to push only annotated tags with commits
c5737a5
- ๐จ Refactored sickrage account <> sickrage api handler to logout existing auth tokens before creating new ones
939eeb1
- Misc formatting fix for backlog searches
210e722
- ๐จ Refactored show season poster and banner image download functions to be more descriptive when failing to find a download
2f47c45
- Fixed comparisons in scan_subtitle_languages
32723c5
- ๐จ Refactored display show view, merged right and left legend columns into one column
18b7d47
- ๐จ Refactored queue system shutdown method
fe042f9
- ๐ Fixed error message from hachoir package on import
b8c55a6
- ๐ Fixed a few typos in template_name's
7fd4431
- ๐ Fixed
Unsupported header value None
when attempting to link sickrage account to sickrage api4e9d343
- ๐ Fixed reference to scheduler from core
f9e6b25
- ๐จ Refactored
settings->general->interface->api
generate buttond473f39
- ๐จ Refactored ip whitelist helper
1a87117
- Replaced variable in gitlab-cicd script
8f31e82
- ๐ Fixed shutdown sequence
016f7e8
- Misc import cleanup
a6eb943
- โ Removed debug logging from current_user web base method
9e2f78c
- ๐ Fixed error handling for when a queued task fails
9a9019c
- ๐จ Refactored search formats collection string
aa0e659
- ๐ Fixed issue with shutting down post-processor queue during updates.
13ddc68
- ๐ Fixed typo that was preventing scene exception lookups
5104e13
- ๐ Fixed issue with adding shows off IMDb
617e12d
- โฑ Placed a 30s timeout on sickrage api and sickrage auth health checks
f3e6f42
- ๐ Refactored base render function to use write instead of finish, resolves a performance issue
fafc42a
- ๐จ Refactored name of function in auto_postprocessor.py from run to task
6ef74b1
- ๐จ Refactored mvgroup regex to be stricter
3db8944
- ๐จ Refactored ip whitelist helper and subnet checking
741587f
- ๐ Fixed missing column headers for display show view
21dd1f0
- ๐ Fixed issue with passing web root to Docker
57444d9
- ๐ Fixed issue #486 - scene_default reference removed from add existing shows code, added search_format_default to be passed when adding existing shows
9b9e717
- Fixed issue with unregistering app_id when app_id is not set
7a4d36b
- ๐ Fixed issue with repeating debug message for whitelisted helper function
484919d
- ๐จ Refactored ip whitelist helper
b29f00b
- โก๏ธ Updated gktorrent provider URL
d20520b
- ๐จ Refactored auto-postprocessing task to be async
f495891
- Renabled mako template caching
8430679
- ๐ Fixed issue with displaying a show when no imdb info is available
c8a763b
- ๐ Fixed typo
907f445
- ๐ Fixed missing start of thread for queue class
4350619
- โ Removed async from queue run function
34e95c9
- ๐ Fixed passing of args to thread when creating thread for queue class task
5ff5b1e
- ๐ Fixed issue with enabling sickrage api when auth token exists
5a82893
- ๐ Fixed #484 - Mass Update Error caused by incorrectly handling show search formats as a checkbox value when it should be a integer
-
v9.4.210 Changes
20 April 2020
-
v9.4.208 Changes
20 April 2020
- โ Removed old changelog.md
71816be
- ๐จ Refactored changelog creation
022e36d
- Replaced cfscrape with cloudcraper in requirements
e4695af
- ๐ Fixed
Unknown format code 'd' for object of type 'str'
2eac392
- ๐จ Refactored git-changelog to use a template
2d6ce4b
- ๐จ Refactored ErrorViewer and WarningViewer classes to use collections deque with a max size of 100 to prevent memory errors.
ec25dfe
- ๐จ Refactored application startup to install requirements via pip if ModuleNotFound exception is thrown.
3bddcc2
- ๐จ Refactored npx command for generating changelog
877f7f5
- ๐จ Refactored code for adding new/existing shows, removed auto-detection of XEM scene numbering as it was falsely setting scene numbering to ON.
caa7ddf
- ๐จ Refactored requirements install cmd to include
--no-cache-dir
flag when ModuleNotFound exception is thrown96e2baa
- ๐ Fixed path to requirements for startup install of missing modules
0955612
- ๐จ Refactored git-changelog template, removed version info.
eeffca0
- โก๏ธ Updated donation link URL
31143a1
- โ Removed old changelog.md
-
v9.4.207 Changes
5 April 2020
- โ Removed bitsoup torrent provider
7b2618d
- ๐จ Refactored some startup events to fire via io_loop callbacks instead of scheduler, resolves timezone issues related to apscheduler.
8abfa44
- ๐ Fixed issue with daily searcher setting unaired episodes to wanted that do not have an airdate.
ff440e4
- ๐ Fixed missing namecache error for server status page
b9e224f
- โ Removed bitsoup torrent provider
-
v9.4.206 Changes
1 April 2020
-
v9.4.205 Changes
30 March 2020
- ๐ Fixed issue with adding search result episodes to search snatch history for season search results.
cfb0ceb
- ๐ Fixed authentication issues with QBittorrent
72ffe67
- ๐ Fixed issue with detailed/simple view and previous episode air dates.
c3fc910
- โ Removed encryption of versioned backup files, caused issues with backing up database files.
6fe0adf
- ๐ Fixed regex pattern for search client URLs to allow for extra paths
5ed88e9
- ๐ Fixed issue with adding search result episodes to search snatch history for season search results.