Releases: ZCShou/markdown
Releases · ZCShou/markdown
Markdown Editor v0.5.1
Markdown Editor v0.5.1
📦 变更内容
- feat: update version to 0.5.1 in package.json
- feat: implement monaco codicon deduplication plugin and update CSS loading strategy
- feat: add support for superscript and subscript syntax in Markdown rendering
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.5.0
Markdown Editor v0.5.0
📦 变更内容
- feat: update version to 0.5.0 in package.json
- feat: enhance MarkdownEditor and related components with improved error handling, theme management, and workspace settings
- feat: remove dark mode background for document item actions
- feat: replace icon fonts with SVGs for GitHub and Gitee in workspace settings
- feat: Refactor workspace management and settings handling
- feat: enhance dark mode styles for document item actions and scrollbar positioning
- Refactor workspace management: split WorkspaceManager, WorkspacePersistence, and WorkspaceStorage into separate files; update imports accordingly. Remove old manager and persistence files.
- feat: update .env.example with additional OAuth configurations and body limit for bridge service
- feat: enhance image loading with base64 support and improved error handling in Tauri environment
- feat: improve image handling in Tauri environment with path resolution and error handling
- feat: enhance asset path collection with internal image path extraction
- feat: add before sync hook to workspace manager for editor content flushing
- feat: enhance workspace snapshot application with current document preservation option
- fix: remove unused image path extraction function from workspace manager
- feat: enhance workspace management with image asset handling and synchronization improvements
- fix: correct workspace directory name in default settings
- feat: enhance workspace synchronization with snapshot merging and tombstone management
- feat: add workspace synchronization feature with UI updates and styles
- feat: implement workspace authentication management and synchronization
- feat: implement workspace storage and management system
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.20
Markdown Editor v0.4.20
📦 变更内容
- chore: bump version to 0.4.20 in package.json
- feat: enhance Markdown rendering with feature flag support for mermaid, math, images, and text formatting
- feat: implement lazy loading for mermaid and katex modules in Preview component
- chore: update dependencies to latest versions
- style: improve layout and positioning of lightbox download menu
- feat: add download menu for lightbox assets in Preview component
- refactor: enhance HTML handling in Preview and RightSidebar components
- style: remove padding from scrollbar thumb in markdown CSS
- refactor: enhance sidebar visibility handling and improve pointer capture management
- refactor: streamline code block handling and improve language detection in Preview component
- efactor: Clean up configuration, fix editor state synchronization, and improve code quality
- docs: simplify and refactor storage documentation architecture
- chore: clean up unused timestamp debounce logic and improve deletion handling
- docs: add detailed text and image storage process documentation
- docs: add comprehensive data storage design documentation
- fix: create and persist default document on empty state initialization
- feat: embed internal images as base64 in HTML and PDF exports
- fix: optimize image caching, add size validation, and support deletion
- feat: add support for pasting images in editor
- feat: add sticky scroll support for Markdown headings in Monaco editor
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.19
Markdown Editor v0.4.19
📦 变更内容
- chore: bump version to 0.4.19
- fix: resolve tokenizer issue in Markdown language registration to improve code block detection
- feat: support markdown syntax inside block-level HTML elements
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.18
Markdown Editor v0.4.18
📦 变更内容
- feat: add support for mouse wheel scrolling while selecting in gutter area
- style: add hover color variables for primary and danger buttons
- style: unify overlay display mechanism and add backdrop blur effect
- perf: optimize lightbox zoom smoothness with RAF and cursor centering
- style: update z-index for dragging tree to avoid overlap issues
- style: remove automatic primary button class assignment in dialog footer
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.17
Markdown Editor v0.4.17
📦 变更内容
- chore: bump version to 0.4.17
- style: remove invalid bold and italic brackets in language configuration
- perf: implement lazy loading for editor modules and optimize build chunks
- style: refine ghost button appearance and consolidate code block variables
- fix: prevent lightbox from closing when releasing on child elements
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.16
Markdown Editor v0.4.16
📦 变更内容
- chore: add package-lock.json to version control
- chore: bump version to 0.4.16
- ci: refine release workflow with strict tag validation and separate build/release stages
- chore: watch dist directory for changes in Tauri build script
- chore: dynamic version injection from package.json
- chore: dynamic version injection from package.json
- fix: prevent lightbox trigger for images wrapped in links and update cursor style
- style: unify lightbox SVG background and dark mode filter
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.15
Markdown Editor v0.4.15
📦 变更内容
- chore: bump version to 0.4.15
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.13
Markdown Editor v0.4.13
📦 变更内容
- chore: bump version to 0.4.13
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage
Markdown Editor v0.4.12
Markdown Editor v0.4.12
📦 变更内容
- style: enforce spaces within empty catch blocks for consistency
- perf: optimize Mermaid theme switching by using CSS filter
- style: use null as initial value for lastRenderedData to prevent empty content skip
- style: unify empty state styling with icons and consistent spacing
- style: layout TOC empty state with flexbox for center alignment
- style: add empty state prompt to markdown preview area
- perf: fast-path empty markdown rendering by clearing DOM directly
- fix: use null to mark unrendered markdown and prevent empty content skip
- fix: activate new document immediately upon creation
- refactor: optimize RightSidebar DOM caching and event delegation
- Merge branch 'main' of github.com:ZCShou/markdown
- chore: format code with Prettier and remove unused manifest file
✨ 功能特性
- 实时 Markdown 预览
- 语法高亮
- 数学公式支持 (KaTeX)
- 流程图支持 (Mermaid)
- 搜索与替换
- 本地存储
📥 下载说明
- Windows: 下载
.msi或.exe安装包 - macOS: 下载
.dmg安装包 (支持 Intel 和 Apple Silicon) - Linux: 下载
.deb或.AppImage