- Dołączył
- 26 Maj 2010
- Posty
- 20621
- Reakcje/Polubienia
- 65131
QOwnNotes 26.5.13
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
26.5.14
- Fixed changed shortcuts not being saved from the Shortcuts settings page
after the recent lazy-loading performance change; shortcut storage now reads
the built shortcut tree directly again instead of relying on cached widget maps,
settings are now stored from dialog acceptance so the OK button cannot bypass
shortcut persistence, and edited shortcut values are captured directly from
the shortcut widgets and stored in portable format
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Allow Ctrl+Space in read-only mode to ask whether note editing should be
enabled again when there is no URL to open at the current cursor positionReleased 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
26.5.15
- Added a warning comment before the encrypted text markers in encrypted notes
to inform users that the content between the BEGIN ENCRYPTED TEXT and
END ENCRYPTED TEXT markers must not be edited manually; the warning comment
is stripped when decrypting so it is never shown to the user or re-encrypted
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Added per-script hook execution time profiling for performance diagnostics
(forZaloguj lub Zarejestruj się aby zobaczyć!)
- When debug logging is enabled all hook invocation times are logged
unconditionally via qDebug()- When debug logging is not active, only hook invocations that exceed a
configurable threshold are logged as warnings- The threshold (default 500 ms) can be configured in the new
Script hook execution time warning threshold spinbox in the
Debug options settings page- External-process scripting functions (startDetachedProcess,
startSynchronousProcess) are intentionally excluded from profiling
because their runtime is dominated by the child process, not the
scripting engine- Log messages have the form: [script profiler] <script-name> :: <hookName> took <N> ms
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
26.5.16
- Fixed a memory leak when switching between notes, especially noticeable with
large encrypted notes, by reusing the scripting current-note API object instead
of allocating a new one on every note change, releasing temporary note objects
from note-store script hooks, and clearing the decrypted encrypted-note editor
plus undo history when switching back to the regular editor; encrypted-note
typing now also avoids writing and refetching the full decrypted note text from
the in-memory database on every keystroke (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed solving equations like 1+1= with Ctrl+Space in the note text edit
when the Markdown LSP completion provider was enabled or when note editing was
disabled; the normal equation-solving autocomplete flow now takes precedence
(forZaloguj lub Zarejestruj się aby zobaczyć!)
- Fixed toggling checkbox list items with Ctrl+Space when note editing was
disabled- Fixed a limitation where note text search required at least 2 characters to
start searching; this also affected OR searches, where each individual term
had to be at least 2 characters long to trigger the search
(forZaloguj 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
26.5.17
- Added a command line option --decrypt-note <file> to print the decrypted text
of an encrypted note file to stdout, with --decrypt-note-password <password>
for providing the password directly instead of being prompted
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed the Ignore all external note folder changes setting still allowing
note folder watcher paths and delayed external-change re-indexes to trigger
repeated note folder reloads while notes were stored, especially on Windows
network drives (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed resetting shortcuts in the Shortcuts settings page back to their
defaults, such as restoring Move up in note list to Alt+Up, not being
persisted when an explicit empty shortcut setting existed; fixed custom
actions without a default shortcut being stored as explicit empty shortcut
settings after saving the Shortcuts settings page; existing empty
custom-action shortcut settings are now removed when the actions are loaded
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Added more French, Spanish, Korean translation (thank you, jd-develop,
AlejandroMoc, 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