Skip to content

Releases: schemen/m2em

Hotfixes v0.5.1

12 Nov 11:41
ebae73e
Compare
Choose a tag to compare

Bugfixes & Improvements

  • When no TZ is given on feed, add a dummy UTC +0 timezone
  • Add a referer of the manga page to the image download request
  • Convert foreign images to ".png" format
  • A lot of code clean up to make it more readable

v0.5.0

01 Nov 15:10
8c56428
Compare
Choose a tag to compare

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

03 Oct 15:53
92404d8
Compare
Choose a tag to compare

Fixes

  • Freeze requirements.txt

M2em v0.4.0

07 Mar 08:54
c2a3e60
Compare
Choose a tag to compare

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

09 Dec 20:23
9680a93
Compare
Choose a tag to compare

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

25 Nov 12:04
5391a4e
Compare
Choose a tag to compare

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

24 Nov 19:15
a6fbea0
Compare
Choose a tag to compare

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

20 Nov 19:56
Compare
Choose a tag to compare
M2em v0.2.1 Pre-release
Pre-release

Bugfixes

  • Fixed m2emSender to use new file structure as well

m2em 0.2.0

18 Nov 19:10
77e198e
Compare
Choose a tag to compare
m2em 0.2.0 Pre-release
Pre-release

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!

16 Nov 23:26
f5167d9
Compare
Choose a tag to compare
First Release! Pre-release
Pre-release

Please note that everything is subject to change

  • Basic structure is done
  • Mangastream Parser is working
  • Sending to Kindle is working