- fix: update dependencies
- fix: update dependencies
- fix: update
markdown_img_url_editor
to4.1.0
- known issue due to
pulldown-cmark-to-cmark
is solved ( yumetodo/markdown_img_url_editor#40 )
fix: updatemarkdown_img_url_editor_rust
to1.0.3
- Now, modify text directly using
pulldown_cmark::Parser::into_offset_iter()
instead of usingpulldown-cmark-to-cmark
- Now, modify text directly using
- known issue due to
- fix: update dependencies
- fix: follow google photos change ( yumetodo/google-photos-album-image-url-fetch@
a6943a2
) - fix: update dependencies
- fix: follow google photos change ( yumetodo/google-photos-album-image-url-fetch#6 )
- fix: update dependencies
- feat: introduce google-photos-uploader.clear command ( #15 )
- fix: photos src were sometimes replaced to different one. ( #13 )
- fix: update dependencies
- This app's OAuth2 scope was verified by Google ( #3 )
- update dependencies
- web scrapping is required only one time ( c043fdd )
- rewrite img matching using img hash ( #2, b9fbb94 )
token
is filterd so that store lacking info and merge ( fa8cdd7 )
- upload image sequentially
- update
markdown_img_url_editor
tov4.0.1
- use pulldown-cmark(rustlibary) to parse.
- use pulldown-cmark-to-cmark(rustlibary) to replace.
- use Loopback IP address ( #3 )
- request sharing OAuth2 scope
- parse album HTML to extract image URL that can use eternally, I think.
- use webpack to reduce plugin size
- notify that this plugin is limited only for a personal nature
- critical bug notice
- enable retry and delay
- enable vscode progress report for batchCreate
- support batchxxx API limitation: array length must be less than 50 or equal.
- avoid duplicated image uploading
- Initial release