docs(changelog): clarify image features attach to chat

This commit is contained in:
2026-02-08 10:36:30 +01:00
parent 023449da27
commit 898e2737fb
+3 -3
View File
@@ -40,9 +40,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3>
<ul class="changes-list">
<li><strong>PDF support.</strong> The editor can now load PDFs natively.</li>
<li><strong>Screenshot support.</strong> Capture window or select region.</li>
<li><strong>Upload image.</strong> Add images directly to your workspace.</li>
<li><strong>Paste image.</strong> Paste images from clipboard into the editor.</li>
<li><strong>Screenshot support.</strong> Capture window or select region and attach to chat.</li>
<li><strong>Upload image.</strong> Upload images directly to chat.</li>
<li><strong>Paste image.</strong> Paste images from clipboard into chat.</li>
</ul>
</div>