Skip to content

Tauri Markdown v0.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:38
· 4 commits to master since this release

📦 安装包下载 / Download Packages

平台 架构/格式 文件名
Windows Portable ZIP ⭐推荐 tauri-markdown_0.9.0_x64_portable.zip
Windows Standalone EXE tauri-markdown_0.9.0_x64_standalone.zip
Windows NSIS 安装程序 TauriMarkdown_0.9.0_x64-setup.exe
Windows MSI 安装包 TauriMarkdown_0.9.0_x64_en-US.msi
macOS Apple Silicon TauriMarkdown_0.9.0_aarch64.dmg ⭐推荐
macOS Intel TauriMarkdown_0.9.0_x64.dmg
Linux deb (Debian/Ubuntu) TauriMarkdown_0.9.0_amd64.deb
Linux AppImage TauriMarkdown_0.9.0_amd64.AppImage
Linux RPM (Fedora/RHEL) TauriMarkdown-0.9.0-1.x86_64.rpm

💡 Windows Portable ZIP: 完整便携包,配置存储在同目录,适合 U 盘携带
💡 Windows Standalone EXE: 最小化包,手动创建 .portable 文件可启用便携模式
💡 macOS: 解压后将 .app 拖入「应用程序」文件夹
💡 Linux deb: sudo dpkg -i <file>.deb
💡 Linux AppImage: chmod +x <file>.AppImage && ./<file>.AppImage

What's Changed

  • feat: add "Reveal in Folder" functionality by @jeeinn in #86
  • feat: add font size settings feature by @jeeinn in #87
  • feat: enhance asset directory synchronization and image file detection by @jeeinn in #88

Full Changelog: v0.8.1...v0.9.0