|
1 | 1 | # Changes |
| 2 | +## v4.2.0 |
| 3 | +A feature release that adds a Personal Knowledge Management **home dashboard**, cross-notebook history, activity tracking, and a dedicated Sync settings page on top of VNote 4.1.1: |
| 4 | + |
| 5 | +* **Dashboard** (new): a customizable PKM home tab built from movable, resizable **stickers** |
| 6 | + * Built-in **Calendar**, **Greeting**, and **History** stickers |
| 7 | + * **History** sticker with recent-files and calendar-day modes, plus a one-click clear-date-filter |
| 8 | + * **Lock/Unlock** mode to prevent accidental layout changes, an **Add Sticker** menu, a per-sticker **Resize** dialog, and **Reset Dashboard** to restore the default layout |
| 9 | + * Toolbar and calendar icons follow the active theme |
| 10 | +* **History**: reworked into a cross-notebook `HistoryService`, so recent files are aggregated across all notebooks (the legacy per-notebook history panel and option were removed) |
| 11 | +* **Activity tracking**: focus time and note activity are now tracked via vxcore |
| 12 | +* **Settings**: new **Sync** page; the auto-sync interval moved there and now defaults to 120s |
| 13 | +* **Editor** |
| 14 | + * Re-added the **In-Place Preview** toggle to the Markdown toolbar |
| 15 | + * The image-host button now appears only in edit mode |
| 16 | + * Removed the markdown editor **Override Font** option and its settings UI |
| 17 | +* **Windows switcher**: a new **Windows** entry lists open view windows across workspaces, with prefix-matching and focus-restore fixes |
| 18 | +* **Title bar**: the current note name is now shown in the system title bar |
| 19 | +* **Fixes** |
| 20 | + * Fix opening files from the command line / "Open with VNote", and absolutize forwarded open-file paths at the IPC boundary |
| 21 | + * Preserve heading anchors in **Insert As Relative Link** |
| 22 | + * Avoid a pre-`QApplication` event-loop warning by lazily starting the search/image-host worker threads |
| 23 | +* **Translations**: updated Simplified Chinese and Japanese translations |
| 24 | + |
2 | 25 | ## v4.1.1 |
3 | 26 | A maintenance release with search improvements, PDF export fixes, and editor polish on top of VNote 4.1.0: |
4 | 27 |
|
|
0 commit comments