QOwnNotes

Camel1965

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

QOwnNotes 26.5.0

26.5.0

  • Added Note Bookmarks sub-menus to the Note / Navigation menu
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
    • New Store note bookmark sub-menu with slots 1–9 (Ctrl+Shift+1–Ctrl+Shift+9)
    • New Go to note bookmark sub-menu with slots 1–9 (Ctrl+1–Ctrl+9)
    • All bookmark shortcuts are now proper QActions in the menu and can be
      customised in the Shortcut settings, superseding the old hardcoded
      QShortcut-based approach
  • Added a new Note bookmarks entry in the Note / Navigation menu that opens
    a non-modal Note Bookmarks dialog listing all currently stored bookmarks with
    the ability to jump to a bookmark or delete it (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a bug where searching for a multi-word text like "Heading 1" in the
    Note search panel would not correctly use all terms in the in-note regexp
    search, because the search mode was set after the search text causing
    performSearch() to fire with the old mode; the search mode is now set
    before the search text in doSearch() (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a bug where the in-note search widget's text was overwritten by the
    currently selected match word when the search was activated programmatically
    from the note search panel, causing only one term (e.g. "Heading" instead of
    "(Heading|1)") to be searched; the preset-from-selection logic in activate()
    now only applies when the user manually opens the search widget
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added the ability to delete one or multiple cards in the Nextcloud Deck dialog
    using the Del key or via a new Delete X card(s) context menu item;
    a confirmation dialog is shown in all cases (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • A PPA for Ubuntu 26.10 (Stonking Stingray) was added

Released files​

  • QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
  • QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
  • QOwnNotes-amd64.snap: Linux Snap build with Qt 6
  • QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
  • QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
  • QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
  • QOwnNotes.zip: Windows ZIP package built with Qt 6
  • QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
  • QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
  • QOwnNotes.dmg: macOS disk image built with Qt 6
  • QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

QOwnNotes 26.5.2

26.5.2

  • Pressing Ctrl+R in the note text edit now automatically turns off
    read-only mode before opening the replace panel (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed dark mode detection on GNOME/Wayland where Qt's colorScheme()
    incorrectly reported light mode even when the system was in dark mode, by
    preferring the D-Bus freedesktop portal query on Linux over Qt's built-in
    detection (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Local scripts in the Scripting settings now read sibling info.json
    metadata when the selected QML file matches the script entry, showing the
    parsed version, authors, and description in the UI (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added a new Edit table context menu item to the note text editor that opens a visual
    table editor dialog when right-clicking inside a Markdown table
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
    • The dialog shows the table data in an editable grid
    • Clicking a column header selects that column and updates the alignment combobox
      to reflect its current alignment, making it easy to see and change alignment
    • Supports adding and removing rows (via dedicated Row buttons) and columns
      (via dedicated Column buttons)
    • Allows changing the alignment of the selected column(s) (default/left, left,
      center, right) via the alignment combobox and Apply alignment button
    • Automatically formats the table when changes are applied

Released files

  • QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
  • QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
  • QOwnNotes-amd64.snap: Linux Snap build with Qt 6
  • QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
  • QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
  • QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
  • QOwnNotes.zip: Windows ZIP package built with Qt 6
  • QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
  • QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
  • QOwnNotes.dmg: macOS disk image built with Qt 6
  • QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

QOwnNotes 26.5.3

26.5.3​

  • New note encryption now writes a portable versioned encryption envelope with
    per-note salt and nonce metadata, derives keys with Botan PBKDF2-HMAC-SHA1,
    and encrypts with AES-256-CBC plus HMAC authentication while keeping legacy
    encrypted notes decryptable (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Secrets such as cloud connection passwords, proxy passwords, API keys, and
    scripting secret settings are now stored in the operating system keychain via
    qtkeychain instead of being obfuscated with SimpleCrypt in the settings file;
    existing SimpleCrypt-backed secrets are migrated to the keychain automatically
    when possible (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

Released files​

  • QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
  • QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
  • QOwnNotes-amd64.snap: Linux Snap build with Qt 6
  • QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
  • QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
  • QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
  • QOwnNotes.zip: Windows ZIP package built with Qt 6
  • QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
  • QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
  • QOwnNotes.dmg: macOS disk image built with Qt 6
  • QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

QOwnNotes 26.5.4

26.5.4

  • Fixed a startup crash when the Markdown LSP server initialized while qtkeychain
    secret migration was running a nested event loop during main window setup;
    Markdown LSP startup is now delayed until the status bar exists, fixing the
    regression from the keychain changes (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

Released files

  • QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
  • QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
  • QOwnNotes-amd64.snap: Linux Snap build with Qt 6
  • QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
  • QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
  • QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
  • QOwnNotes.zip: Windows ZIP package built with Qt 6
  • QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
  • QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
  • QOwnNotes.dmg: macOS disk image built with Qt 6
  • QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

QOwnNotes 26.5.5

26.5.5

  • Security tokens generated by generateRandomString() now use the operating
    system random source via QRandomGenerator::system() on Qt 5.10+ and no
    longer fall back to qrand() on older Qt versions (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Refactored internal ownCloud-specific class names, file names, and function
    names for cloud integration to generic cloud naming, since the integration is
    used with Nextcloud as well as ownCloud (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Improved cloud connection creation and deletion safeguards by asking for
    confirmation before deleting a cloud connection and by starting new cloud
    connections with empty settings instead of copying the previous connection
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Keychain secrets are now deleted together with their references when removing
    scripts, cloud connections, settings groups, or all settings, preventing stale
    qtkeychain entries from being left behind (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

Released files

  • QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
  • QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
  • QOwnNotes-amd64.snap: Linux Snap build with Qt 6
  • QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
  • QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
  • QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
  • QOwnNotes.zip: Windows ZIP package built with Qt 6
  • QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
  • QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
  • QOwnNotes.dmg: macOS disk image built with Qt 6
  • QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

QOwnNotes 26.5.6

26.5.6

  • Note folder Subfolder visibility selections now keep parent folders
    selected with a partial check state when some or all subfolders are unchecked
    individually, while checking a parent still selects its subfolders (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a possible crash when opening the settings dialog by synchronizing access
    to the shared settings cache while background tasks may read or write settings
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed dead-key accent composition in the note editor on Linux systems where Qt
    delivered dead-key events without composed text, allowing Spanish accented
    words such as había to be entered correctly (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed duplicate light/dark mode prompts on application startup when the Linux
    portal color scheme check and Qt color scheme fallback both detected the same
    mismatch, and avoided applying the changed theme before main window startup
    finished (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed printing and exporting the note text to PDF while using a dark editor
    color schema by rendering the exported text with the built-in Light editor
    schema instead (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

Released files​

  • QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
  • QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
  • QOwnNotes-amd64.snap: Linux Snap build with Qt 6
  • QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
  • QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
  • QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
  • QOwnNotes.zip: Windows ZIP package built with Qt 6
  • QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
  • QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
  • QOwnNotes.dmg: macOS disk image built with Qt 6
  • QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

QOwnNotes 26.5.7

26.5.7

  • Note text edit List operations now work on the current line when no text is
    selected, so they can be used directly from the cursor position (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed the Todo settings cloud connection selector initialization and made
    calendar backend changes debounce calendar-list reloads while ignoring stale
    replies, preventing slow repeated backend switches and related crashes
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixed a possible crash when script initialization triggered synchronous URL
    downloads while settings/calendar actions requested another scripting engine
    reload; nested reloads are now coalesced until the current reload finishes
    (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fetched webpage titles in the link dialog now preserve literal < and >
    characters, so titles such as GitHub version bump pull requests are no longer
    altered when used as link names (for
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Added more French, Spanish, Croatian, Korean translation (thank you, jd-develop,
    AlejandroMoc, milotype, VenusGirl)

Released files

  • QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6
  • QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage
  • QOwnNotes-amd64.snap: Linux Snap build with Qt 6
  • QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package
  • QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments
  • QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package
  • QOwnNotes.zip: Windows ZIP package built with Qt 6
  • QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package
  • QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package
  • QOwnNotes.dmg: macOS disk image built with Qt 6
  • QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry