v3.7.2

emcie-co/parlantv3.7.2Jul 14, 2026by 88250

AI Summary

This version focuses on UI refinements, mobile experience improvements, and bug fixes. It includes enhancements to code editors, block references, and introduces new built-in cover images.

Key Highlights

  • Mermaid, chart, and formula editors now support displaying line numbers.
  • Block reference candidate lists are sorted by most recently referenced.
  • New built-in document cover pictures are added.
  • Mobile experience is improved with better keyboard behavior, drag-and-drop support for outlines, and Siri integration.

New Features

  • Support for line numbers in Mermaid, chart, and formula editors.
  • Sorted block reference candidates.
  • New built-in doc cover pictures.
  • Siri integration for shorthands on iOS.
  • Drag-and-drop support for the outline panel on mobile.

Full Release Notes

## Overview

This version improves some details.

## Changelogs

Below are the detailed changes in this version.

### Enhancement

* [Improve the input field within the AI edit floating window](https://github.com/siyuan-note/siyuan/issues/12304)
* [Block reference candidate list sorted by most recently referenced](https://github.com/siyuan-note/siyuan/issues/16468)
* [The Mermaid/chart/formula editor supports displaying line numbers](https://github.com/siyuan-note/siyuan/issues/17032)
* [Improve status bar color parsing on mobile](https://github.com/siyuan-note/siyuan/pull/18073)
* [Samsung Keyboard dismissed immediately on mobile browser](https://github.com/siyuan-note/siyuan/issues/18078)
* [Improve shorthands on iOS](https://github.com/siyuan-note/siyuan/issues/18082)
* [Document scrolls up when typing in a table after closing the window](https://github.com/siyuan-note/siyuan/issues/18084)
* [Safely call kernel.destroy](https://github.com/siyuan-note/siyuan/pull/18085)
* [Continue expanding the fold toggle click area in the file tree](https://github.com/siyuan-note/siyuan/issues/18094)
* [Register shorthands as an App Shortcut with Siri integration on iOS](https://github.com/siyuan-note/siyuan/issues/18096)
* [Brand-new built-in doc cover pictures](https://github.com/siyuan-note/siyuan/issues/18098)
* [ Improve scrolling, drag-and-drop, and long-press menu for Pad/Tablet outline panel](https://github.com/siyuan-note/siyuan/issues/18099)
* [Improve parsing of pasted hyperlinks](https://github.com/siyuan-note/siyuan/issues/18104)
* [UI improvements for the new layout](https://github.com/siyuan-note/siyuan/issues/18114)
* [Page does not scroll when touching a list item icon on mobile](https://github.com/siyuan-note/siyuan/issues/18121)
* [Fullscreen button is misaligned when `Merge tabs into top bar` is disabled](https://github.com/siyuan-note/siyuan/issues/18132)
* [Image width adjustment inside an embed block is not synced in real-time](https://github.com/siyuan-note/siyuan/issues/18136)
* [Inputting `- ` inside an empty list item causes rendering anomaly](https://github.com/siyuan-note/siyuan/issues/18138)
* [SiYuan app does not appear in the iOS Share Sheet when sharing URLs](https://github.com/siyuan-note/siyuan/issues/18140)
* [Improve the keyboard popup behavior on Android and HarmonyOS](https://github.com/siyuan-note/siyuan/issues/18141)
* [Support outline drag-and-drop on mobile](https://github.com/siyuan-note/siyuan/issues/18145)
* [Enhance drag width percentage precision for sub-blocks within superblock](https://github.com/siyuan-note/siyuan/issues/18161)
* [Improve settings page styles](https://github.com/siyuan-note/siyuan/issues/18163)
* [Improve dragging of list blocks within the super block](https://github.com/siyuan-note/siyuan/issues/18174)
* [Set folded block height based on font size](https://github.com/siyuan-note/siyuan/issues/18179)
* [Standardize the User-Agent for outbound HTTP requests](https://github.com/siyuan-note/siyuan/issues/18181)
* ["Copy as PNG" does not work in the browser when deployed via Docker](https://github.com/siyuan-note/siyuan/issues/18184)
* [Improve copy-paste functionality for tables containing merged cells](https://github.com/siyuan-note/siyuan/issues/18187)
* [Improve database virtual scrolling](https://github.com/siyuan-note/siyuan/issues/18192)
* [Adjust list item hover style for different font sizes](https://github.com/siyuan-note/siyuan/issues/18194)
* [Improve the menu scrollbar](https://github.com/siyuan-note/siyuan/issues/18196)
* [Database card view and kanban view do not show the number of selected items](https://github.com/siyuan-note/siyuan/issues/18201)
* [Database "Toggle Display Item Icons" ignores unbound blocks](https://github.com/siyuan-note/siyuan/issues/18205)

### Bugfix

* [Normal exit misreported as port listen failure](https://github.com/siyuan-note/siyuan/issues/18086)
* [Deleting a superblock containing a widget behaves abnormally](https://github.com/siyuan-note/siyuan/issues/18091)
* [Other apps cannot share files to the shorthands on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/18105)
* [Abnormal status of newly created blocks after shorthands synchronization](https://github.com/siyuan-note/siyuan/issues/18116)
* [Cut fails when multi-selecting blocks if the cursor accidentally focuses inside an embed block](https://github.com/siyuan-note/siyuan/issues/18128)
* [UI layout anomaly for nested blocks inside Horizontal Super Blocks on mobile ](https://github.com/siyuan-note/siyuan/issues/18129)
* [Delete anomaly inside a list item/callout/block quote under specific conditions](https://github.com/siyuan-note/siyuan/issues/18130)
* [Editing in the table resets the scroll position to the header](https://github.com/siyuan-note/siyuan/issues/18135)
* [Data indexing issue in the Microsoft Store edition](https://github.com/siyuan-note/siyuan/issues/18139)
* [Sub-blocks remain unfolded after undoing the heading unfold](https://github.com/siyuan-note/siyuan/issues/18176)
* [Fix some security vulnerabilities](https://github.com/siyuan-note/siyuan/issues/18178)
* [Issue with document reordering via drag-and-drop on mobile](https://github.com/siyuan-note/siyuan/issues/18188)
* [Tabs cannot be dragged in merged top bar mode](https://github.com/siyuan-note/siyuan/issues/18207)

### Document

* [Improve CLI installation guide](https://github.com/siyuan-note/siyuan/issues/18152)

### Refactor

* [Upgrade to Electron v42.6.1](https://github.com/siyuan-note/siyuan/issues/18210)

### Development

* [Plugin API `updateProtyleToolbar` does not work on mobile](https://github.com/siyuan-note/siyuan/issues/18103)

## Download

* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)