+ Rename m2w.py to myblog.py + Repair running report of m2w + Update Demo GIF
2.2.9
+ The first releas of m2w uploading onto [PyPi](https://pypi.org/project/m2w/). + Confirm dependencies version. + Tested in Python 3.7.4.
2.2.5
Use `force_upload` (Boolean) to control whether to force uploading. Set `force_upload=True` might be meaningful for those who move markdowns to a brand-new WordPress site.
2.2.4
+ Check whether a new post has been existed in the WordPress site. If existed, the upload would be ignored. This feature is for avoiding repeated posts uploaded to the site. + Routinely update codes
2.2.3
+ Optimize parameter space of m2w, which makes it more flexible. + Optimize code logic
2.0.6
+ Repair some bugs + Add author informations + Test mode for developers