Skip to content

Releases: huangwb8/m2w

v2.5.12

15 Nov 15:07
Compare
Choose a tag to compare
  • Fix: Repair the creation of the brand-new legacy*.json
  • Fix: more powerful error manage
  • Fix: verbose message
  • New: optimize error management
  • New: optimize the logic of up.py

v2.5.7

07 Jun 01:28
Compare
Choose a tag to compare
  • Optimize myblog.py and make it more readable
  • Create up() to integerate both REST API mode and Password mode
  • Repair some bugs about failure retries.

v2.5.6

06 Jun 11:48
Compare
Choose a tag to compare
  • Support REST API mode and conventional Password mode
  • Repair post name requirement
  • Optimize annotation
  • Thanks works by @FoxSuzuran

v2.5.3

05 Jun 08:33
Compare
Choose a tag to compare
v2.5.3 Pre-release
Pre-release
  • Support REST API mode and conventional Password mode
  • Almost the same usage as m2w 2.0
  • one of formal versions in PyPi

v2.5.1

21 Feb 03:23
ae21491
Compare
Choose a tag to compare
v2.5.1 Pre-release
Pre-release
  • Thanks works by @FoxSuzuran

  • (New features! ⭐⭐⭐) Support WordPress REST API

  • Tutorial is coming!

v2.3.1

15 Feb 16:08
456dee3
Compare
Choose a tag to compare
v2.3.1 Pre-release
Pre-release

Thanks for works by @FoxSuzuran

  • 修复了python>=3.9时的module 'collections' has no attribute 'Iterable’报错
  • 修复了当出现报错导致上传不成功时仍更新文章md5的json存储文件的bug(此bug会导致当报错文章未上传成功时且未更新时,不能二次上传的问题)
  • 将配置项和代码分离,只需运行myblog.py后填写对应配置即可
  • 增加poetry支持,构建更加简便快捷
  • 优化代码结构,更新README.zh-CN.md说明文件
  • 更改.replace为.strip,现在只会过滤后缀的.md,不会替换文件名中的.md
  • 增加了一个CHANGELOG.MD文件,可以看到版本的功能更新
    (过多的差异是因为black自动格式化了代码,实际上修改并没有那么多)

v2.2.11

14 Dec 14:57
Compare
Choose a tag to compare
  • Rename m2w.py to myblog.py
  • Repair running report of m2w
  • Update Demo GIF

v2.2.9

11 Dec 00:16
Compare
Choose a tag to compare
  • The first releas of m2w uploading onto PyPi.
  • Confirm dependencies version.
  • Tested in Python 3.7.4.

v2.2.5

10 Dec 12:00
Compare
Choose a tag to compare

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.

v2.2.4

08 Dec 01:42
Compare
Choose a tag to compare
  • 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