26.3.22
- Moved the note tree checkbox out of the Experimental settings into the
Panels settings, in the Note list panel section, so the setting is easier
to find where related note list options are configured
(for #790) - Fixed note tree context menu operations when the enableNoteTree setting is
active so that confirmation dialogs and bulk operations now correctly distinguish
between notes and folders — move, copy, tag, and remove-tag actions only count
the selected notes (not folders) in their confirmation messages and skip folder
items during processing; the remove action already handled both types separately
(for #790) - Added a new List operations submenu to the note text edit context menu when
text is selected, with actions to toggle tri-state checkboxes ([ ],[x],[-]),
create ordered/alphabetical/unordered/checkbox lists, clear list formatting, and
order checkbox lists (for #3524) - Fixed the Qt5 and Qt6 AppImage builds to bundle the Wayland Qt platform plugins
and fail CI iflibqwayland-egl.soorlibqwayland-generic.sois missing, so the
application now starts on Wayland-only systems without requiring XWayland
(for #3525)