Skip to content

0.1.6

Choose a tag to compare

@huangcheng huangcheng released this 08 Jun 15:21

Changelog

[0.1.5] - 2026-06-08

Added

  • Yinxiang (印象笔记) provider support
  • Card-based settings panel with provider cards, hover effects, and brand-colored left borders
  • Notebook Navigator integration — registers export menus via NN's Menus API when NN is installed
  • tryCreateSubmenu() helper for robust submenu creation across Obsidian versions

Changed

  • Context menu flattened to 2 levels max to avoid Obsidian's sub-sub-menu freeze bug
    (forum.obsidian.md/t/74618)
  • Context menu items are now dynamic — only providers that are enabled, valid, and available appear
  • Built-in actions (Copy as Pure Markdown) separated from provider actions with visual sections
  • Each provider group separated by dividers in the context menu
  • Removed meaningless green "Enabled" badges from provider cards in settings
  • isDesktopOnly set to true in manifest (plugin uses CLI subprocesses)

Fixed

  • Replaced innerHTML usage with DOMParser + appendChild for SVG rendering (plugin guidelines compliance)
  • Gated console.warn in main.ts behind developerLog setting
  • Removed stray console.warn in i18n module
  • Fixed LICENSE copyright from "Dynalist Inc." to "HUANG Cheng"

[0.1.4] - 2025-05-20

Added

  • i18n support and unified provider card UI in settings
  • Removed trusted toggle from settings

[0.1.3] - 2025-05-16

Added

  • Flomo provider: settings card, commands, file-menu submenu, MCP write_note push

[0.1.4] - 2025-05-20

Added

  • i18n support and unified provider card UI in settings
  • Removed trusted toggle from settings

[0.1.3] - 2025-05-16

Added

  • Flomo provider: settings card, commands, file-menu submenu, MCP write_note push

[0.1.2] - 2025-04-10

Fixed

  • ESLint warnings and unused imports

[0.1.1] - 2025-03-15

Added

  • WPS Cloud Note and Youdao Note providers
  • Export and import commands for Bear

[0.1.0] - 2025-02-01

  • Initial release with Bear import/export and pure Markdown copy