Change add network_timezone_lock to the updates of the network_timezones table updates.
Change replace INSERT with REPLACE in statement, since this will prevent the constraint error in the first place.
Change don't call load_network_dict with load command inside update_network_dict ... this could result in endless loop.
Fix remove enable_scheduled_backlog as it is not appropriate for custom RSS.
Fix if no anime release group parsed, provider id is used to prevent skipping result.
Fix if no anime season is parsed, assume season 1 to prevent skipping result.
Change add some anime quality recognition to assist search.
Fix don't search if subtitles disabled.
When searching in season search mode, the status of the first missing/upgradeable episode was used to determine if all the season episodes were wanted ... instead of considering each episode status as is now the case.
When searching in season search mode, the status of the first missing/upgradeable episode was used to determine if all the season episodes were wanted ... instead of considering each episode status as is now the case.
Under py3, config.`readfp` is marked deprecated with advice to use `read_file` instead. However, py2 doesn't have `read_file`, so a little defensive coding is added here.
Change API response fieldname `global_exclude_ignore` to `global exclude ignore` in sg.listignorewords endpoint.
Change API response fieldname `global_exclude_require` to `global exclude require` in sg.listignorewords endpoint.
Change pre filter words that are are only in global ignore/require list for show specific lists for api set functions.
Change API sg.listignorewords response data type for `global exclude ignore` to list.
Change API sg.listrequirewords response data type for `global exclude require` to list.
Change consolidate _create_ignore_words and _create_require_words into _create_words.
Fix missing regex parameter for show require words in proper search.
Change increase API version to 13.
Fix apiBuilder.tmpl.
Add the following to CHANGES.md for hotfix release 0.21.43...
Change API rename sg.`listrequiedwords` typo endpoint to sg.`listrequirewords`.
Change API rename sg.`setrequiredwords` endpoint to sg.`setrequirewords`.
Change API responses of sg.listrequirewords and sg.setrequirewords to `require words` instead of `required words`.
Add API aliases for old endpoint names with old responses for backwards compatibility.