Yesterday, 05:21
26.4.17
Source
More at Home Site
- Fixed wiki-link auto-completion so finishing a link by typing the missing opening no longer opens or creates the target note as if the link had been activated while editing (for #3574)Code:
[[
- Fixed sorting by the Trashed date in the Locally trashed notes dialog, which could be ordered incorrectly because the internal millisecond timestamps were compared as truncated 32-bit integers instead of full 64-bit values (for #3573)
- Renamed the Local trash settings page to Trash, added a Qt 5.15+ trash mode selector for No trashing, System trash, and Local trash, switched note deletion to
when System trash is selected, and now only show the Local trash action when local trash support is enabled (for #3573)Code:QFile::moveToTrash()
- Restored the long-standing note editor behavior where pressing the bare
arrow on the first line moves the cursor to the start of that line, by handling the boundary navigation inCode:Up
so it also works again on macOS builds with Qt6 (for #3572)Code:keyPressEvent
- Fixed a build error on older Qt5 systems after the Settings dialog widget refactoring by explicitly including
inCode:QDebug
, so Ubuntu Focal and Debian 10 builds no longer fail with an incompleteCode:widgets/settings/debugsettingswidget.cpp
type during theCode:QDebug
changes (for #3570)Code:#3570
- Added more Polish, Portuguese, Brazilian, Italian, Russian, Spanish, German, Chinese Simplified, French translation (thank you, pbek, jd-develop, AlejandroMoc)
Source
More at Home Site


![[-]](https://www.geeks.fyi/images/collapse.png)

