- Dołączył
- 26 Maj 2010
- Posty
- 19731
- Reakcje/Polubienia
- 62768
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ć!)