All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.18.0 (2023-12-20)
- Now you can publish private or scheduled posts. (7a19a5f)
0.17.0 (2023-12-18)
- Obsidian comments could be ignored or convert to HTML comments. (296e1e0)
- 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.
0.15.0 (2023-10-11)
- Images in notes will be uploaded to WordPress. (32e2a7c)
- XML-RPC path maybe undefined sometime. (6699eef)
0.14.0 (2023-04-17)
- You can parse HTML tags in notes. (5c23ed4)
0.13.4 (2023-04-12)
- Do not create an empty default profile at startup. (e59acce)
- No publish button when newly install. (409d752)
0.13.3 (2023-04-11)
- Confirms if posts' profile is not match picked. (ed4d423)
- Incorrect response parser of wordpress.com. (f7c6185)
0.13.2 (2023-04-10)
- Ignore chooser modal if there is only one profile. (bfdfd42)
- XML-RPC parse bugs. (15e2d15)
0.13.1 (2023-04-10)
0.13.0 (2023-04-06)
- Use markdown-it instead of marked to parse markdown notes. (4df846a)
0.12.0 (2023-04-04)
0.11.0 (2023-02-22)
0.10.2 (2023-02-09)
- Remember last selected categories of this WordPress site. (caad134)
0.10.1 (2023-02-09)
- Add an option to enable WordPress edit confirm modal. (716ac1f)
- Publish to uncategorized with default options. (3ee1a9c)
0.10.0 (2023-02-09)
- 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)
- Post ID is not written to front matter if publishing with default options. (90bfea8)
0.9.1 (2023-02-07)
- Compile errors. (b37ee81)
0.9.0 (2023-02-07)
0.8.0 (2022-12-29)
- Update ribbon button may cause plugin failed. (737f981)
0.7.0 (2022-12-13)
- Support WordPress application passwords authentication. (fce8ca8)
- Update license to Apache 2.0 (abb19c2)
- Update license to Apache 2.0 (560712b)
- Fix a bug about save username and password working. (90b9281)
0.5.0 (2022-08-15)
0.6.0 (2022-12-12)
- 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)
- 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)
- You can remember password on login modal. Be careful! (4dd257d)
0.4.0 (2022-04-26)
- 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)
- 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)
0.2.0 (2022-03-09)
- Add REST support. (f55139a)
0.1.1 (2022-02-24)
- Ribbon icon could be refreshed if plugin options updates. (9620ddd)
0.1.0 (2022-02-24)
- Use own XML-RPC implementation in order to support mobile. (d0cc528)
0.0.2 (2021-12-22)
- Use async reading file content instead of sync. (16036b9)