Releases: MangaManagerORG/FMD3
Releases · MangaManagerORG/FMD3
b6297e9
Alpha1 preview (#4) * More unit tests!!! YAY * Eternal fight with mp and threads. kind of stable now? * tests updated. aiohttp implementation for sources * updated searchresult class * updated searchresult class * added status and date added to chapters table. changed threading to multiprocessing. Downloaded chapters will be added to the db as not processed before entering process. After process finishes it will update table * Updated taskmanager to keep track of active tasks. Updated downloader to check for existing files and report back if all files seem correct. Added checks in taskmanager. * Added series cache. Scan queued chapters first and check if they are in the task queue * Added series cache. Scan queued chapters first and check if they are in the task queue * finished unittest for updater and task manager * More unit tests * Added method to SeriesCache to update * Added method to sources interface to fetch series data from cache. * Small refactor and added property as_name to DLDChaptersStatus * Refactored MangaInfo to SeriesInfo * Refactored MangaInfo to SeriesInfo and refactored missed ones for Chapter * Implemented series tab * Implemented favorites tab * Fixed missing show in series tab * Updated final api endpoint * Fixed missing chapter refactor in tests * new settings module implementation * setting module rewrite * missed keys for setting module rewrite * Added settings in UI and added more control * Reworked settings again to include sections * Refactored database models each to their own file. Fixed tests. Added more logic to determine when to skip a chapter check for a series * Downloader will use path stored in save_to in Series db table * Provide save_to if series is saved * Added ui implementation to update save to path * Updated toplevel for dialog * another refactor * Updated toplevel for dialog * Updated toplevel for dialog * Added option to add libraries and select default download library * Implemented library selector in series view plus final path preview * - Implemented library selector final path. - Disables options if series been downloaded once. - Made switching tabs refresh latest 10 added items. - Added sort treeview * Source settings implementation * fixed get_series db query * api: ported get_series & get_series_info * Refactored all api and series api implemented * Implemented api sources * Implemented api chapters * API final implementation * Added client local settings * Reworked sources loading * Reworked sources loading. Added Check for updates * Rewritten common interface to reuse local ui * Implemented source updating flow from ui in local * Fixed core not reloading sources. Implemented delete action * Updated all paths. Extensions workflow was kinda broken. * project requirements update * project requirements update * Bugfix save_to missing imports * Build API * Build Both clients * Deleted unused tab