|
QOwnNotes
|
Posts: 276
Threads: 9
Thanks Received: 336 in 261 posts
Thanks Given: 92
Joined: 04 July 24
26.4.11 - The Leave distraction free mode and Leave full-screen mode status bar buttons now use descriptive labels instead of a generic "leave" label, making it clear which mode each button exits (for #3553)
- Added a Hide status bar in distraction free mode checkbox to the Interface settings under the Status bar section, allowing the status bar to be hidden when entering distraction free mode and automatically restored when leaving it (for #3553)
- Changed the Find in current note search bar and the search bars in both the QLiteHtml and legacy preview to wait until at least two characters are entered before searching, while still searching immediately for a single emoji so emoji-only note content remains easy to find; the search bars no longer jump to the top of the document when the search term is deleted; the QLiteHtml and legacy preview search bars now have a 300ms debounce delay, and the note editor search debounce delay applies to notes longer than 20,000 characters (for #3550)
- Added a new Automatically show note filename selection when [[ is typed checkbox to the Editor settings, which is only available when wiki-style link support is enabled and is turned off by default (for #3552)
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: 276
Threads: 9
Thanks Received: 336 in 261 posts
Thanks Given: 92
Joined: 04 July 24
26.4.12 - Turned the AI toolbar off by default when no AI backend is configured, so fresh installations without AI setup start with a less cluttered interface; if an AI backend is configured later while the toolbar is hidden, the application now asks whether it should be turned on (for #3561)
- Fixed the Search engine setting being reset to Google when the Settings dialog was applied without opening the General page first (for #3562)
- Fixed following note links from the note editor or preview while the note tree is enabled, so the active note is now also selected in the note tree panel, even for notes inside subfolders (for #3560)
- In the Heading tab of the Navigation panel, Shift + Click on a heading now recursively expands or collapses all nested topics below that heading (for #1912)
- The expand/collapse state of headings in the Navigation panel is now remembered per note while the application is running, so switching between notes preserves the user's chosen heading tree layout (for #1912)
- The Connect to server button in the Nextcloud settings is now disabled while a connection test is running to prevent starting overlapping requests; changing any Nextcloud setting or switching to another cloud connection now aborts the in-flight test and immediately re-enables the button (for #3557)
- Renamed the Automatically show note filename selection when [[ is typed checkbox in the Editor settings to Show note filename selection when [[ is typed (for #3552)
- Reworked the Distraction free mode interface settings into their own area, moved Hide status bar in distraction free mode there, and added a new Open distraction free mode in full-screen option that is enabled by default; entering distraction free mode now only switches to full-screen when that setting is enabled, the status bar now shows just one Leave button while distraction free mode is active, the standalone full-screen leave button is also now labeled Leave, and it is no longer shown on macOS (for #3553)
26.4.13 - Renamed saved Workspaces to Layouts across the interface, settings, scripting and documentation, renamed the old Layout settings page to Layout presets, and added a migration for existing saved layout settings, selector shortcuts, and related message box overrides so current setups keep working after the rename (for #3564)
- For scripting, the new hook name is
Code: layoutSwitchedHook(oldUuid, newUuid)
- Older scripts using
Code: workspaceSwitchedHook(oldUuid, newUuid)
will still work for now, but they are deprecated and should be updated
26.4.14 - Allow dragging a Markdown or text note file into the note editor, so it is imported as a note into the active note subfolder (for #3568)
- Extended the Headings tab in the Navigation panel to also recognize custom heading syntaxes introduced through scripting
calls that use heading states like
,
, and
, so scripted headings such as
,
, and
now appear in the heading tree with the correct nesting and title text (for #3549)
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: 276
Threads: 9
Thanks Received: 336 in 261 posts
Thanks Given: 92
Joined: 04 July 24
26.4.15 - Added an optional Anonymize personal information toggle to the Debug information settings page and the issue assistant, which can hide usernames in paths and anonymize note names, cloud account identifiers, saved searches, and sensitive environment values in generated debug information before it is shared (for #1765)
- Added a rememberable confirmation dialog before opening items in the file manager from note reveal and export actions, so accidental folder windows can be suppressed per action after choosing No once with Don't ask again! (for #1789)
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: 276
Threads: 9
Thanks Received: 336 in 261 posts
Thanks Given: 92
Joined: 04 July 24
26.4.16 - Tag assignments are now preserved when a note subfolder is renamed, moved, or contains notes that are moved as part of a subfolder operation; the subfolder path update now uses a safe prefix-only replacement so that sibling folders sharing the same name prefix and notes whose path components happen to repeat the folder name are no longer incorrectly modified (for #1696)
- Refactored the Settings dialog by extracting individual settings pages into separate widget classes and moved them to a dedicated
directory for better code organization (for #3570)
- Added the ability to select which note subfolders to show in the Note folders settings when Use note subfolders is enabled, with an All subfolders checkbox that shows all subfolders by default, and a tri-state checkbox tree to include or exclude specific subfolders recursively when unchecked (for #1701)
- Added more Spanish, Korean, French, Croatian translation (thank you, AlejandroMoc, VenusGirl, jd-develop, milotype)
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: 276
Threads: 9
Thanks Received: 336 in 261 posts
Thanks Given: 92
Joined: 04 July 24
26.4.17 - 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)
- 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
Code: QFile::moveToTrash()
when System trash is selected, and now only show the Local trash action when local trash support is enabled (for #3573)
- 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 in
so it also works again on macOS builds with Qt6 (for #3572)
- Fixed a build error on older Qt5 systems after the Settings dialog widget refactoring by explicitly including
in
Code: widgets/settings/debugsettingswidget.cpp
, so Ubuntu Focal and Debian 10 builds no longer fail with an incomplete
type during the
changes (for #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
The following 1 user says Thank You to Kool for this post:1 user says Thank You to Kool for this post
• harlan4096
Posts: 276
Threads: 9
Thanks Received: 336 in 261 posts
Thanks Given: 92
Joined: 04 July 24
26.4.18 - Fixed the main menu action Scripting > Find scripts in script repository, which stopped opening the script repository after the settings dialog pages were moved into dedicated widgets (for #3570)
- Added an optional Import metadata as YAML front matter mode to the Evernote import dialog, so imported note metadata can be stored in hidden front matter instead of a visible Markdown table when that format is preferred (for #1404)
- Added a new Edit > Select > Select enclosed text action that selects the innermost text surrounded by common Markdown delimiters, quotes, or brackets, making Vim-like "select inner block" selection available from the menu and a shortcut (for #1555)
- Conflicted copies of the note folder database can now merge missing tags and note tag assignments into the current database before the conflicted copy is removed, so sync conflicts no longer force you to choose between keeping one side's tag changes or deleting the conflicted database copy outright (for #1625)
26.4.19 - Fixed note folder switching so all modified notes are written to disk before another note folder becomes active, preventing edited notes from being saved into the newly selected folder instead of their original one (for #3575)
- Fixed the Navigation panel heading parser so lines inside fenced code blocks are no longer interpreted as Markdown headings, preventing entries like
or
from appearing in the heading tree (for #3577)
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
|
Users browsing this thread: 2 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
|
Birthdays
|
|
Today's Birthdays
|
|
No birthdays today.
|
|
Upcoming Birthdays
|
(51)steakelask
|
(45)Termoplenka
|
(51)Toligo
|
|

|