![]() |
|
QOwnNotes - Printable Version +- Geeks for your information (https://www.geeks.fyi) +-- Forum: Windows (https://www.geeks.fyi/forumdisplay.php?fid=12) +--- Forum: Freeware (https://www.geeks.fyi/forumdisplay.php?fid=67) +--- Thread: QOwnNotes (/showthread.php?tid=5175) |
RE: QOwnNotes - Kool - 02 March 26 26.3.1
Source More at Home Site RE: QOwnNotes - Kool - 04 March 26 26.3.2
Source More at Home Site RE: QOwnNotes - Kool - 05 March 26 26.3.3 Added small inline Markdown image previews in the note text edit with a new setting (enabled by default), supporting local files, remote http(s) image URLs, base64 data:image/... images, and Nextcloud /core/preview image URLs (for #1254) Inline Markdown image previews are currently only shown when no visible text follows the image tag on the same editor line, to avoid caret positioning mismatches after the image tag Fixed caret blinking and visibility when the cursor is on hanging-indented wrapped lines in Markdown list items in the note text edit (for #3480) Source More at Home Site RE: QOwnNotes - Kool - 06 March 26 26.3.4
Source More at Home Site RE: QOwnNotes - Kool - 07 March 26 26.3.5
Source More at Home Site RE: QOwnNotes - Kool - 10 March 26 26.3.6 Added a local Homepage-compatiblebookmark suggestion API endpoint (GET /suggest) based on existing bookmark parsing and Web Companion data sources, with prefix-first matching, deduplication, limit handling, and response format compatibility (for #3484) Added a separate webpage documentation page for the Homepage suggestion API integration at Homepage suggestion API, including links to reusable custom.js / custom.css assets for externally hosted Homepage instances Fixed the default note sorting in the "Link to a URL or note" dialog regressing to alphabetical order when note subfolders are disabled; it now again defaults to modification date descending (for #3482) Fixed switching note folders from the selector when multiple configured note folders point to the same local directory, ensuring folder-specific UI state like subfolder panel visibility updates correctly (for #3489) Source More at Home Site RE: QOwnNotes - Kool - 11 March 26 26.3.7 Fixed an xUbuntu 20.04 / GCC build failure caused by duplicate qstring_literal symbols in WebSocketServerService::httpResponse by replacing QStringLiteral default arguments with overloads (for #3484) 26.3.8 Improved Homepage bookmark suggestion integration behavior and documentation, including externally hosted Homepage custom asset guidance (for #3484) Fixed QLiteHtml preview <hr> rendering to use a single separator line instead of a two-line inset/beveled rule (for #3466) Added more Korean, French, Spanish, Croatian translation (thank you, venusgirl, jd-develop, alejandromoc, milotype) Source More at Home Site RE: QOwnNotes - Kool - 12 March 26 26.3.9 Fixed heading order in the Navigation panel's "Headings" tab to keep the same sequence as in the note text when heading levels are skipped (for #2994) Added support for global keyboard shortcuts under Wayland (e.g. KDE Plasma) using the XDG Desktop Portal GlobalShortcuts interface, since the previous X11-based shortcut mechanism does not work on Wayland (for #2462) Fixed Homepage bookmark auto-suggestions to also match tokens from full Markdown bookmark entries (tags and trailing text after the link) (for #3484) Fixed merged bookmark entries keeping a shorter link label when a longer label exists for the same URL (for #3484) Source More at Home Site RE: QOwnNotes - Kool - 14 March 26 26.3.10 Added an option to hide Markdown formatting syntax (like **, *, #, backticks, link brackets) on lines that are not being edited, for a cleaner Typora-like editing experience (Editor settings, off by default) (for #1662) Disclaimer: Due to limitations of the QPlainTextEdit API, this is a best-effort implementation sets the font letter spacing to 0 and the font size to 0.01 for the formatting syntax characters, so they are still present in the editor, just smaller. Especially for links with a lot of text between the brackets, gaps will be visible in the formatting syntax! Added a security token setting for the Homepage-compatible bookmark suggestion API (with encrypted storage, settings dump masking, and token-validated GET /suggest requests), and updated Homepage integration docs (custom.js) to append the token query parameter (for #3484) Improved portal handle token generation compatibility for older Qt5 distributions (e.g. Debian 9.0, SLE 15) by using QUuid on Qt5 and keeping QRandomGenerator on Qt6 builds (for #2462) Source More at Home Site RE: QOwnNotes - Kool - 15 March 26 26.3.11 Changed Markdown formatting syntax hiding so named links keep their URL part visible ([name](https://example.com) now only hides Markdown delimiters) (for #1662) Fixed a build failure with older Qt5 versions in XDG global shortcut portal token generation by only using QUuid::WithoutBraces on Qt >= 5.11 and falling back to brace removal on older Qt5 (for #2462) Fixed low-contrast search icons in the "Link to a URL or note" and Settings dialogs by switching the search field icon between light and dark variants based on the active dark mode color setting (for #3494) Fixed low-contrast OK button check-mark icons in dark mode by adding explicit dialog-ok / dialog-ok-apply icons for the internal light and dark Breeze icon themes (for #3495) Source More at Home Site |