- Dołączył
- 26 Maj 2010
- Posty
- 19773
- Reakcje/Polubienia
- 62884
QOwnNotes 26.3.8
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
26.3.10
- Added an option to hide Markdown formatting syntax (like **, *, #,
backticks, link brackets) on lines that are not being edited, for a
cleaner Typora-like editing experience (Editor settings, off by default)
(forZaloguj lub Zarejestruj się aby zobaczyć!)
- Disclaimer: Due to limitations of the QPlainTextEdit API, this is a best-effort
implementation sets the font letter spacing to 0 and the font size to 0.01
for the formatting syntax characters, so they are still present in the editor,
just smaller. Especially for links with a lot of text between the brackets,
gaps will be visible in the formatting syntax!- Added a security token setting for the Homepage-compatible bookmark
suggestion API (with encrypted storage, settings dump masking, and
token-validated GET /suggest requests), and updated Homepage
integration docs (custom.js) to append the token query parameter
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Improved portal handle token generation compatibility for older Qt5
distributions (e.g. Debian 9.0, SLE 15) by using QUuid on Qt5 and
keeping QRandomGenerator on Qt6 builds
(forZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.11
- Changed Markdown formatting syntax hiding so named links keep their URL part
visible ([name](https://example.com) now only hides Markdown delimiters)
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a build failure with older Qt5 versions in XDG global shortcut portal token
generation by only using QUuid::WithoutBraces on Qt >= 5.11 and falling back to
brace removal on older Qt5 (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed low-contrast search icons in the "Link to a URL or note" and Settings dialogs
by switching the search field icon between light and dark variants based on the
active dark mode color setting (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed low-contrast OK button check-mark icons in dark mode by adding explicit
dialog-ok / dialog-ok-apply icons for the internal light and dark Breeze
icon themes (forZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.12
- Added a search panel to the update dialog changelog so release note changes can
be searched directly with the standard find workflow (for
Zaloguj lub Zarejestruj się aby zobaczyć!)- Prepare build process for system botan 3.11.0
(forZaloguj lub Zarejestruj się aby zobaczyć!, thank youZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.13
- Added Markdown heading folding in the note editor with clickable gutter
toggles, fold/unfold-all actions, and a new Editor setting to enable or
disable the feature (forZaloguj lub Zarejestruj się aby zobaczyć!)- Added a new "Files" tab to the Navigation panel that lists linked media files
and attachments under separate root items, jumps to the selected link in the
current note, and offers a context menu action to open the file externally
(forZaloguj lub Zarejestruj się aby zobaczyć!)- Added inline renaming for linked media files and attachments in the Navigation
panel's "Files" tab via F2, with a follow-up refactoring prompt that tells
you how many note files will be updated before renaming linked filenames
everywhere (forZaloguj lub Zarejestruj się aby zobaczyć!)- Added deleting linked media files and attachments from the Navigation panel's
"Files" tab via Del and a context menu action, with confirmations that show
how many note files can be updated and an optional follow-up dialog to remove
those file links everywhere (forZaloguj lub Zarejestruj się aby zobaczyć!)- Changed the Navigation panel to only show the optional "Files" and
"Backlinks" tabs when the current note actually has file links or backlinks
to display (forZaloguj lub Zarejestruj się aby zobaczyć!)- Changed Navigation panel tab visibility checks for the optional "Files" and
"Backlinks" tabs to run in the background so the UI stays responsive
(forZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.14
- Remember folded Markdown headings for each open note in memory and restore
that state when reopening notes, including notes stored in subfolders (for
Zaloguj lub Zarejestruj się aby zobaczyć!)- Allow switching noteEditIsCentralWidget and applying predefined layouts so
the main window and workspace layout are rebuilt immediately without
restarting the application, including workspace-specific editor placement
or layout selection (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed the AppImage deployment in the GitHub release workflows so the bundled
OpenSSL libraries work again and the script repository loads correctly
(forZaloguj lub Zarejestruj się aby zobaczyć!)
- The SSL issues with the Qt6 AppImage should also be fixed
(forZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.15
- Enable QLiteHtml preview support by default for qmake and CMake builds
(forZaloguj lub Zarejestruj się aby zobaczyć!)
- A huge amount of work went into this and it will solve various rendering issues
in the note preview, like list item spacing and horizontal rule and table rendering- Fixed the Qt6 AppImage release build to bundle and prefer the packaged QML
import modules again so the scripting engine works instead of loading
incompatible host Qt plugins (forZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.17
- Fixed build regressions from the mainwindow.cpp manager split so Qt 5.9 and lower
build again on old build tooling (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a crash when closing the Settings dialog after canceling live dark mode or
editor color schema changes, by updating the system tray icon through the tray
manager instead of a stale pointer (forZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.17
- Fixed build regressions from the mainwindow.cpp manager split so Qt 5.9 and lower
build again on old build tooling (forZaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a crash when closing the Settings dialog after canceling live dark mode or
editor color schema changes, by updating the system tray icon through the tray
manager instead of a stale pointer (forZaloguj lub Zarejestruj się aby zobaczyć!)
26.3.18
- Fixed the Use Layout button in settings to correctly create a new workspace with
the proper layout settings without destroying the current workspace, and fixed the
previous workspace losing its note editor panel when switching to a layout with a
different noteEditIsCentralWidget setting (forZaloguj lub Zarejestruj się aby zobaczyć!)- Added optional LanguageTool grammar and style checking alongside the existing Sonnet
spell checker, with colored editor underlines, context-menu suggestions, server settings,
and a quick toggle in the Spelling menu (forZaloguj lub Zarejestruj się aby zobaczyć!)
- For more information on the LanguageTool integration, see the new documentation page at
Zaloguj lub Zarejestruj się aby zobaczyć!- Fixed the AUR / CMake build to always use the bundled litehtml when building
qlitehtml, avoiding API mismatches with incompatible system litehtml
packages (forZaloguj lub Zarejestruj się aby zobaczyć!)