Skip to content

Latest commit

 

History

History
269 lines (128 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

269 lines (128 loc) · 12.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.18.0 (2023-12-20)

Features

  • Now you can publish private or scheduled posts. (7a19a5f)

0.17.0 (2023-12-18)

Features

  • Obsidian comments could be ignored or convert to HTML comments. (296e1e0)

Bug Fixes

  • Image src is not correct if replace media links is disabled. (60cf917)
  • No back button for modals on some mobile. (98258bc)

0.16.0 (2023-12-08)

For wordpress.com users, in order to fetch types, the new scope sites is needed, thus wordpress.com token should be refreshed before publishing.

Features

  • Fetch post types from API. (f952965)
  • Now you could select post type when publishing. (dfb4b11)

0.15.0 (2023-10-11)

Features

  • Images in notes will be uploaded to WordPress. (32e2a7c)

Bug Fixes

  • XML-RPC path maybe undefined sometime. (6699eef)

0.14.0 (2023-04-17)

Features

  • You can parse HTML tags in notes. (5c23ed4)

0.13.4 (2023-04-12)

Bug Fixes

  • Do not create an empty default profile at startup. (e59acce)
  • No publish button when newly install. (409d752)

0.13.3 (2023-04-11)

Features

  • Confirms if posts' profile is not match picked. (ed4d423)

Bug Fixes

  • Incorrect response parser of wordpress.com. (f7c6185)

0.13.2 (2023-04-10)

Features

  • Ignore chooser modal if there is only one profile. (bfdfd42)

Bug Fixes

0.13.1 (2023-04-10)

0.13.0 (2023-04-06)

Features

  • Use markdown-it instead of marked to parse markdown notes. (4df846a)

0.12.0 (2023-04-04)

Features

  • Do not save password in plaintext. (7d391b0)
  • You can add multiple profiles of WordPress. (af74d11)

Bug Fixes

  • Skip front-matter null values. Close #34 (b55c76d)

0.11.0 (2023-02-22)

Features

  • Add options about MathJax output format. (15fb5bc)
  • Support MathJax. (e9d61bf)

0.10.2 (2023-02-09)

Features

  • Remember last selected categories of this WordPress site. (caad134)

0.10.1 (2023-02-09)

Features

  • Add an option to enable WordPress edit confirm modal. (716ac1f)

Bug Fixes

  • Publish to uncategorized with default options. (3ee1a9c)

0.10.0 (2023-02-09)

Features

  • A modal will be opened when published successfully in order to let you edit post in browser. (5400fc9)
  • You can override note title in front matter using title field. (d905f4b)

Bug Fixes

  • Post ID is not written to front matter if publishing with default options. (90bfea8)

0.9.1 (2023-02-07)

Bug Fixes

0.9.0 (2023-02-07)

Features

0.8.0 (2022-12-29)

Features

  • Error notices will be stay in frame until clicking. (abae9d7)
  • Support for wordpress.com. (12e96eb)

Bug Fixes

  • Update ribbon button may cause plugin failed. (737f981)

0.7.0 (2022-12-13)

Features

  • Support WordPress application passwords authentication. (fce8ca8)
  • Update license to Apache 2.0 (abb19c2)
  • Update license to Apache 2.0 (560712b)

Bug Fixes

  • Fix a bug about save username and password working. (90b9281)

0.5.0 (2022-08-15)

0.6.0 (2022-12-12)

Features

  • Now you can set comment status when publishing. (2b69006)
  • Support i18n. (d8560ea)
  • You can remember password on login modal. Be careful! (4dd257d)
  • You can set XML-RPC path in settings, default is /xmlrpc.php (b44be7d)

Bug Fixes

  • Cannot login if username and password are not saved. (f8d2a5b)
  • Fix date-fns template placeholder error. (f5b3e32)
  • Normalize URL. (b25659b)
  • Remove client cache. (b6584e7)
  • Show notice if no WordPress URL set. (baf92d7)
  • Show notice if username or password is invalided. (577f24f)

0.5.0 (2022-08-15)

Features

  • You can remember password on login modal. Be careful! (4dd257d)

0.4.0 (2022-04-26)

Features

  • Now you can set post category by fetching categories with XML-RPC. (2393092)
  • Now you can set post one category using REST api, too. (d7c723e)

Bug Fixes

  • Fix 'not well formed' bug if post content is very long using XML-RPC. (1e8ac85)
  • Fix a bug if XML-RPC returns an array with only one item. (08f53be)

0.3.0 (2022-04-05)

Features

  • Simplify API types. (99bd146)
  • You can set post status now. (0661893)

0.2.0 (2022-03-09)

Features

0.1.1 (2022-02-24)

Features

  • Ribbon icon could be refreshed if plugin options updates. (9620ddd)

0.1.0 (2022-02-24)

Features

  • Use own XML-RPC implementation in order to support mobile. (d0cc528)

0.0.2 (2021-12-22)

Features

  • Use async reading file content instead of sync. (16036b9)

0.0.1 (2021-12-09)