* Implemented sort title extraction from epub 3 files.
* Added link to wiki for media errors
* Fixed the hack to reduce JWT refresh token expiration
* Fixed up a case where favicon downloading wasn't correcting links that started with // correctly.
Added a fallback for sites that just don't pngs available.
* Implemented a mechanism to fallback to Kavita's website for favicons which can be dynamically added/updated by the community.
* Reworked the logic for bookwalker which will fail to get the base html, so we have to rely on the fallback handler.
* Strip just isbn: from epub isbns and log when it's back (books)
* Tweaked to allow invalid GTINs but only valid ISBN 10/13s will be saved to Kavita.
* Fixed a bug with parsing series from a filename that is just a chapter range and no chapter/volume keywords.
* Show the media issue count before you open accordion
* Added a inpage filter for Media issues
* Cleanup styles
* Fixed up some code in epub isbn parsing when it's null
* Encode filenames when downloading so that non english characters can be passed properly to UI.
* Added support to parse ComicInfo's with Empty Tags.
* Reset development settings.
* Tweaked the code in generating reading lists to avoid extra work when not needed.
* Fix comicvine's favicon
* Fixed up a unit test
* Tweaked the favicon code to ignore icons that have query parameters
* More favicon work. Expanded ability to grab icons a bit. Added in ability to not keep requesting favicons when we failed to parse already.
* Added a note for later
* Fixed stats server url
* Added more debugging
* Fixed unit tests
* Started working on a report problems implementation.
* Started code
* Added logging to book and archive service.
* Removed an additional ComicInfo read when comicinfo is null when trying to load. But we've already done it once earlier, so there really isn't any point.
* Added basic implementation for media errors.
* MediaErrors will ignore duplicate errors when there are multiple issues on same file in a scan.
* Fixed unit tests
* Basic code in place to view and clear. Just UI Cleanup needed.
* Slight css upgrade
* Fixed up centering and simplified the code to use regular array instead of observables as it wasn't working.
* Fixed unit tests
* Fixed unit tests for real