Skip to content

Releases: LaplaceYoung/MYmd

MYmd v1.4.3-hotfix5

12 Apr 07:58

Choose a tag to compare

Highlights

  • AI assistant upgraded to 5 modes: Writing / Polish / Modify / Layout / Smart Graph.
  • Default SiliconFlow model preset: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B.
  • Added AI connection probe in Settings.
  • Added Electron packaging pipeline in parallel with Tauri.
  • Updated README (CN/EN) and switched license to MIT.

Assets

  • MYmd_1.4.3_x64-setup.exe (Tauri NSIS installer)
  • MYmd_1.4.3_x64_en-US.msi (Tauri MSI installer)
  • MYmd-Electron-1.4.3-x64-portable.zip (Electron portable)

SHA256

  • MYmd_1.4.3_x64-setup.exe: ae04533f2731273c12bd440dd148fc0d3517a61b94500667ff1a673c1edb3fcf
  • MYmd_1.4.3_x64_en-US.msi: b21dcbf9623c80ac0102ae58b0790d504cf18f92d1fe99f40e35779ee2444147
  • MYmd-Electron-1.4.3-x64-portable.zip: 4b4000de20f45f8887516ed370d939d3b839974e0db766db27daffae651b4297

v1.4.3-hotfix4

07 Apr 08:29

Choose a tag to compare

v1.4.3

29 Mar 11:18

Choose a tag to compare

Highlights

  • Restored the Welcome page to the previous concise Word-style layout, removing redundant onboarding-heavy sections.
  • Fixed global search modal transparency with an opaque panel background and stronger overlay mask.
  • Refreshed README screenshots for welcome page, top search dropdown, and global search modal.
  • Repackaged desktop installers and synced latest NSIS output into release/.

Core Fixes

  • Updated src/components/Editor/WelcomeView.tsx:
    • reverted to the earlier Word-style homepage structure
    • removed verbose guide/knowledge blocks
    • restored sidebar wording (选项) and simplified recent-files section
  • Removed src/components/Editor/WelcomeView.css override to avoid style drift from base Word-like theme.
  • Updated src/components/Editor/GlobalSearchModal.css:
    • replaced unstable background token with opaque --bg-elevated
    • increased backdrop opacity to improve foreground/background separation
    • added explicit input surface background for readability

Validation

  • npm run typecheck
  • npm run build
  • npm run tauri build
  • Playwright screenshot pass for:
    • welcome overview
    • top search dropdown
    • global search modal

Version Alignment

  • package.json: 1.4.3
  • package-lock.json: 1.4.3
  • src-tauri/Cargo.toml: 1.4.3
  • src-tauri/tauri.conf.json: 1.4.3

Build Outputs (Windows x64)

  • E:\EnvConfig\rust_target\release\bundle\nsis\MYmd_1.4.3_x64-setup.exe
  • E:\EnvConfig\rust_target\release\bundle\msi\MYmd_1.4.3_x64_en-US.msi
  • release\MYmd_1.4.3_x64-setup.exe

Full Changelog: v1.4.1...v1.4.3

v1.4.1

10 Mar 16:55

Choose a tag to compare

Fixes\n- Fixed startup black-screen in packaged builds.\n- Fixed invalid HTML title tag in entry template that could break app bootstrap.\n- Fixed React 19 infinite-update loop in Knowledge Graph panel store selector.\n- Added startup guard fallback and initialization placeholder to avoid blank startup state.\n- Set desktop build to non-minified bundle for runtime stability on this release.\n\n## Verification\n- npm run typecheck passed.\n- npm run tauri build passed.\n- Installed NSIS package and verified app window renders normally (no black screen).

Full Changelog: v1.3.0...v1.4.1

v1.3.0

05 Mar 05:17

Choose a tag to compare

Full Changelog: v1.2.3...v1.3.0

v1.2.3

03 Mar 15:59

Choose a tag to compare

v1.2.3 (2026-03-03)

Highlights

  • ?????????:??????????????????(??? Ctrl+V ??)?
  • ????????:CI?Issue/PR/Release ???Contributing ? Security ???
  • ?? GitHub Pages ???(apps/site),????? Star ??????
  • ?????????????????(8 ?????)?

Artifacts (Windows x64)

  • MYmd_1.2.3_x64-setup.exe
  • MYmd_1.2.3_x64.exe

Full Changelog: v1.2.2...v1.2.3

MYmd v1.2.2

03 Mar 14:19

Choose a tag to compare

MYmd v1.2.2

Highlights

  • Single-instance file-open forwarding for second launch.
  • Improved CLI file argument parsing ( ile://, quoted path, duplicate filtering).
  • Added OS file association metadata for .md and .markdown.
  • Updated Chinese/English README and release notes for current Tauri architecture.

Artifacts

  • MYmd_1.2.2_x64-setup.exe
  • MYmd_1.2.2_x64.exe

MYmd v1.2.1

28 Feb 16:24

Choose a tag to compare

MYmd v1.2.1 - Release Notes

🛠️ 质量与性能双提升

本次更新重点修复了迁移至 Tauri 后遗留的交互与系统兼容性问题,并针对开发者环境进行了深度优化。

🐞 核心修复

  • 文件系统全面兼容:彻底移除遗留的 Electron API,重构了侧边栏、工具栏及插入图片弹窗的文件操作逻辑。现在已完美支持 Tauri v2 的原生文件打开与保存对话框。
  • 搜索菜单深度优化:重构了顶部全局搜索菜单 TopSearchMenu。修复了选项过滤失效及点击反馈不灵敏的问题,交互现在更加丝滑。
  • 精简右键菜单:根据用户反馈对编辑器右键菜单进行了重新规划,去除了低频操作,使菜单更加精炼、直观。

⚡ 系统与环境优化

  • C 盘空间大瘦身:引入了全新的环境路径重定向策略。现在 Cargo 缓存、Rustup 及编译 Target 目录已默认重定向至非系统盘(如 E 盘),累计为 C 盘释放约 8GB+ 空间,并有效防止未来磁盘碎片堆积。
  • 自动经验沉淀:集成了项目级 Skill 自动生成系统,确保每一次技术突破都能沉淀为 AI 助手的长期记忆。

MYmd v1.2.1 - Release Notes

🛠️ Quality & Performance Boost

This update focuses on fixing legacy inheritance issues from the Electron-to-Tauri migration and provides deep optimizations for the development environment.

🐞 Core Fixes

  • Full Filesystem Compatibility: Completely removed legacy Electron APIs. Refactored file operations in the sidebar, Ribbon, and Image Dialog to use Tauri v2 native dialogs and FS plugins.
  • Search Menu Optimization: Rebuilt the TopSearchMenu with better filtering logic and improved click response via onMouseDown handling.
  • Streamlined Context Menu: Redesigned the editor's right-click menu to be more concise, retaining only high-frequency operations for a cleaner UX.

⚡ System & Environment

  • C-Drive Decoupling: Implemented environment variable redirection. Cargo, Rustup, and Build Target directories are now moved to a non-system drive, reclaiming ~8GB+ of system disk space.
  • Knowledge Persistence: Integrated an automated Skill generation system to ensure technical breakthroughs are persisted for future development.

Mymd v1.1.1

28 Feb 15:05

Choose a tag to compare

MYmd v1.1.1 (Tauri Edition) - Release Notes

🚀 重大更新:全面转向 Tauri 架构

本次更新标志着 MYmd 从 Electron 框架正式迁移至 Tauri v2。这一转变带来了本质上的性能提升与体积优化。

🏗️ 架构升级

  • 核心引擎:从臃肿的 Chromium 运行时转向原生 Webview 加 Rust 后端。
  • 性能飞跃:启动速度提升约 50%,内存占用显著降低。
  • 体积减小:安装包体积大幅缩减,运行更加轻量化。

🎨 界面与交互 (UI/UX)

  • 沉浸式设计:采用了全新的无边框(Frameless)设计,去除了系统原生标题栏,外观更现代、简洁。
  • 自定义标题栏:全新实现的自定义标题栏,支持平滑拖拽与窗口控制(最小化、最大化、关闭)。
  • 图标更新:更新了应用图标,视觉更加统一。

🛠️ 功能优化与修复

  • 更稳健的交互逻辑
    • 彻底重构了窗口关闭生命周期。现在关闭窗口时会智能检查未保存的文档,并提供保存确认。
    • 引入了 Rust 后端原生退出指令,确保应用在关闭时能彻底结束相关进程。
  • 事件处理:修复了自定义按钮点击可能导致的页面刷新或冒泡问题。

🚀 Major Updates: Migrating to Tauri Architecture

This release marks MYmd's official transition from Electron to Tauri v2. This change brings fundamental improvements in performance and size optimization.

🏗️ Architecture Upgrade

  • Core Engine: Switched from the heavy Chromium runtime to a native Webview with a Rust backend.
  • Performance: ~50% faster startup and significantly lower memory footprint.
  • Lightweight: Drastically reduced installer and installed app size.

🎨 UI & UX Enhancements

  • Immersive Design: New frameless window design for a modern, clean aesthetics.
  • Custom TitleBar: Programmatically handled dragging and window controls.
  • Refined Assets: Updated branding and icons.

🛠️ Fixes & Improvements

  • Robust Window Lifecycle:
    • Completely refactored the close flow to correctly handle unsaved changes with sequential confirmations.
    • Native Rust-based application termination for a cleaner exit.
  • Event Management: Fixed bubbling issues that previously caused navigation resets on click.

Enjoying MYmd? Star us on GitHub: LaplaceYoung/MYmd

v1.1.0

26 Feb 05:27

Choose a tag to compare

MYmd 版本说明 - v1.1.0 (2026-02-26)

✨ 新特性与增强 (New Features & Improvements)

1. 仿 Word 风格右键上下文菜单

我们为 WYSIWYG 编辑器引入了全新的右键菜单,极大地提升了操作效率。

  • 分组操作:菜单项按功能分为剪贴板、字符格式、段落样式、列表、插入和历史记录六大分组。
  • 快捷格式化:选中文本后右键,可快速应用加粗、斜体、标题等常用样式,无需移步顶部工具栏。
  • 智能插入:支持在光标位置快速插入链接、本地图片或分隔线。
  • 快捷键映射:菜单项中贴心地标注了对应功能的快捷键,方便您快速形成肌肉记忆。

2. 精美的视觉体验 (Visual Excellence)

  • Fluent Design 主题:菜单采用亚克力(Acrylic)模糊效果,完美契合 Windows 现代设计风格。
  • 动态交互:鼠标悬停菜单项时,图标会自动转换为品牌色,提供清晰的视觉反馈。
  • 智能边界处理:菜单会自动识别屏幕边缘,避免在窗口底部或右侧被遮挡。
  • 全系主题适配:在浅色和深色模式下均拥有出色的表现力。

🛠️ 构建与稳定性修复 (Build & Stability)

  • 打包流程优化:修复了因图标文件损坏导致的 .exe 构建失败问题,现在支持一键生成全量安装包。
  • 版本管理:正式升级应用版本至 1.1.0。
  • 依赖优化:精简了生产环境构建体积,安装包体积进一步缩减。

感谢您对 MYmd 的支持!我们会持续努力提供“像 Word 一样好用”的 Markdown 体验。