Releases: schemen/m2em
Releases · schemen/m2em
Hotfixes v0.5.1
v0.5.0
New Features
- Dockerfile and Docker image
- New "--process/-p" command
- New Supported RSS feed for Portuguese readers: http://cdmnet.com.br/rss
Improvements / Bug Fixes
- Improved Download handling for better speeds and stability
- Update to peewee 3.7.0
- Update to requests 2.20.0 (CVE-2018-18074)
- Change way configuration is processed and passed, allowing for ENV variables
v0.4.1
M2em v0.4.0
IMPORTANT
This update will break your database. I have completely switched to an ORM instead selfwritten sql statements to make it easier to work in the future and simplify code!
So far I have been running the devel branch for a few weeks without hickup and problems.
Please note that Mangafox currently seems to have many issues I have to look at.
New Features / Additions
- Peewee ORM for better code!
Bugfixes
- Smaller output file
- Loads of code clean up
- Fixed naming of most modules
M2em v0.3.3
New Features / Additions
- Added Email notification to users email
- Added new Domain of Mangafox
Bugfixes
- Fixed an issue where M2em would crash when a Mangastream chapter has more than 100 pages
- Made the parser more robust for MangaFox
M2em v0.3.1
New Features
- Added -lm/--list-manga command. Lists all manga from from the database. If a manga is passed, it lists all chapters from said manga. Check out README fro examples
M2em v0.3.0
New Features
- Move to classes instead of functions
- add --start, --action, --download, --convert and --send
- Add Logs
- Loop now only regards data of the last 24h
Improvements
- General stabilize m2em
M2em v0.2.1
Bugfixes
- Fixed m2emSender to use new file structure as well
m2em 0.2.0
New Features
- MangaFox RSS Parser
- MangaFox Footer Cleaner, automatically removes the footer from MangaFox pages (Thanks @aplanas)
- Improved folder structure. Now each Manga has a folder where the chapters go into instead of all chapters of all mangas being in one big folder.
- It will automatically move old folders to the new file structure!
Improvements
- Add note when DB is created
- Improve command --list-chapters to not crash when there is less than 10 chapters
- Clean up some python2 libraries
- Clean up some folder name sanitization and move them to a function
- The check if the chapter has been downloaded already is now earlier to make sure no connection to the web beside downloading the rss feed is made
First Release!
Please note that everything is subject to change
- Basic structure is done
- Mangastream Parser is working
- Sending to Kindle is working