We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aa5b7 commit 068344bCopy full SHA for 068344b
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 26.4.17
4
5
+- Restored the long-standing **note editor** behavior where pressing the bare
6
+ `Up` arrow on the first line moves the cursor to the start of that line, by
7
+ handling the boundary navigation in `keyPressEvent` so it also works again on
8
+ macOS builds with Qt6 (for [#3572](https://github.com/pbek/QOwnNotes/issues/3572))
9
- Fixed a build error on older Qt5 systems after the **Settings dialog** widget
10
refactoring by explicitly including `QDebug` in
11
`widgets/settings/debugsettingswidget.cpp`, so Ubuntu Focal and Debian 10
src/libraries/qmarkdowntextedit
0 commit comments