v1.0.3-beta.001 - Optimizations and Fixes
-
Fix: Eliminated database bottlenecks in auto-healers
-
Fix: Eliminated memory spikes from streaming hugh archives
-
Fix: Removed caching internal memory leaks
-
Fix: Patched several API exposures by fixed middleware.ts
-
Fix: Added strict security headers and fixed negative pagination 500 errors
-
Fix: Corrected request download function with indexers to not list 2 requests because it failed to parse the download client properly
-
Fix: Corrected import stalls from indexer downloads, now will properly poll the download client and show what is downloading and import
-
Clean: Removed dead/legacy code from database schema and multiple files
-
Clean: Removed some PII from images
-
Clean: Removed unused directories and files
-
Feat: Added better request handling by adding direct GetComics one-click request buttons for series and issues
-
Feat: Mirrored request UI from comic-grid to request-search to provide better user experience
-
Feat: Created unified automation engine to remove duplicate code from several routes
-
Feat: Added metadata helper to unify the metadata processes from multiple files into the existing metadata-fetcher