Skip to content

Releases: cnblogs/vscode-cnb

v1.7.3

27 Apr 10:56
9cafe1d
Compare
Choose a tag to compare

What's Changed

  • feat: set post title separately on post-configuration panel by @laggage in #136
    • 更新博文时,不再使用本地文件名更新博文标题了
    • 可以在博文设置面板里单独设置博文标题,这样本地文件名和博文标题可以是不同的值了

Full Changelog: v1.7.2...v1.7.3

v1.7.2

19 Apr 13:28
4942a22
Compare
Choose a tag to compare

What's Changed

  • fix(login): force new session when login by @laggage in #132
  • fix(post-configuration-panel): fix failed to parse tags from response by @laggage in #135

Full Changelog: v1.7.1...v1.7.2

v1.7.1

21 Mar 08:47
71bbf20
Compare
Choose a tag to compare

What's Changed

some minor improvements and fix for blog-export

Full Changelog: v1.7.0...v1.7.1

v1.7.0

20 Mar 11:47
df93eef
Compare
Choose a tag to compare

What's Changed

  • feat: integrate with vscode.authentication in #105
  • fix: use respective workspace uri on different platforms in #111
  • chore: set minimal version of vscode to v1.70
  • perf: decrease bundle size of entry point in #117
  • feat: add support for blog export in #120
  • feat(context-menu): allow hide specific commands by @Higurashi-kagome in #123
  • fix: ignore case of disk symbol when check workspace on windows in #124

Full Changelog: v1.6.5...v1.7.0

v1.6.5

17 Feb 11:01
d523a99
Compare
Choose a tag to compare

What's Changed

  • fix(save-post): update post.isMarkdown accordingly by @laggage in #109

更新记录

  • 更新博文时根据后缀名更新post.isMarkdown属性

Full Changelog: v1.6.4...v1.6.5

v1.6.4

16 Feb 06:18
6df396c
Compare
Choose a tag to compare

What's Changed

  • feat(image-extract): improvements for image file resolving by @laggage in #108

更新记录

  • 提取图片: 改进了图像文件路径的解析

Full Changelog: v1.6.3...v1.6.4

v1.6.3

16 Feb 03:07
de1454e
Compare
Choose a tag to compare

What's Changed

  • fix(auto-extract-images): fix extracted images not applied before save post by @laggage in #107

Full Changelog: v1.6.2...v1.6.3

v1.6.2

30 Jan 08:48
1943868
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

16 Dec 04:30
6b85274
Compare
Choose a tag to compare

What's Changed

  • ui(editor-context-menu): default not show publish selection to ing by @laggage in #99
  • fix(create-local-post-file-with-category): sanitize name of the category by @laggage in #100

Full Changelog: v1.6.0...v1.6.1

v1.6.0

30 Nov 05:05
4841905
Compare
Choose a tag to compare

What's Changed

  • feat(markdown): extend markdown syntax by @laggage in #94
  • ux(edit-ing): set ignoreFocusOut to true for quick-input by @laggage in #95

Full Changelog: v1.5.2...v1.6.0