- Dołączył
- 26 Maj 2010
- Posty
- 20654
- Reakcje/Polubienia
- 65212
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
26.6.0
- Added Connection name setting to the web application settings, defaulting to
qownnotes-<username>-<hostname>; the name is sent to the relay server on connect
so other devices in the same room can identify this desktop instance
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Added a Test connection button to the web application settings that shows
whether QOwnNotes is currently connected to the web application server
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Added a Connected devices list to the web application settings that shows
all devices currently connected to the same token; a Refresh button requests
an updated list from the server
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Removed the intrusive warning dialog that appeared when more than two
connections used the same token — the connected devices list now surfaces
this information without interrupting the user
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Changes to the web application settings (server URL, security token, enable
toggle) now take effect immediately without restarting the application
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed CLI password prompt for --decrypt-note to mask input with asterisks
instead of echoing characters, while still providing typing feedback
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed CLI arguments like --decrypt-note, --help, --dump-settings and
--completion now work without a graphical environment (no DISPLAY needed)
by using QCoreApplication instead of QApplication for headless CLI modes
(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.6.2
- Fixed custom shortcuts for actions that appear in multiple menus, such as
Find text in notes, being treated as their default shortcut in the
Shortcuts settings page; shortcut initialization now processes each
action only once and the Shortcuts settings page only shows one row per
action, so restored custom shortcuts no longer overwrite the stored default
shortcut used for visual marking and reset handling
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a possible crash when changing Icons checkboxes in the Color modes
settings by avoiding unnecessary web application client restarts for unrelated
settings changes, and removed obsolete restart tooltips from the icon settings
because those changes now apply live (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a crash when saving the settings dialog after enabling Enable logging
to file while the web application client service was disabled, and now show
the real Log file path directly below the checkbox from the start
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Improved bash shell completion by completing proper short and long command line
options, shell names for --completion, and filenames for --decrypt-note
(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