QOwnNotes

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.3.22​

26.3.22


  • Moved the note tree checkbox out of the Experimental settings into the
    Panels settings, in the Note list panel section, so the setting is easier
    to find where related note list options are configured
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed note tree context menu operations when the enableNoteTree setting is
    active so that confirmation dialogs and bulk operations now correctly distinguish
    between notes and folders — move, copy, tag, and remove-tag actions only count
    the selected notes (not folders) in their confirmation messages and skip folder
    items during processing; the remove action already handled both types separately
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a new List operations submenu to the note text edit context menu when
    text is selected, with actions to toggle tri-state checkboxes ([ ], [x], [-]),
    create ordered/alphabetical/unordered/checkbox lists, clear list formatting, and
    order checkbox lists (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed the Qt5 and Qt6 AppImage builds to bundle the Wayland Qt platform plugins
    and fail CI if libqwayland-egl.so or libqwayland-generic.so is missing, so the
    application now starts on Wayland-only systems without requiring XWayland
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.3.23​

26.3.23

  • A warning dialog is now shown when deleting a note (or multiple notes)
    that are referenced by links in other notes, informing the user that the
    deletion will leave those links broken and offering the option to cancel;
    the check is performed for both single-note removal and bulk removal
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • When a note subfolder is renamed, a confirmation dialog is now shown
    offering to update all relative Markdown links
    ([text](../old_folder/note.md) and <../old_folder/note.md>) across
    affected notes to reflect the new folder name; both plain and URL-encoded
    path variants are handled (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a new Color modes settings page under Interface settings that allows
    users to create custom color mode profiles with dark mode, icon theme, and
    editor color schema settings; built-in Light and Dark modes are provided and
    cannot be deleted, while users can create as many custom modes as needed
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
    • The dark mode settings, icon theme settings (internal/system/dark mode icon
      theme), and editor color schema selection were moved from the Interface and
      Editor settings to the Color modes page
  • Replaced the Qt5 AppImage build with the Qt6 AppImage build in the release
    workflow so the primary AppImage now ships with Qt 6.10.2 instead of Qt 5.15.2,
    bringing improved scripting support, QML/Quick integration and OpenSSL 3;
    the release asset name QOwnNotes-x86_64.AppImage is preserved so the
    in-app auto-update process continues to work seamlessly
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
    • The Qt6 AppImage, which was on Qt 6.5.3, was made ready to work with Qt 6.10.2
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.3.24​

26.3.24


  • Added block selection (rectangular selection) support in the note text
    editor by holding the Alt key and dragging the mouse cursor; the selected
    rectangle of text can be copied or cut with the usual keyboard shortcuts,
    and pressing Escape or clicking without Alt clears the selection;
    the selection is only rendered as a true rectangle when using a monospaced font
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a new Manage workspaces dialog (accessible via the toolbar button or
    the Workspace menu) that allows adding, renaming, removing and reordering
    workspaces in one place; the individual Add, Remove and Rename toolbar
    buttons have been removed from the toolbar in favour of this dialog
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Updated Copy note to and Move note to (cross-note-folder operations)
    so that media images and attachment files are now also copied to the destination
    note folder's media/ and attachments/ directories respectively, and the
    links inside the moved/copied note are rewritten to point to the correct
    locations at the root of the destination note folder; previously the .md
    file was moved but linked files were left behind and URLs were not updated
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.3.25

26.3.25

  • Improved block selection (rectangular selection) so that it can now extend
    wider than the first selected line; the selection rectangle is no longer
    clamped to the width of the anchor line's text, allowing the right edge to
    be dragged further right even when the starting line is short
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Scripting: note.renameNoteFile() now seamlessly switches the editor to
    the renamed note when it is the currently open note, so scripts that
    programmatically rename notes (e.g. to apply an ISO-date filename scheme)
    keep the user in the right note without any manual navigation
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a new highlighter state Link (internal) for internal note links
    (like [text](note.md), <note.md> and note:// links) in the editor font
    and color settings; this allows styling internal note links differently from
    regular external links in the note text edit and the preview; the Link
    state is used as a fallback if the new state is not configured in the color schema;
    bare legacy note:// links (e.g. note://Note_2018_06_26T22_11_10) that are
    written without angle brackets are now also rendered as clickable links in the
    preview and styled with the internal link color
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • The wiki link highlighter states Wiki link and Wiki link (broken) are
    now hidden in the editor font and color settings dialog when wiki link support
    is disabled (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • The LanguageTool integration now always ignores the typography warning
    Possible typo: you repeated a whitespace, because Markdown lists
    intentionally use repeated spaces for indentation; findings from that
    specific rule are no longer underlined in the editor
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added support for Markdown image dimensions using curly-brace attribute
    syntax like ![alt text](image.png){ width=300 height=200 }; the attributes
    are rendered with masked syntax in the editor and are applied to the preview,
    including the QLiteHtml preview, where they overrule the automatic image
    width sizing; the small inline image preview in the editor is also shown
    when the image tag with dimension attributes is the last item in the block
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.0​

26.4.0

  • LanguageTool ignored rules and ignored words are now persisted across
    application restarts; previously, ignored rules were only stored in memory and
    lost when the application was closed
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a new "Ignore word" option to the LanguageTool context menu that
    allows ignoring specific words (e.g. proper nouns, technical terms) without
    disabling the entire rule; ignored words are persisted across restarts
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added "Reset ignored rules" and "Reset ignored words" buttons to the
    LanguageTool settings page to clear all previously ignored rules and words
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • The last selected Nextcloud Deck card is now re-selected after the card
    list is reloaded when a card is stored or the archived cards view is toggled
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed Nextcloud Deck card updating that caused HTTP 400 errors: the PUT
    request now uses the correct API v1.1 endpoint with the card's actual
    stackId in the URL path; the request body includes the required owner
    field (which the Deck server validates as mandatory), sends the card's real
    order value, always includes description, and explicitly sets duedate
    to null when no due date is selected; also fixed spurious QString::arg
    warnings in the error dialogs for card operations where placeholder indices
    were wrong, and added response body logging on errors for better diagnostics
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added more Russian, German, Chinese Simplified, Korean, Spanish, French, Polish
    translation (thank you, pbek, VenusGirl, AlejandroMoc, jd-develop, Fresta24)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.1​

26.4.1​

  • Implemented QLiteHtml preview underline rendering so that when Enable underline
    rendering
    is turned on, Markdown like __underline__ and _underline_
    is rendered as underlined text instead of bold or italic in the preview
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Updated menu action text Use softwrap in note editor and preview to
    Use softwrap in note editor, since the QLiteHtml preview is always softwrapped
    for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed the main window and panel sizes not being persisted when closing the
    application: resized dock panels, toolbar layout and the main window geometry
    are now stored during the actual close event and correctly restored on the
    next start (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Changed the visual marker and wording for pinned note tabs: sticky tabs now use
    a pushpin symbol instead of a flag, and the related action and tooltip text now
    consistently refer to pinning and unpinning tabs
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed the read-only status bar button becoming visible even when note
    editing was allowed, which occurred when enabling the read-only mode feature
    for the first time in the settings and then closing the dialog; the toolbar
    action and the status bar button are now always kept in sync
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a crash in the Find action command bar by hiding the Find action
    entry from the dialog itself, preventing recursive reopening of the command
    bar and the follow-up crash when another action was selected afterward
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.2​

26.4.2

  • Improved lookup of the Bookmarks and Commands notes so they are now found
    in note subfolders too instead of only being effectively recognized in the
    note folder root, addressing Recognize the bookmarks file regardless of
    where it is
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed command snippet parsing for bash and sh code blocks so qc now uses
    the nearest preceding heading as the snippet description instead of being
    misled by an earlier heading in the note (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed the editor color schema color picker in the settings dialog so closing it
    without changing the selected color no longer reapplies the schema and reloads
    the note folder (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Changed the built-in Light editor color schema so internal note links now use
    #fc8f00 as foreground color and #fff8ef as background color
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.3​

26.4.3

  • When pressing Ctrl+F to open the search bar in the note text edit,
    the preview, or the QLiteHTML preview, any currently selected text
    will now always be placed into the search field (replacing any existing search
    text) and selected, making it easy to search for the highlighted word or phrase
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a built-in MCP (Model Context Protocol) server that allows external AI
    agents to access notes via HTTP+SSE transport with Bearer token authentication,
    providing search_notes and fetch_note tools for AI-powered note retrieval
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Improved wiki-style link backlink detection so that all wiki link variants
    — including links with heading anchors like [[Note#Heading]], links with
    display-text aliases like [[Note|label]], and subfolder-qualified links with
    aliases or headings like [[sub/Note#H|label]] — are now correctly found and
    shown in the Backlinks navigation panel (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Updated the system Botan integration to avoid Botan 3 deprecation warnings in
    the note encryption wrapper, improving compatibility with downstream builds
    such as
    Zaloguj lub Zarejestruj się aby zobaczyć!

    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.4​

26.4.4

  • Fixed a duplicate symbol assembler error in mcpservice.h when building
    with GCC 9 (Ubuntu Focal / Debian 11) caused by QStringLiteral being used
    in default function parameter values in a header file; replaced with
    QLatin1String to avoid the issue (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.5​

26.4.5


  • Fixed a preview font size mismatch when using editor highlighting styles in the
    preview
    on high-DPI displays (particularly on Windows with desktop scaling): the
    pixel-to-point conversion formula in the QLiteHtml container was inverted, causing
    fonts stored with a pixel size to be rendered at a massively inflated point size
    (e.g. a 9pt font appearing as ~100pt at 250% scaling); the formula is now pt = px * 72 / DPI
    instead of pt = DPI * px / 72 (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a possible crash (SIGSEGV) caused by inline markdown image previews for
    remote HTTP/HTTPS URLs performing a synchronous network download inside a paint
    event, which triggered a nested QEventLoop and caused Qt's widget repaint manager
    to re-enter itself recursively until the stack overflowed; remote images are now
    fetched asynchronously and the viewport is refreshed automatically once the
    download completes (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • When searching with selected text via Ctrl+F in the note text edit,
    the preview, or the QLiteHTML preview, the first result now highlights
    the originally selected occurrence instead of jumping to the next one, so the
    editor/view no longer scrolls away from the user's current position
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added more French, Korean, Spanish translation (thank you, jd-develop, VenusGirl, AlejandroMoc)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.6​

26.4.6


  • 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): portableDataPath() was called before the
    QApplication object was constructed, so qApp was nullptr and the path fell
    back to "." (the current working directory) instead of the AppImage's directory;
    the function now directly reads the $APPIMAGE environment variable (always set by
    the AppImage runtime) when qApp is not yet available, and also accepts the
    argv[0] path as a fallback for non-AppImage portable builds to ensure the
    correct base directory is used in all cases (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Trailing unbalanced brackets (), {}, [], and <> 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
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a build failure on Debian 9.0 (Qt 5.7.1) caused by the use of
    QNetworkRequest::RedirectPolicyAttribute and
    QNetworkRequest::NoLessSafeRedirectPolicy which were only introduced in
    Qt 5.9; the call is now guarded with #if QT_VERSION >= QT_VERSION_CHECK(5, 9, 0)
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.7​

26.4.7


  • Opening the search bar in the note text edit, the preview, or the
    QLiteHTML preview now keeps the current horizontal and vertical scroll position
    during the initial search, so highlighting the first match no longer scrolls the
    view away from where you were reading (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Updated the release workflow to build and publish the Qt6 Snap from
    build-systems/github/snap.qt6, so Snap Store installs now deliver the Qt6
    package again, while the legacy Qt5 snap is still attached to releases under a
    separate asset name (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed the line and column status bar label being rendered too close to the
    window edge when the main window is maximized or fullscreen on some platforms/styles:
    the label had no internal horizontal padding, so it could appear cramped against
    the status bar border; it now uses left and right content margins like the other
    status bar controls (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.8

26.4.8

  • Fixed two possible shutdown crashes while quitting the application: on macOS
    the app no longer re-enters Qt's commitDataRequest quit path during the Cocoa
    termination flow, and on all platforms the log panel now stops appending rich
    text once application teardown has started, avoiding late UI updates from Qt log
    messages during shutdown (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Updated the Launchpad snapcraft configuration in build-systems/snap/ to
    build the Ubuntu Snap with Qt6 on core24, aligned with the working GitHub
    Qt6 snap packaging so the Launchpad snap can ship the Qt6 build path as well
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
53199
Reakcje/Polubienia
40023

QOwnNotes 26.4.9

26.4.9​


  • Extended the scripting engine's syntax highlighting support with custom
    colors and styles
    : addHighlightingRule now accepts an optional format map
    with foregroundColor, backgroundColor, bold, italic, underline, and
    fontSize properties, so scripts can define their own highlight colors instead
    of being limited to the predefined highlighting states
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a new highlightingHook scripting hook that is called for each text
    block during syntax highlighting, allowing scripts to perform dynamic,
    context-aware highlighting with custom colors and styles
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a possible startup crash when restoring the last opened note from
    note history while the note tree was enabled: history restoration
    searched the tree by note name and could match a folder item with the same label
    before the actual note, then dereferenced an item's missing parent; note-history
    restore now only considers note items and safely handles root notes
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a Note search panel option to open notes in a new tab instead of
    replacing the active tab, for users who want note creation from the search panel
    to preserve their current tab context (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added Copy image to clipboard and Copy image file path actions to the
    QLiteHtml preview context menu when right-clicking preview images, so image
    content and the resolved local image path can be copied directly from the preview
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed disabled toolbar and action icons in dark mode not being grayed out
    consistently, including actions like Edit encrypted note and Decrypt note:
    disabled icons are now recolored through the interface proxy style using the
    palette's disabled icon/text color, so the fix applies consistently across the UI
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry