Skip to content

Releases: skyue/obsidian-weixin-mp-publisher

v1.0.10

28 Jun 04:17

Choose a tag to compare

主要变更

  • refactor: 将 vendored marked.js (~2137 行) 替换为 markdown-it,消除大量 lint warning
  • 移除 marked 依赖,新增 markdown-it 依赖

完整 commit 历史

  • f09e500 refactor: replace vendored marked.js with markdown-it for render-core
  • 5ddb24c chore: add eslint-plugin-no-unsanitized to devDependencies
  • 6a4f77f fix: replace createContextualFragment with DOMParser to resolve XSS lint warning
  • efc637d release: v1.0.10

v1.0.9

27 Jun 21:27

Choose a tag to compare

fix: replace createContextualFragment with DOMParser.parseFromString to resolve XSS lint warning

v1.0.8

27 Jun 21:19

Choose a tag to compare

fix: use template literal for createContextualFragment argument to resolve lint warning

v1.0.7

27 Jun 21:12

Choose a tag to compare

v1.0.7

  • 添加 TypeScript 类型注解(types.ts, wechat-api.ts, main.ts)
  • 修复 createContextualFragment 的 lint 警告

v1.0.6

27 Jun 21:04

Choose a tag to compare

Changes

  • Fix insertAdjacentHTML lint warning by using createContextualFragment
  • Rename to WeiXin MP Publisher (id: weixin-mp-publisher)
  • All CSS classes and references updated
  • varconst/let lint fixes

Files

  • main.js — Plugin entry
  • manifest.json — Plugin metadata
  • styles.css — Plugin styles

v1.0.5

27 Jun 20:58

Choose a tag to compare

Changes

  • Rename plugin: WeiXin MP Publisher (id: weixin-mp-publisher)
  • All CSS classes, paths, and references updated
  • varconst/let lint fixes
  • Build script compatibility fixes

Files

  • main.js — Plugin entry
  • manifest.json — Plugin metadata
  • styles.css — Plugin styles

v1.0.4

27 Jun 20:52

Choose a tag to compare

Changes

  • Rename plugin: WeiXin MP (id: weixin-mp)
  • All CSS classes, paths, and references updated
  • Build script compatibility fixes

Files

  • main.js — Plugin entry
  • manifest.json — Plugin metadata
  • styles.css — Plugin styles

v1.0.3

27 Jun 20:40

Choose a tag to compare

Changes

  • Replace all var declarations with const/let across source and package files
  • Fix build script compatibility for renamed declarations

Files

  • main.js — Plugin entry
  • manifest.json — Plugin metadata
  • styles.css — Plugin styles

1.0.2

27 Jun 20:28

Choose a tag to compare

1.0.2

  • 调整 minAppVersion 至 1.12.0

1.0.1

27 Jun 20:25

Choose a tag to compare

1.0.1

  • 插件更名为 WeChat Publish(id: wechat-publish)
  • 迁移自 obsidian-wechat-mp-publisher