v3.0.14
laurent22/joplinv3.0.14Jul 28, 2024by laurent22
AI Summary
Improves text rendering on MacOS, sidebar performance, and API behavior.
Key Highlights
- Changed the default MacOS font to `Avenir Next` to fix incorrect text rendering.
- Improved sidebar performance when handling many nested notebooks.
- Updated the API to exclude deleted notes in folder queries.
Full Release Notes
- Improved: Api: Do not return deleted notes in folders/: id/notes call (3e0fb48) - Fixed: Fix incorrect text rendering on MacOS by changing the default font to `Avenir Next` (#10686) (#10679 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) - Fixed: Fix shift-delete asks to permanently delete the current note, rather than cut text, when the editor is selected. (#10687) (#10685 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)) - Fixed: Fix sidebar performance regression with many nested notebooks (#10676) (#10674 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))