Note
If you had series titles with trailing dot, like "Sense.", then you should rename the directories to remove the trailing dot before updating.
The dots were not correctly removed, it was supposed to happen because Windows does not allow trailing dots and Samba mangles these directory names.
What's Changed
* fix: trailing dot in sanitized path by lmaonator in https://github.com/lmaonator/mangadlmao/pull/6
* improvement(mangadex): get author, artist and count by lmaonator in https://github.com/lmaonator/mangadlmao/pull/8
* fix: chapter number guessing fails due to updatedAtSince by lmaonator in https://github.com/lmaonator/mangadlmao/pull/9
**Full Changelog**: https://github.com/lmaonator/mangadlmao/compare/v1.0.0...v1.1.0