Skip to content

Releases: cnblogs/vscode-cnb

v1.5.2

24 Nov 01:16
d352da1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

15 Nov 15:05
85de4c8
Compare
Choose a tag to compare

What's Changed

  • fix: remove shortcut used to publish ing by @laggage in #91

Full Changelog: v1.5.0...v1.5.1

备注

v1.5.0 版本中的发闪存快捷键 ctrl+s ctrl+c 快捷键导致编辑器 ctrl+s 无法保存, 此版本移除了 ctrl+s ctrl+c 快捷键, 很抱歉造成的不便, 望谅解

v1.5.0

15 Nov 10:50
fe843cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

10 Nov 02:56
3c38686
Compare
Choose a tag to compare

What's Changed

  • refactor: lint with @cnblogs/eslint-config-typescript by @laggage in #85
  • refactor: replace lodash with lodash-es by @laggage in #86
  • ui(post-treeview): hide metadata of update time if there no updates by @laggage in #88
  • fix: fix unable to delete the category

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 Oct 12:51
6a326a7
Compare
Choose a tag to compare

博客园Cnblogs客户端@1.4.0

What's Changed

  • feat: reveal local draft in explorer after created by @laggage in #75
  • feat: allow customize page size of posts list by @laggage in #77
  • feat(posts-list): show the metadata of post in tree view by @laggage in #78
  • feat(posts-list): support search posts by @laggage in #79
  • feat(categories-list): show post children of the category by @laggage in #80
  • fix(categories-list): fix missing children count by @laggage in #81

更新日志

  • 在随笔列表的工具栏菜单中新建本地草稿后,侧边栏自动定位到文件浏览器中对应的文件
  • 允许通过设置自定义随笔列表分页的大小
    • image
  • 随笔列表中可以下拉展开随笔的一些信息,包括 更新时间 创建时间 分类 标签
    • image
  • 随笔列表支持按关键词进行搜索
  • 分类列表中的分类支持展开其下包含的随笔

Full Changelog: v1.3.2...v1.4.0

v1.3.2

15 Oct 12:35
838779b
Compare
Choose a tag to compare

What's Changed

修复导出pdf时,分类和标签链接到了错误的博客的问题

  • fix(export-pdf): fix invalid links of tag and category by @laggage in #73

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Sep 05:07
2b8ef2a
Compare
Choose a tag to compare

What's Changed

修复启用保存时自动提取图片后,保存没有可以提取图片的博文到博客园,保存过程会被阻塞在没有可以提取的图片的警告提示窗口的问题

  • fix(auto-extract-images): fix save-to-cnblogs blocked by auto-extract-images in some cases if enabled by @laggage in #69
  • fix(auto-extract-images): fix save-to-cnblogs may blocked error notify of auto-extract-images by @laggage in #70

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Sep 14:31
685a47d
Compare
Choose a tag to compare

What's Changed

  • docs: add feature request template by @laggage in #60
  • docs(feature-request-template): add default labels by @laggage in #62
  • docs: update a source of image in readme.md by @laggage in #65
  • feat: support extract images by @laggage in #67
  • ui: change display name to 博客园Cnblogs客户端 by @laggage in #68

Full Changelog: v1.2.2...v1.3.0

v1.2.2

22 Jun 03:22
d827a66
Compare
Choose a tag to compare

What's Changed

  • feat(post-configuration-panel): allow input entry name of the post by @laggage in #59

Full Changelog: v1.2.1...v1.2.2

v1.2.1

12 May 10:54
5e6de18
Compare
Choose a tag to compare

What's Changed

  • chore: run build-check when create pull request by @laggage in #54
  • fix(#53): fix post configuration panel stuck in the loading ui with vscode 1.67 by @laggage in #55