Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ shortcuts shown with **macOS** modifiers below. on **Windows / Linux**, substitu
| layer | choice |
|---|---|
| shell | tauri 2.11 (rust + webview), macOS universal (arm64 + x86_64) · Windows · Linux |
| frontend | react 19 · vite 7 · typescript 5.9 · bun |
| frontend | react 19 · vite 7 · typescript 7 · bun |
| editor | codemirror 6 + `@codemirror/lang-markdown` + `@codemirror/search` · opt-in vim via `@replit/codemirror-vim` |
| markdown | markdown-it + markdown-it-mark + markdown-it-task-lists + shiki (lazy themes + langs) + mermaid (lazy) |
| icons | lucide-react |
Expand All @@ -120,6 +120,7 @@ Per-release detail lives on the [changelog](https://markamd.vercel.app/changelog
- [x] v1.6.0 workflow: separate preview windows, command-palette markdown insertions, and Traditional Chinese localization
- [x] v1.6.1 workflow: automatic folder monitoring, native file watching, and lazy markdown highlighting
- [x] v1.7.1 workflow: quick file previews, app-wide zoom, and faster folder watching
- [ ] v1.7.2 patch: public updater downloads, active-file reload reliability, and Linux Wayland AppImage startup
- [ ] next: native/silent PDF generation
- [ ] next: context handoff presets for bring-your-own-ai workflows, starting with markdown and XML-tag bundle formats

Expand Down
1 change: 1 addition & 0 deletions docs/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Use this after the version bump commit is ready and before calling the release d
- [ ] `bun run build` passes.
- [ ] `cargo check --release` passes from `src-tauri`.
- [ ] `git diff --check` is clean.
- [ ] Linux AppImage smoke test passes on Wayland, including the reported Manjaro environment for #107.

## after tagging

Expand Down