QOwnNotes

Camel1965

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

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
52841
Reakcje/Polubienia
39859

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
52841
Reakcje/Polubienia
39859

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
52841
Reakcje/Polubienia
39859

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
52841
Reakcje/Polubienia
39859

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
52841
Reakcje/Polubienia
39859

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ć!
 
Do góry