Posts: 250
Threads: 9
Thanks Received: 306 in 235 posts
Thanks Given: 92
Joined: 04 July 24
17 March 26, 12:27
(This post was last modified: 19 March 26, 13:18 by Kool.)
26.3.12 - Added a search panel to the update dialog changelog so release note changes can be searched directly with the standard find workflow (for #3498)
- Prepare build process for system botan 3.11.0 (for #3501, thank you @thillux)
26.3.13- Added Markdown heading folding in the note editor with clickable gutter toggles, fold/unfold-all actions, and a new Editor setting to enable or disable the feature (for #2126)
- Added a new "Files" tab to the Navigation panel that lists linked media files and attachments under separate root items, jumps to the selected link in the current note, and offers a context menu action to open the file externally (for #3499)
- Added inline renaming for linked media files and attachments in the Navigation panel's "Files" tab via , with a follow-up refactoring prompt that tells you how many note files will be updated before renaming linked filenames everywhere (for #3499)
- Added deleting linked media files and attachments from the Navigation panel's "Files" tab via and a context menu action, with confirmations that show how many note files can be updated and an optional follow-up dialog to remove those file links everywhere (for #3499)
- Changed the Navigation panel to only show the optional "Files" and "Backlinks" tabs when the current note actually has file links or backlinks to display (for #3499)
- Changed Navigation panel tab visibility checks for the optional "Files" and "Backlinks" tabs to run in the background so the UI stays responsive (for #3499)
Source
More at Home Site
The following 2 users say Thank You to Kool for this post:2 users say Thank You to Kool for this post
• harlan4096, jAcos
Posts: 250
Threads: 9
Thanks Received: 306 in 235 posts
Thanks Given: 92
Joined: 04 July 24
26.3.14 - Remember folded Markdown headings for each open note in memory and restore that state when reopening notes, including notes stored in subfolders (for #3505)
- Allow switching
Code:
noteEditIsCentralWidget
and applying predefined layouts so the main window and workspace layout are rebuilt immediately without restarting the application, including workspace-specific editor placement or layout selection (for #3504)
- Fixed the AppImage deployment in the GitHub release workflows so the bundled OpenSSL libraries work again and the script repository loads correctly (for #3502)
- The SSL issues with the Qt6 AppImage should also be fixed (for #3174)
Source
More at Home Site
The following 1 user says Thank You to Kool for this post:1 user says Thank You to Kool for this post
• harlan4096
Posts: 250
Threads: 9
Thanks Received: 306 in 235 posts
Thanks Given: 92
Joined: 04 July 24
26.3.15 - Enable QLiteHtml preview support by default for qmake and CMake builds (for #3466)
- A huge amount of work went into this and it will solve various rendering issues in the note preview, like list item spacing and horizontal rule and table rendering
- Fixed the Qt6 AppImage release build to bundle and prefer the packaged QML import modules again so the scripting engine works instead of loading incompatible host Qt plugins (for #3074)
Source
More at Home Site
The following 1 user says Thank You to Kool for this post:1 user says Thank You to Kool for this post
• harlan4096
Posts: 250
Threads: 9
Thanks Received: 306 in 235 posts
Thanks Given: 92
Joined: 04 July 24
26.3.16 - Allow switching between dark and light mode and changing the editor colorschema (including individual color and font settings) in the Settings dialog without restarting the application — changes are applied live to the editor and note preview immediately (for #3506)
- Fixed the active heading selection in the Navigation panel flickering to the next heading while typing or pressing at the end of a section in the note text edit (for #3508)
- Refactored by extracting cohesive groups of methods into dedicated manager classes in
to improve maintainability and reduce the file size (for #3509)
26.3.17 - Fixed build regressions from the manager split so Qt 5.9 and lower build again on old build tooling (for #3509)
- Fixed a crash when closing the Settings dialog after canceling live dark mode or editor color schema changes, by updating the system tray icon through the tray manager instead of a stale pointer (for #3509)
Source
More at Home Site
The following 1 user says Thank You to Kool for this post:1 user says Thank You to Kool for this post
• harlan4096
Posts: 250
Threads: 9
Thanks Received: 306 in 235 posts
Thanks Given: 92
Joined: 04 July 24
26.3.18 - Added optional wiki-style note links like , including preview and editor opening, highlighting, autocomplete, backlink/refactoring support, and subfolder-qualified links (for #3512)
- Fixed the Use Layout button in settings to correctly create a new workspace with the proper layout settings without destroying the current workspace, and fixed the previous workspace losing its note editor panel when switching to a layout with a different
Code:
noteEditIsCentralWidget
setting (for #3511)
- Added optional LanguageTool grammar and style checking alongside the existing Sonnet spell checker, with colored editor underlines, context-menu suggestions, server settings, and a quick toggle in the Spelling menu (for #3496)
- For more information on the LanguageTool integration, see the new documentation page at LanguageTool
- Fixed the AUR / CMake build to always use the bundled when building
, avoiding API mismatches with incompatible system
packages (for #3510)
26.3.19 - Attempted to fix emoji characters (e.g. ?) rendering as incorrect glyphs (such as the Bitcoin B symbol) in the QLiteHtml preview on Windows by appending the platform-specific color-emoji font ("Segoe UI Emoji" on Windows, "Apple Color Emoji" on macOS, "Noto Color Emoji" on Linux) as a fallback in every font family list passed to Qt's font engine, ensuring proper emoji glyph selection (for #3517)
- Moved the LanguageTool settings out of the Editor settings into a dedicated LanguageTool settings page (with a spell-check icon) in the settings sidebar (for #3496)
- Fixed spell checker and LanguageTool text replacements to first turn off read-only mode so the note will be stored when a suggestion is applied (for #3496)
- Fixed wrong foreground color of text underlined by LanguageTool: the underline overlay now preserves each character's individual syntax-highlight color (e.g. heading, bold, link colors) instead of overwriting them with the color of the first character in the match span (for #3496)
- Fixed new note creation via not including the current date in the note title (for #3516)
- Added more Korean, Spanish, Croatian, French, Swedish translation (thank you, VenusGirl, AlejandroMoc, milotype, jd-develop, ojn)
Source
More at Home Site
The following 1 user says Thank You to Kool for this post:1 user says Thank You to Kool for this post
• harlan4096