26.4.1
- Implemented QLiteHtml preview underline rendering so that when Enable underline
rendering is turned on, Markdown like__underline__and_underline_
is rendered as underlined text instead of bold or italic in the preview
(for #3533) - Updated menu action text
Use softwrap in note editor and previewto
Use softwrap in note editor, since the QLiteHtml preview is always softwrapped
for #2566) - Fixed the main window and panel sizes not being persisted when closing the
application: resized dock panels, toolbar layout and the main window geometry
are now stored during the actual close event and correctly restored on the
next start (for #3532) - Changed the visual marker and wording for pinned note tabs: sticky tabs now use
a pushpin symbol instead of a flag, and the related action and tooltip text now
consistently refer to pinning and unpinning tabs
(for #2595) - Fixed the read-only status bar button becoming visible even when note
editing was allowed, which occurred when enabling the read-only mode feature
for the first time in the settings and then closing the dialog; the toolbar
action and the status bar button are now always kept in sync
(for #3529) - Fixed a crash in the Find action command bar by hiding the Find action
entry from the dialog itself, preventing recursive reopening of the command
bar and the follow-up crash when another action was selected afterward
(for #3530)