v0.4.14
2026-08-23
slash 指令不再破坏文档标题;草稿提示指出文件名+实时保存(400ms);标题输入空格光标稳定;标题回车一次即到正文
- Automatic updates: this build ships through the updater.
v0.4.13
2026-08-23
标题回车一次即到正文;[[ 链接下一行 Tab 正常缩进且焦点不跳出;修改标题后新建文件不再被旧标题污染
- Automatic updates: this build ships through the updater.
v0.4.12
2026-08-23
删除工作区/文件夹时关闭其打开页面;修改页面标题后 topbar 标签同步(本地文件名/侧边栏/标题/面包屑/标签同源)
- Automatic updates: this build ships through the updater.
v0.4.11
2026-08-23
新建文件标题污染修复:文件名即标题,不再继承上一文件标题;不再写错草稿(测试期发布,自动更新可用)
- Automatic updates: this build ships through the updater.
v0.4.10
2026-08-23
新建文件标题修复:文件名即标题,不再继承上一文件标题(测试期发布,自动更新可用)
- Automatic updates: this build ships through the updater.
v0.4.9
2026-08-23
Clicking a [[ wiki link now opens the page in the desktop build.
- Wiki link navigation fixed: clicking a [[page]] link created via the wiki picker now jumps to that page (previously the desktop build failed to resolve the relative path and did nothing). Links to missing pages still create them on click.
v0.4.8
2026-08-23
Architecture hardening: unified path handling plus a regression suite, with fixes for Ctrl+K navigation, wiki links and search results.
- Architecture: unified paths — the desktop build now uses one consistent path format across workspaces, files, collaboration and search, removing the root cause of many "fixed one thing, broke another" issues.
- Regression suite — 15 core automated tests (npm run test:all) covering editor, workspaces, database view, Ctrl+K, wiki links and more; every change is verified against them.
- Ctrl+K open fixed — pressing Enter on a search result now jumps to that page in the desktop build.
- Ctrl+K replace fixed — replacing search matches actually writes the files.
- Wiki links fixed — [[ create / link works in the desktop build (pages created in the correct folder).
- Feature inventory — docs/FEATURES.md lists every sidebar/topbar/slash/dialog feature with a shared-dependency map for impact analysis.
v0.4.7
2026-08-23
Database views now show the correct workspace, folder and timestamps; the workspace filter is hidden in folder scope; Ctrl+K replace actually writes the files; and opening a second file no longer sticks to the previous page.
- Database view fixes: clicking a workspace/folder in the breadcrumb now lists that scope's files with the correct count (no longer "all workspaces" stats with an empty list), the workspace column shows the real workspace name for every file (no more empty "-" rows), created/updated timestamps come from the disk, and the workspace filter box is hidden when viewing a single workspace/folder scope.
- Ctrl+K replace fixed: replacing search results (e.g. find 2x "亚" replace with "飞") now actually writes the files — previously it reported success but only touched the wrong (relative) path, leaving the real files unchanged. The vault index also uses normalized paths so search/replace/delete stay consistent.
- New-page switching fixed: creating a new file and clicking it no longer shows the previous page's content (a collaboration-state path leftover polluted the new file after a rename).
v0.4.6
2026-08-23
Opening an empty folder no longer duplicates the workspace in the sidebar.
- Empty folder fix: when you open a folder with no files (e.g. a brand-new D:\MOVATEST\China), the sidebar previously showed the workspace twice. The duplicate root node is gone — you get exactly one "China", with the welcome note created inside it.
v0.4.5
2026-08-23
Opening the first folder no longer shows a duplicate workspace, and the first workspace is automatically selected as the default workspace.
- No duplicate first workspace: Windows paths are case-insensitive, so a folder saved with a different letter case (e.g. D:\MOVATEST\cn vs D:\MOVATEST\CN) is now treated as the same workspace — the sidebar shows exactly one "CN", with the real folder name detected from disk.
- Default workspace auto-selected: when you open your first folder, it is automatically set as the default workspace in Settings (previously the default was empty until you picked it manually).
v0.4.4
2026-08-23
Duplicate workspaces are gone, workspaces stay in real-time sync with the local folders, and tabs can be opened in a new window by menu or by dragging them out of the tab bar.
- No more duplicate workspaces: opening the same folder no longer shows it twice in the sidebar — workspace paths are normalized (slashes / trailing separators) and deduplicated, so "生活" appears exactly once and deleting it works cleanly.
- Real-time two-way workspace sync: opening a second workspace now shows it in the sidebar immediately (no refresh needed); renaming a workspace renames the local folder and keeps the sidebar entry in sync (it no longer disappears after a restart); external changes made in Explorer (create / delete / rename) are watched and mirrored into the sidebar within a second.
- Tabs in a new window: right-click a tab and choose Open in new window, or simply drag the tab out of the tab bar — the note opens in a separate window (Electron opens a fully-featured window with the app API; web opens a new tab).
v0.4.3
2026-08-23
Toggle lists exit cleanly on Enter, toggle headings scale their arrow with the heading size, tables get a 6-dot handle with persistent header-row/column styles, callout popups close on outside clicks, and page refresh keeps your place.
- Toggle exit: pressing Enter on the last empty line inside a toggle moves the cursor out to a new paragraph below — the toggle itself is kept (no longer deleted).
- Toggle headings: - [v] # Title renders the arrow sized to the heading (H1/H2/H3, matching the title font); the folded content stays plain text.
- Table 6-dot handle: hovering the first row reveals a handle — click to select the whole table (grey outline), right-click for Header row / Header column (bold + grey background), a style menu (Default / Notion / Airtable), and Copy / Cut / Delete. Your header/style choices persist per table across reloads.
- Callout popups: the icon picker, background picker and settings popup all close when you click anywhere outside them.
- Callout settings from the handle: right-clicking a callout's 6-dot handle opens the callout settings popup (type / icon / background) — changes persist in the markdown.
- Refresh stays put: reloading the page keeps the current document open.
v0.4.2
Latest
2026-08-22
Workspace names now use the folder's short name, LLM Wiki is its own workspace at the bottom of the sidebar, and the duplicate "open folder" button is gone.
- Workspace names: each workspace shows the opened folder's short name (e.g. opening D:\MOVA\TEST\中国 shows "中国"), and the breadcrumb reads Home › 中国 › 浙江 — existing saved full-path names are migrated automatically.
- LLM Wiki is now an independent workspace: its folder lives next to your workspaces (e.g. D:\MOVA\TEST\LLM Wiki), and its sidebar section sits at the very bottom of the sidebar.
- Removed the duplicate Open folder button in the sidebar — the top-bar button is the single entry point.
v0.4.1
2026-08-22
Workspaces are now opened local folders: open multiple folders as multiple workspaces, with a new breadcrumb, storage overview, tray support and more.
- Workspace = opened folder: every folder you open becomes a workspace — open several folders and they coexist as separate workspaces. A new Open folder button in the sidebar adds another one.
- New workspace now creates a sibling folder next to the first workspace (e.g. D:\memora test → D:\XYZ) and opens it as a new workspace.
- Breadcrumb: Home › Workspace › Folder › File (workspace name = the opened folder name).
- Storage settings list every workspace's local folder (Workspace 1: D:\memora test; Workspace 2: D:\XYZ …).
- Deleting a workspace closes its open pages first; by default the whole folder moves to the trash (toggle in settings to just remove the reference). Deleting all workspaces returns to the folder picker.
- System tray: closing the window minimizes Memora to the tray by default (toggle in settings); the tray icon restores or quits.
v0.4.0
2026-08-22
One-click updates: click "Update now" and Memora downloads, installs and restarts itself.
- One-click update: in Settings → About, when a new version is available you now get an Update now button — click it and Memora downloads the update (with a progress bar), then automatically installs and restarts. No more manual download → install → restart.
- Download progress, success and failure states are shown inline; you can retry if a download fails.
v0.3.9
2026-08-22
Six fixes: local-folder breadcrumb, workspace trash/restore, sidebar-rename sync, full-width icon alignment, and five slash-command refinements.
- Breadcrumb: on desktop the first crumb now shows the opened local folder (previously "Home"), so it reads Local folder › Workspace › Folder › File.
- Workspace delete/restore: after clearing all workspaces and restoring one from the trash, deleting it again now works (trash lists folders too, and a stale trash entry no longer blocks the re-delete).
- Rename sync: renaming a folder in the sidebar now also renames its page file and updates the page H1 title, so breadcrumb + title bar stay in sync.
- Full-width icon: with a cover, the floating icon aligns with the title's left edge in full-width mode.
- Slash commands: headings no longer show a divider line; Toggle heading 1/2/3 now really are a toggle + heading combo; code-block line numbers align exactly with each code line; pressing Enter on an empty line inside a code block exits it; the slash menu inside columns is no longer clipped by the column border.
v0.3.8
2026-08-22
Fixed desktop auto-update: the updater module is now bundled, so "check for updates" works again.
- Fixed desktop "Check for updates" — the electron-updater module was missing from the installer, so the app always reported "up to date". It is now bundled; check-in will detect new releases and offer to download & install them.
- When the update check genuinely fails (offline / server unreachable), the settings page now shows "check failed" instead of misleadingly saying "up to date".
v0.3.7
2026-08-22
Ctrl+K search now highlights matches and can replace across all notes; the top-bar search icon is hidden by default.
- Ctrl+K global search highlights the matched keyword inside every result snippet, so you can see exactly where the word appears.
- New replace mode in Ctrl+K: click the replace icon, type the replacement, hit Replace all — the keyword is replaced across every matching document, with a files/count summary.
- The top-bar full-text search icon is hidden by default — search now lives in Ctrl+K. Re-enable it anytime in Settings → Appearance → Top bar buttons.
v0.3.6
2026-08-22
Slash commands & format bar now work in PPT/whiteboard text boxes.
- Fixed the slash-command menu and text-format bar in PPT text boxes and whiteboard nodes/notes — clicking an item now actually applies (previously the editor lost focus and the command was dropped).
- PPT text boxes now render Markdown WYSIWYG:
**bold** shows as bold, *italic* as italic — same as in Markdown pages.
v0.3.5
2026-08-22
Image caption alignment & paste filename toggle.
- Image captions now align relative to the image width (left/center/right), even after the image itself is aligned — previously they aligned to the whole page.
- Pasting a screenshot no longer shows the filename (e.g. image.png) under the image by default.
- New setting: show the filename as the image caption when pasting/dragging images (off by default).
v0.3.4
2026-08-22
Fix duplicated pasted images in PPT.
- Pasting a screenshot (Ctrl+V) into a PPT slide now inserts exactly one image — previously two overlapping copies appeared.
v0.3.3
2026-08-22
Slash commands & format bar in PPT text boxes and whiteboards.
- Type / inside a PPT text box or a whiteboard node/note to open the slash-command menu (headings, bold/italic/strike, lists, tasks, quotes, dividers, code, links…) — same as in Markdown pages.
- Selecting text pops a format bar (bold, italic, strike, underline, highlight, super/subscript, inline code, link) that wraps the selection in Markdown.
- Removed the big page number below each PPT sidebar thumbnail.
v0.3.2
2026-08-22
PPT stage centering & speaker-notes layout.
- The editable page is now reliably centered in the editor area (no left-edge clipping on narrow windows).
- Opening the speaker-notes sidebar shrinks the stage to fit the remaining space and keeps it centered — no more overlap.
v0.3.1
2026-08-22
PPT format painter.
- Format painter in the PPT component right-click menu — copy an item's style (color, font size, bold/italic, font family, alignment, opacity, radius, and shape fill/stroke), then click another component to apply it.
- Applies once and exits; click the hint banner to cancel.
v0.3.0
2026-08-22
PPT major upgrade + About/update check.
- PPT editor: paste images (works in the desktop app), page ratios 16:9 / 4:3 / custom, editable page enlarged 1.25×.
- Insert shapes (rectangle / circle / triangle / trapezoid / custom) with an 8-point bounding box; right-click fill, line type and stroke width.
- Text boxes grow to multiple lines (no scrollbar on Enter); selecting any component shows a gray outline.
- Toolbar: add text box, lock/unlock slide, page ratio picker.
- Sidebar: resizable width, drag-to-reorder slides with auto page numbers, right-click copy slide, thumbnail on/off, big page numbers.
- Component links: right-click any item → add link (search pages or paste a URL), clickable during presentation.
- Settings → About: version info + check for updates (desktop via electron-updater, web via latest.yml), release notes & feedback.
v0.2.7
2026-08-22
Toggle list title removal.
- Clear a toggle's title line (the one with the triangle), press Enter — the whole toggle title is removed and the folded content below becomes regular page text.
- Works whether the toggle list has one item or many (other items stay).
v0.2.6
2026-08-22
Typewriter mode fixed.
- Typewriter mode now keeps the caret line vertically centered while typing.
- Also fixes scroll reset when switching files, floating TOC highlighting, and drag auto-scroll for databases and images.
v0.2.5
2026-08-22
Rebuilt installer — includes all latest features.
- Rebuilt from the latest codebase: LLM Wiki in the sidebar, wiki-link navigation ([[ existing pages and new sub-pages), database jump from the sidebar, callout improvements, Tab indentation and more.
- Fixes the previous installers shipping an older frontend build.
v0.2.4
2026-08-22
Tab key indentation.
- Press Tab while the previous line has content — the current line indents 2 characters to the right.
- Press Tab again to keep indenting; an empty previous line or the first line stays unchanged.
v0.2.3
2026-08-22
Callout improvements & divider interaction.
- All slash commands work inside callouts — /todo, lists, headings etc. stay inside the callout, never replace it.
- Pressing Enter in an empty callout no longer deletes it.
- Headings (H1/H2/H3) no longer show a divider line under them by default.
- Click a divider to select it (gray outline), then delete it with Backspace.
- Callouts are now thin-line boxes (no thick left border).
- Callout background picker matches the text-background Notion 10-color palette.
- Removing a callout icon now works (truly no icon).
- Clicking a callout's 6-dot handle selects it with the same gray outline as databases.
v0.2.2
2026-08-22
Default workspace picker in the sidebar.
- Right-click any workspace in the sidebar → Set as default workspace.
- New files and whiteboards are created in the default workspace.
- Stays in sync with the Settings dialog (编辑器 → 默认工作区).
v0.2.1
2026-08-22
Sidebar file manager integration.
- Right-click any file in the sidebar → Show in File Explorer (opens the folder and selects the file).
- Right-click any folder or workspace → Open in File Explorer (jumps straight to that folder).
- Works for every file/folder/workspace in the tree, at any depth.
v0.2.0
2026-08-22
First packaged Windows release with automatic updates.
- Typora-class live-preview Markdown editor — source mode, focus & typewriter modes, spellcheck, auto-pairing.
- Graph view, [[wiki links]] with autocomplete, backlinks & full-text search.
- Notion-style databases — table / kanban / calendar / chart / gallery views, row pages, column colors.
- Built-in LLM knowledge search — bring your own AI key, answers with citations, private by design.
- Infinite whiteboards & mind maps, embeddable into any note.
- Real-time collaboration (Yjs CRDT), comments, share links & per-page permissions.
- Selection toolbar with 10 color presets for text and background colors.
- Windows installer (NSIS) — choose install folder, desktop & start-menu shortcuts, auto-update via electron-updater.
- Local-first: notes are real
.md files in the folder you pick.
Installing a newer version over an older one never touches your notes or settings —
your data stays exactly where you put it. See downloads for all platforms.