<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://docs.mnemo.one/blog</id>
    <title>Mnemo — updates</title>
    <updated>2026-05-10T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://docs.mnemo.one/blog"/>
    <subtitle>Summaries of Mnemo app releases. Subscribe for highlights; GitHub has tagged builds and full notes.</subtitle>
    <icon>https://docs.mnemo.one/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[The Assistant & Notes Update (v0.5.0)]]></title>
        <id>https://docs.mnemo.one/blog/v0.5.0</id>
        <link href="https://docs.mnemo.one/blog/v0.5.0"/>
        <updated>2026-05-10T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Assistant routing, chat UX, notes/image blocks, and two-column layouts in v0.5.0.]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" src="https://github.com/user-attachments/assets/87e945e0-9557-4f15-8dff-d94a905d2db6" alt="Mnemo v0.5.0 — release banner" class="img_ev3q"></p>
<p><img decoding="async" loading="lazy" src="https://github.com/user-attachments/assets/3f90bb84-59e6-4d87-a269-8faf6db87d9c" alt="Mnemo — assistant and notes" class="img_ev3q"></p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="highlights">Highlights<a href="https://docs.mnemo.one/blog/v0.5.0#highlights" class="hash-link" aria-label="Direct link to Highlights" title="Direct link to Highlights" translate="no">​</a></h3>
<ul>
<li class="">
<p><strong>.NET 10 + Avalonia refresh</strong>: solution retargeted to <strong>.NET 10</strong>, Avalonia bumped to <strong>11.3.13</strong>, DevTools migrated to <strong>AvaloniaUI.DiagnosticsSupport</strong>, and drag/drop + clipboard code updated for current APIs (<code>DataTransfer</code>, <code>DoDragDropAsync</code>, typed clipboard helpers).</p>
</li>
<li class="">
<p><strong>Assistant &amp; orchestration</strong>: <strong>routing layer</strong> with a small manager model for JSON routing decisions, <strong>hardware tiering</strong> (GPU probes, snapshots, cache invalidation) feeding model selection and resource governance, <strong>skill routing</strong> with bundled skills (Application, Mindmap, Notes, Path), <strong>conversation memory</strong> (snapshots, summarization, tool dispatch scope), and <strong>simplified tool surface</strong> for more reliable tool calls. <strong>Mindmap</strong> and <strong>notes</strong> tools gained richer parameters (e.g. batch mindmap nodes, note search/sort/snippet options).</p>
</li>
<li class="">
<p><strong>Chat experience</strong>: <strong>streaming</strong> and <strong>reasoning/thought</strong> UI, <strong>collapsible chat history</strong> sidebar (<strong>7-day</strong> retention then pruned), <strong>copy</strong> and <strong>regenerate</strong> on assistant messages, <strong>Enter</strong> to send / <strong>Ctrl+Enter</strong> for newline, <strong>length control</strong> (short / normal / detailed) replacing older “general/explainer” modes, <strong>process tracking</strong> and <strong>tool-call</strong> visibility in the dataset layer, and <strong>GPU streaming options</strong> / reveal pacing in settings.</p>
</li>
<li class="">
<p><strong>Embeddings &amp; knowledge</strong>: <strong>batch embeddings</strong> (single ONNX run for multiple texts), <strong>PDF text extraction</strong> (PdfPig) for ingestion, <strong>RAG ingest logging</strong> for completion and embedding failures, and <strong>optional chat dataset logging</strong> for exported turn records.</p>
</li>
<li class="">
<p><strong>Notes &amp; clipboard</strong>: <strong>custom block clipboard</strong> preserving inline formatting (plain paste to other apps as markdown), <strong>paste markdown</strong> mapped into internal blocks/runs, <strong>branding</strong> asset refresh, and <strong>maintenance</strong> pass (quieter LlamaCpp debug output, binding/warning cleanup).</p>
</li>
<li class="">
<p><strong>Image blocks</strong>: new <strong>Image</strong> block type with path/alt/width metadata, <strong>markdown serialization</strong>, <strong>left/center/right alignment</strong> with tooltips and styles, <strong>rich-text captions</strong>, improved <strong>resize handle</strong> (inside image, <strong>drag ghosts</strong>, <strong>edge auto-scroll</strong>), and fixes for <strong>first-click</strong> on image chrome and <strong>caption</strong> hover/focus.</p>
</li>
<li class="">
<p><strong>Layout blocks</strong>: <strong>Two-column</strong> layouts with nested blocks and <strong>ColumnGroup</strong>-style structure, <strong>multi-line quote</strong> blocks, <strong>multi-line paste</strong> into columns with <strong>caret preserved</strong> across blocks, plus fixes for <strong>separator line</strong>, <strong>empty block</strong> visuals, and <strong>watermark</strong> remnants on rapid Enter.</p>
</li>
<li class="">
<p><strong>Editing &amp; navigation</strong>: <strong>Shift+click</strong> range selection on drag handles, <strong>Ctrl+drag</strong> multi-block move, <strong>formatting keyboard shortcuts</strong>, <strong>full-block-area</strong> text drag-select (padding no longer dead zone), <strong>block spacing</strong> and <strong>+ button</strong> alignment cleanup, <strong>flyout</strong> polish and <strong>duplicate note</strong>, and <strong>sidebar</strong> overhaul: <strong>drag reorder</strong> for notes and folders, <strong>double-click rename</strong>, and <strong>rename</strong> fixes.</p>
</li>
</ul>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="included-commits">Included commits<a href="https://docs.mnemo.one/blog/v0.5.0#included-commits" class="hash-link" aria-label="Direct link to Included commits" title="Direct link to Included commits" translate="no">​</a></h3>
<ul>
<li class=""><code>afb6669</code> fix(blocks): multi-line paste in two-column + caret across blocks</li>
<li class=""><code>3bd4e2c</code> feat(notes): two-column block with nested block types</li>
<li class=""><code>8eceab6</code> feat(blocks): selection, shift range, ctrl multi-drag, heading bold fix</li>
<li class=""><code>37a8d6c</code> fix(notes): image captions hover + focusable</li>
<li class=""><code>efe606f</code> feat(notes): keyboard shortcuts for formatting</li>
<li class=""><code>80a2c83</code> fix(blocks): separator line, empty blocks, watermark on Enter</li>
<li class=""><code>44048e1</code> feat(blocks): TwoColumn block + rich image captions</li>
<li class=""><code>043dc59</code> cleanup(notes): block heights/spacing, + button alignment, new block under image</li>
<li class=""><code>df29ef0</code> feat(notes): multi-line quote blocks</li>
<li class=""><code>10a0ff8</code> feat(blocks): image resize/drag ghosts, auto-scroll, caption out of overflow menu</li>
<li class=""><code>c11fc08</code> fix(notes): first click on image controls</li>
<li class=""><code>81e71ec</code> feat(ui): image alignment tooltips + styles + i18n</li>
<li class=""><code>5afcef8</code> feat(blocks): image alignment + clipboard + selection hit-testing</li>
<li class=""><code>777e317</code> feat(blocks): Image block type + markdown + i18n</li>
<li class=""><code>0988952</code> fix(notes): drag-select from full block area</li>
<li class=""><code>98c1787</code> feat(notes): flyout visuals, duplicate note, dialog overlay styling</li>
<li class=""><code>0d14387</code> feat(notes): sidebar drag reorder + rename UX</li>
<li class=""><code>e79ee34</code> feat: chat history + process tracking models + clear history</li>
<li class=""><code>4f243f5</code> feat: mindmap batch nodes + note search + routing mode + tool simplification</li>
<li class=""><code>9b2d3cd</code> feat: memory snapshots in routing + multi-skill routing</li>
<li class=""><code>76ac0d6</code> feat: conversation memory models + tool dispatch scope</li>
<li class=""><code>9f27a03</code> chore: remove outdated dataset examples/docs</li>
<li class=""><code>2af0c35</code> feat(embedding): batch embeddings + PDF extraction</li>
<li class=""><code>279e445</code> feat: branding, block clipboard, markdown paste, RAG logging</li>
<li class=""><code>5db10d1</code> Upgrade Avalonia + .NET 10, DevTools, DnD/clipboard APIs</li>
<li class=""><code>0c24571</code> UI: “Chat History” title + chat button styling</li>
<li class=""><code>e91785b</code> Maintenance: LlamaCpp noise, warnings, bindings, length modes</li>
<li class=""><code>debf68a</code> feat(ai): streaming/reasoning UI, sidebar history, copy/regenerate</li>
<li class=""><code>d48eb2e</code> feat(chat): thought/process UI + tool callbacks + animations</li>
<li class=""><code>875d2bb</code> feat(ai): chat dataset schema + orchestration interfaces</li>
<li class=""><code>2baf14c</code> feat(ai): skill routing, bundled skills, dataset logging</li>
<li class=""><code>1ff52db</code> feat(ai): GPU cache invalidation + streaming pacing settings</li>
<li class=""><code>c5e7fbf</code> feat(ai): orchestration routing, hardware tiering, chat pipeline UX, manager model</li>
</ul>
<p>Official Site: <a href="https://www.mnemo.one/" target="_blank"></a><a href="https://www.mnemo.one/" target="_blank" rel="noopener noreferrer" class="">https://www.mnemo.one/</a></p>
<hr>
<p align="center"><img src="https://github.com/user-attachments/assets/bb7bea2d-41a6-4d0e-8d35-224fb8d05cf2" width="300"></p>
<h1>Install</h1>
<ol>
<li class="">Download <code>mnemo-alpha-preview-0.5.0-win-x64.zip</code></li>
<li class="">Extract the archive</li>
<li class="">Open <code>Mnemo.exe</code></li>
</ol>
<p>If you get an error on launch after AI setup or during AI inference, install the official Microsoft Visual C++ Redistributable:<br>
<a href="https://aka.ms/vs/17/release/vc_redist.x64.exe" target="_blank" rel="noopener noreferrer" class="">https://aka.ms/vs/17/release/vc_redist.x64.exe</a></p>
<p>You can also use the <code>VC_redist.x64.exe</code> included below.</p>
<p><strong>Warning:</strong> The link above is a direct download and will start automatically. Only click it if you intend to download the file.</p>
<hr>
<p><strong>Warning:</strong> We are still working on optimizing the AI and adding safeguards. The AI is currently unstable and may not work on low-end systems. It can also delete or alter your content. Use at your own risk.</p>]]></content>
        <author>
            <name>Mnemo</name>
            <uri>https://mnemo.one</uri>
        </author>
        <category label="Releases" term="Releases"/>
        <category label="Announcements" term="Announcements"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Flashcards, Transfers & Stability Update (v0.6.0)]]></title>
        <id>https://docs.mnemo.one/blog/v0.6.0</id>
        <link href="https://docs.mnemo.one/blog/v0.6.0"/>
        <updated>2026-05-10T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Flashcards, import/export, editor polish, and stability in the v0.6.0 alpha preview.]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" src="https://github.com/user-attachments/assets/a0427288-59c5-491b-998b-edff113523ba" alt="Mnemo — flashcards and study UI" class="img_ev3q"></p>
<p><img decoding="async" loading="lazy" src="https://github.com/user-attachments/assets/c02a2d57-d725-449c-903d-767ba1ad704d" alt="Mnemo — import and export" class="img_ev3q"></p>
<p><img decoding="async" loading="lazy" src="https://github.com/user-attachments/assets/c674f7ef-76e9-425d-8e82-8adf60456e7d" alt="Mnemo — editor and notes" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-mnemo">What is Mnemo?<a href="https://docs.mnemo.one/blog/v0.6.0#what-is-mnemo" class="hash-link" aria-label="Direct link to What is Mnemo?" title="Direct link to What is Mnemo?" translate="no">​</a></h2>
<p><strong>Mnemo</strong> is a free, open source study app that keeps your learning in one place. You can write notes, build structured content, create mindmaps and learning paths, and now use flashcards too.</p>
<p>It also offers optional local AI if you want help without sending your notes to the cloud. The focus is on a calm experience, flexible setup, and respect for your data.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-new-in-060">What’s new in 0.6.0<a href="https://docs.mnemo.one/blog/v0.6.0#whats-new-in-060" class="hash-link" aria-label="Direct link to What’s new in 0.6.0" title="Direct link to What’s new in 0.6.0" translate="no">​</a></h2>
<p><strong>Study with flashcards</strong>
You can now practice with proper study sessions, scheduling options, and deck settings. Flashcards feel like a natural part of Mnemo.</p>
<p><strong>Bring your work in and out easily</strong>
Import and export notes, mindmaps, and flashcards using common formats. This includes Anki decks, simple CSV lists, and Mnemo’s own <code>.mnemo</code> format for backups or moving between devices.</p>
<p><strong>Notes that are easier to work with</strong>
Find and replace is now built in. Images behave more clearly, with better feedback when loading or when something goes wrong. Dragging images from your browser or files is smoother. Layout and drag and drop interactions have also been refined.</p>
<p><strong>A more accurate overview</strong>
Home and overview widgets now reflect how you actually use the app, instead of showing placeholder data.</p>
<p><strong>AI remains optional and experimental</strong>
Assistant features are turned off by default and clearly marked as experimental. They can still be rough, and we are improving reliability over time.</p>
<p>This release also includes many small fixes and visual improvements across menus, themes, spelling help, and general editing stability. A new <strong>Noon</strong> theme is included.</p>
<hr>
<div class="blog-img-thumb" align="center"><p><img decoding="async" loading="lazy" src="https://github.com/user-attachments/assets/bb7bea2d-41a6-4d0e-8d35-224fb8d05cf2" alt="Noon theme" class="img_ev3q"></p></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.mnemo.one/blog/v0.6.0#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<ol>
<li class="">Download <code>mnemo-alpha-preview-0.6.0-win-x64.zip</code></li>
<li class="">Unzip it anywhere</li>
<li class="">Run <code>Mnemo.exe</code></li>
</ol>
<p>If the app does not start or crashes on first run, installing the Microsoft Visual C++ Redistributable can help on Windows:
<a href="https://aka.ms/vs/17/release/vc_redist.x64.exe" target="_blank" rel="noopener noreferrer" class="">https://aka.ms/vs/17/release/vc_redist.x64.exe</a></p>
<p><strong>About experimental AI</strong>
If you enable it, treat it as early stage. Keep backups of important notes and review suggestions before relying on them.</p>
<hr>
<p><strong>Website</strong>
<a href="https://www.mnemo.one/" target="_blank" rel="noopener noreferrer" class="">https://www.mnemo.one/</a></p>]]></content>
        <author>
            <name>Mnemo</name>
            <uri>https://mnemo.one</uri>
        </author>
        <category label="Releases" term="Releases"/>
        <category label="Announcements" term="Announcements"/>
    </entry>
</feed>