Podlite Desktop 0.8.3
Patch release with four user-visible fixes plus an Apple Silicon performance fix.
Changed
- macOS now ships separate arm64 and x64 builds. Apple Silicon users get native performance instead of running through Rosetta 2 — startup, file open, and preview-mode switching are noticeably faster on M-series Macs. Download the matching architecture for your machine (
-arm64for Apple Silicon, the default for Intel).
Fixed
=picturenow renders in the live preview on the Mac App Store build. Image bytes are read in the main process and inlined as a base64 data URL, so the renderer doesn't depend onfile://access that the sandbox denies for sibling files (#58)- Numbered lists from
=config item1 :numbered— items now render as an ordered list (1.2.3.) instead of bullets (#61) =codeblocks with:lang<…>are syntax-highlighted in the live preview, matching the editor pane. Inline formatting codes inside=code(when:allow<…>is set) layer on top —B<…>becomes bold,I<…>becomes italic,C<…>becomes inline code, with the highlighter's colors preserved underneath (#62)
Acknowledgements
Between #53, #55-58, #60, #61, and #62 — a real chunk of v0.8.x came from your reports, @schueani. Thank you.
Other functionality is identical to v0.8.2.