Skip to content

Releases: Tencent/cherry-markdown

v0.8.57

23 Dec 02:23
Compare
Choose a tag to compare

Features

  • #1005 增加滚动到具体位置的api,增加滚动行为控制的参数,修复预览区滚动没有触发编辑区滚动的bug (7b7f7ad)
  • #1006 流式会话场景中,增加flowSessionCursor配置项,实现虚拟光标的效果 (5e025bf)
  • vscodePlugin: add i18n (#1010) (9c9265c)

Bug Fixes

  • #1009 处理容器宽度发生变化时,编辑器光标出现错位的问题 (ccae682)
  • #1009 调整编辑器刷新时机,只有编辑器处于显示状态时才需要刷新 (2b8696f)
  • #993 修复识别html标签的正则逻辑 (c58466e)
  • 修复没有顶部右对齐工具栏时,顶部工具栏高度变高的问题 (99f6bae)

Code Refactoring

  • 废弃elementsFromPoint方法 (2f732ea)

v0.8.56

18 Dec 04:43
Compare
Choose a tag to compare

Features

  • 优化单行大文本的判定逻辑 (2b5d8fc)

Bug Fixes

  • 处理图片base64和base64数据正则替换冲突的问题 (dc3306e)

v0.8.55

17 Dec 08:12
Compare
Choose a tag to compare

临时发版,如无必要,可用v0.8.53

v0.8.53

16 Dec 02:27
Compare
Choose a tag to compare

Features

  • #992 增加配置代码块自定义按钮的功能 (a645e7f)
  • #999 处理大文本缩略展示的逻辑,对单行超大文本作特殊缩略处理 (#1000) (fdbb48c)
  • 顶部操作栏自适应换行 (#991) (57fb28d)

Bug Fixes

  • #985 修复快捷键配置弹窗定位问题 (37e15c6)
  • #989 修复点击img获取不到data-formula-code属性的问题 (75718fc)
  • example: remove duplicate configurations (#983) (e509c9f)

Code Refactoring

v0.8.52

25 Nov 09:00
Compare
Choose a tag to compare

Features

Bug Fixes

v0.8.51

18 Nov 02:04
Compare
Choose a tag to compare

Features

  • #967 增加代码块是否自动换行配置 fix: #978 尝试修复editor.keepDocumentScrollAfterInit=true失效的问题 (2e54a7e)
  • 增加禁用所有快捷键的功能;增加搜索的按钮 (60748e9)
  • vscodePlugin: support theme selected state (#965) (468592a)

Bug Fixes

  • #963 避免代码块的辅助工具阻塞鼠标事件 (e2e0e85)
  • #978 尝试修复editor.keepDocumentScrollAfterInit=true失效的问题 (fded636)
  • 修复纯预览模式性能问题 (ebcfe61)
  • 修复点击代码块编辑按钮时页面报错的问题 (6ea15c3)
  • 修复短链接配置失效的问题 (79c34ca)
  • vscodePlugin: prevent the default redirect behavior of links in vscode webview (#973) (8f9a319)
  • vscodePlugin: relative path img (#972) (67c5ae5)

Code Refactoring

  • client: migrate to tauri implementation (#969) (f30e8a6)

v0.8.50

31 Oct 06:18
Compare
Choose a tag to compare

Features

  • #931 onPaste入参增加cherry实例 (91778f3)
  • #954 #940 增加frontMatter语法,并在frontMatter语法里支持了设置全局字体大小的能力 (2e30a1f)
  • #954 优化字号匹配逻辑 (daf4f68)
  • 增加控制右侧悬浮目录显隐的api (45b7a98)
  • theme item highlight (#959) (fdf9fc4)
  • vscodePlugin: add right click menu shortcut key F10 (#934) (a37d521)
  • vscodePlugin: open web link and open file link (#922) (796b087)

Bug Fixes

  • #876 toolbar设置中的预览按钮支持窗口浮动 (#938) (03a3ed7)
  • #927 对style的过滤没有兼容单引号的情况 (25d3b0c)
  • #948 下拉菜单点击穿透到预览视窗拉条 (#949) (d104f16)
  • #953 统一颜色按钮的交互 (66a898c)
  • type: add key name declaration for custom toolbar (#932) (ef7a946)
  • vscode-plugin: vscode dark mode and it's default theme,black scrollbar appears (#946) (fbec3d9)

Css or Code Change

  • 编辑区增加对yaml语法的高亮展示 (08c220d)
  • Refine 'blue' theme (#829) (ca74e55)

v0.8.49

27 Sep 09:55
Compare
Choose a tag to compare

0.8.49 (2024-09-27)

Features

  • #927 增加对html标签里style属性过滤的配置 (858f862)
  • 表格增加删除列操作 (#843) (d8ed2ec)
  • 优化快捷键工具栏,增加不可修改的快捷键信息 (93de3b1)

Bug Fixes

Code Refactoring

  • 优化表格所见即所得编辑里,拖拽行列、删除行列的交互和功能 (77bf4db)

Css or Code Change

v0.8.48

23 Sep 06:08
Compare
Choose a tag to compare

0.8.48 (2024-09-23)

Features

  • #900 “引用“语法支持嵌套,并支持嵌套其他语法(如表格、代码块、列表、信息面板等) (d7a887d)
  • #900 “引用“语法支持嵌套,并支持嵌套其他语法(如表格、代码块、列表、信息面板等)fix lint (9366d1e)
  • 支持设置编辑器的值 (bcb1b23)

Bug Fixes

  • #879 修复脚注在滚动条在html时无法滚动的问题 (ad1362a)
  • #898 修复配置代码块主题失效的问题 (90f3c1d)
  • #898 修复配置主题失效的问题 (191206b)
  • #898 修复配置主题失效的问题 (afa5a7f)
  • #903 修复联想功能引入的性能问题 (fbf1f0c)
  • #910 图片和超链接支持一对括号(时间有限,先只支持一对括号,再多的后续再考虑实现) (e609e95)
  • #910 图片和超链接支持一对括号(时间有限,先只支持一对括号,再多的后续再考虑实现) (688b7eb)
  • #913 文章目录支持国际化 (#915) (52f01c9)
  • 对于配置config 类型的修复 (#890) (588f862)
  • 修复为支持引用嵌套导致页面报错的问题 (e930143)

v0.8.47

03 Sep 08:33
Compare
Choose a tag to compare

0.8.47 (2024-09-03)

Features

  • #874 优化主题、代码块主题的相关逻辑,便于做持久化,优先级:本地缓存>配置>默认配置 (993d986)
  • #876 窗口浮动 (#884) (1a16235)
  • 浮动预览窗口优化 (1199562)
  • client: add shortcut keys (#878) (4e4cc3c)

Bug Fixes

  • #871 重做了下快捷键配置机制 (999a6cc)
  • #879 脚注跳转支持不更新location hash (0cfe8b2)
  • 注释掉config里的无用配置 (30c6fd7)
  • client: due to the proxy of the editor instance, data cannot be edit (#877) (82a1974)
  • Ensure target directories exist (486eaef)
  • type: type error in config (#839) (10a226c)