- Config settings are now stored and encrypted into a sqlite database [`acd1757`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/acd175780cb5d948eb3fba7ceb6092e9c8c8b33a)
- Refactored config and how it handles database sessions [`574f983`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/574f983270aae904224d550e22145c3bd4f26c8e)
...
...
@@ -13,9 +13,10 @@ All notable changes to this project will be documented in this file. Dates are d
- Fixed issue with default auth method being chosen during config migration [`fedbe48`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/fedbe48c2880aedd89d6c9d91c94e29ca1864061)
- Fixed issue with configuration migration [`5780cfa`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/5780cfa0b59bfd7269e6b01b55817ec709818a24)
- Refactored task action_id property to action [`c51340c`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/c51340c69b6b3c878b729f02bcb22c86fbb2c314)
- Refactored web server write_error function to log issues using error handler [`4edc0d8`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/4edc0d8364e6c2218a3045029387f0426796b815)
- Refactored web handler for getting manual search statuses [`4f211c0`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/4f211c0875a3cba76ec7bba9cf996916cc34ae5a)
- Refactored requirements to be installed one-by-one during version updates [`4c33752`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/4c3375252f088c40e7053434b006c4fe7918f5a7)
- Fixed issue with quicksearch and episodes [`770cddb`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/770cddb5d03d7cfc2100166f431cf3bfe05514ec)
- Fixed issue with testing torrent and nzb search clients [`ae57c6d`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ae57c6d9e8f92d8ef355ba7c6866f4d51cd4cfe2)
- Fixed issue with episode status manage view [`9922419`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/992241900c499c5c30a20623399f6a225e3a90c2)
...
...
@@ -27,10 +28,10 @@ All notable changes to this project will be documented in this file. Dates are d
- Fixed issue with switching home page layout [`0303d22`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/0303d22c3c47949765d6f550c4d3b19fbd0654e6)
- Fixed issue with schedule view and sorting [`81493a9`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/81493a9f21d296f0e92f8071dc134c5b4e174d8e)
- Fixed issue with manage backlog overview page and overview classes [`73f1042`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/73f1042db9e5d083e61945625c245241973d161e)
- Fixed issues with switch-over from sqlalchemy-migrate to alembic migration engine [`f7ad701`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f7ad70160e47e0a9e2a70a50920533066828d44f)
- Fixed issues with adding shows from IMDb [`b3215de`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/b3215debb23a1789f340a2613e7c6c486b91e2ac)
- Fixed issue with specials not being retrieved from series providers [`7b3ae92`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/7b3ae9233630ab11d5d12d99bc8c2528d8b2b113)
- Fixed issues with switch-over from sqlalchemy-migrate to alembic migration engine [`f7ad701`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f7ad70160e47e0a9e2a70a50920533066828d44f)
- Fixed issues with incorrect separator being used for subtitle services enabled and subtitle extra scripts [`a5350d0`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/a5350d0fee90c58ef4c7b594c27f9f86e2b4dc5d)
- Fixed issue with specials not being retrieved from series providers [`7b3ae92`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/7b3ae9233630ab11d5d12d99bc8c2528d8b2b113)
- Fixed issue with main home view and not selecting a layout choice after looking at layout choices causing a redirect to undefined [`b656661`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/b65666128645106afc41e122ef5e273f42c3c093)
- Fixed issue with migration of config.ini to config.db [`471da17`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/471da170f18995c7fb3d0affc98cf91cafd28c5a)
- Fixed incorrect passed startup command for web host setting [`2922632`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/292263287e5024faed12a1dd9957e3a67213081b)
...
...
@@ -38,13 +39,13 @@ All notable changes to this project will be documented in this file. Dates are d
- Commented out the removal of sub_id for this present moment till further code corrections are made [`4d14a72`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/4d14a72e392e0989194e2858f39cdaf1103be24a)
- Performed webpack [`ac6cce3`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ac6cce38cd0d6cb40b8e228b1d4899d4555021f5)
- Prevent null value when adding last_xem_refresh via alembic [`e738401`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/e73840191a6ac0b770284da204371817eeb047ad)
- Fixed issue with searching series providers for series id by term during name parsing [`b84a57f`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/b84a57f1b58031503216c3bf631b6d28bd2d82b4)
- Fixed issue with being able to view debug logs [`474763e`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/474763eb624ca164c94cdfb3478c2c4173d2bf3a)
- Fixed issue with searching series providers for series id by term during name parsing [`b84a57f`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/b84a57f1b58031503216c3bf631b6d28bd2d82b4)
- Major version bump to v10.0.0 [`3131c33`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/3131c33aa2067f4af610b796ff33ef5db17a7ba6)
- Fixed issue #525 - removal of shows not taking due to database commit not being executed [`d615ca6`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/d615ca6cfa27353c8d0c99037cfcc452a85b4fa1)
- Fixed issue with updating commit tag [`835d447`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/835d4473f62dbd95ab2670e34cbe159c87b8e72d)
- Bumped version in setup.cfg to 10.0.0.dev1 [`f4dc007`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f4dc0078adddbff6d97e5e54cd32a27b894c0a83)
- Fixed issue with forcing backlog for specific shows and passing of the series provider ID [`5f4ad57`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/5f4ad5752d4192d2ddc6bcca70e179fd6c21ebfb)
- Bumped version in setup.cfg to 10.0.0.dev1 [`f4dc007`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f4dc0078adddbff6d97e5e54cd32a27b894c0a83)
- Fixed issue #525 - removal of shows not taking due to database commit not being executed [`d615ca6`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/d615ca6cfa27353c8d0c99037cfcc452a85b4fa1)
- Bumped version is package.json to 10.0.0.dev1 [`606c40b`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/606c40b3a5fb0dcf0388ac900ab60fc80232d393)
- Fixed "has no property 'showi'" [`d0c9652`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/d0c9652a6e2ca40a4661801c9b7e8a5ea348dda8)