Skip to content

Commit 06cf671

Browse files
committed
docs: add v4.1.1 changelog entry
1 parent f094815 commit 06cf671

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

changes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changes
2+
## v4.1.1
3+
A maintenance release with search improvements, PDF export fixes, and editor polish on top of VNote 4.1.0:
4+
5+
* **Search**
6+
* Content-search results now stream in incrementally, so matches appear as they are found instead of after the whole search completes
7+
* The maximum number of search results is now configurable
8+
* Content matches are grouped by line, removing duplicate result rows
9+
* **Export**: fix squeezed or mis-sized MathJax equations in PDF export, and stop exports from hanging on documents that mix equations with Mermaid/Graphviz/Flowchart/WaveDrom diagrams
10+
* **Editor**
11+
* Fix emoji next to styled text (such as headings) rendering as tofu boxes
12+
* Refresh the editor style immediately when switching themes
13+
* **Notebooks (raw)**: enable image paste, and preserve note timestamps and metadata across rename
14+
* **Startup**: merge instead of overwrite `QTWEBENGINE_CHROMIUM_FLAGS`, so user-set Chromium workaround flags (e.g. `--single-process`, `--disable-gpu`) are respected
15+
* **macOS**: always use the system title bar
16+
217
## v4.1.0
318
VNote 4 is a major release built on a brand-new native core (**vxcore**) that powers notebook management, search, configuration, and synchronization. The whole application has been re-architected (clean MVC + dependency injection) for reliability and future extensibility. Highlights versus VNote 3:
419

0 commit comments

Comments
 (0)