08 April 26, 08:36
26.4.6
Source
More at Home Site
- Fixed a wrong settings path in portable mode when running as an AppImage launched from a desktop file (or any context where the working directory differs from the AppImage's directory):
was called before theCode:portableDataPath()
object was constructed, soCode:QApplication
wasCode:qApp
and the path fell back toCode:nullptr
(the current working directory) instead of the AppImage's directory; the function now directly reads theCode:"."
environment variable (always set by the AppImage runtime) whenCode:$APPIMAGE
is not yet available, and also accepts theCode:qApp
path as a fallback for non-AppImage portable builds to ensure the correct base directory is used in all cases (for #3542)Code:argv[0]
- Trailing unbalanced brackets ,Code:
()
,Code:{}
, andCode:[]
are now stripped from bare URLs during both syntax highlighting and Ctrl+Click link opening in the note text editor, so that URLs wrapped in parentheses or other bracket types are detected correctly (for #2510)Code:<>
- Fixed a build failure on Debian 9.0 (Qt 5.7.1) caused by the use of andCode:
QNetworkRequest::RedirectPolicyAttribute
which were only introduced in Qt 5.9; the call is now guarded withCode:QNetworkRequest::NoLessSafeRedirectPolicy
(for #1254)Code:#if QT_VERSION >= QT_VERSION_CHECK(5, 9, 0)
Source
More at Home Site


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

