Versie 4.3.1 van Zettlr is uitgekomen. Zettlr is een op zettelkasten gebaseerde opensource en crossplatform markdown editor, waarmee artikelen, e-boeken en content kunnen worden gecreëerd. Ook kan het orde scheppen in de chaos van notities en artikelen, bronvermelding genereren en interactieve vragenlijsten maken. Het is daarmee geschikt voor onder meer ontwikkelaars, onderzoekers, journalisten en bloggers. In deze uitgave zijn de volgende veranderingen en verbeteringen doorgevoerd:
Release v4.3.1For this small update, we've fetched the polishing cloth and improved things here and there, but nothing big has happened. The one notable fix is that Zettlr now properly escapes path names passed to shell commands during exports. In very specific circumstances, it was possible to make Zettlr execute unexpected commands during exports. This update improves this behavior so that it is no longer possible.
GUI and Functionality Under the Hood
- Escape file and directory paths passed to
runShellCommand.- Update Pandoc to
v3.9.0.2.- Updated some dependencies.
- Removed duplicate FSAL descriptor fetching.
- Improved resiliency of the descriptor fetching; now if a renderer requests an
array of paths, the FSAL does not fail. Instead, it simply omits those
descriptors from the return array and logs an error (context: #6272).
