- syntax highlighting for code blocks in preview (#42)
- snap: add Wayland support —
waylandplug +ELECTRON_OZONE_PLATFORM_HINT=auto(#43)
- code folding for
=begin/=endblocks and=headsections (Ctrl-Shift-[ / Ctrl-Shift-]) - list continuation on Enter — auto-insert
=itemwith preserved type prefix ([ ],#) - Tab/Shift-Tab to change
=itemnesting level - auto-reload file when changed on disk (silent or with dialog)
- "Open Files in Preview" toggle in View menu
- per-file view mode persistence across sessions (editor/preview/split)
- restore editor state between sessions (cursor, scroll, fold state)
- "Copy as PNG" for preview content
- editor input latency reduced from 860ms to near-zero per keystroke
- search panel disappearing after Enter on first result
- links not opening from preview panel (Electron 38 compatibility)
- crash when opening a directory path instead of a file
- cursor not visible on new window open
- fold markers appearing inside verbatim blocks (
=code,=comment,=data)
- editor refactored and rebuilt using updated libraries
- added syntax highlighting for Podlite markup language
- refactored key bindings
- refactored window open/save/new workflow
- fixed duplicate file opening issues
- added
=markdownstandard block support - added text search (
Cmd-F) - added new blocks:
=Mermaid,=picture - added ability to open URLs from editor using
L<>links (Cmd/WinorCtrlmodifier) - added
file:schema support inL<>links - opens files in new editor window - half-screen preview toggle — Ctrl + . / Cmd + .
- full-screen preview toggle — Ctrl + </kbd> / Cmd + </kbd>
- added inline text style support (bold
B<>, italicI<>, codeC<>, linksL<>, strikethroughO<>) within paragraphs and table cells - fixed redraw issue when resizing the application window
- improved code block visibility in CSS
- fixed build configuration to support macOS 26 (Thaoe)
- support
=useReact,=Reactblocks =Markdown- markdown block- enhance code snippets, add markdown suggestions
- fix
=Image.mov, .mp4 files - fix styles
- =Toc - table of contents block.
- add :caption support for =Images and =Diagrams
- =Image block now supports :link and formatting codes in caption.
- fix save menu #22
- add "New", "Save As" menu items
- add View menu with Preview toggle
- add "Release notes" reference
- directive suggestions
- pod6 snippets 🏷
- save windows state between app restarts
- open external url in browser
- update export to html
- add export to pdf
- fix show assets from disk
- add =Diagram component
- switch to using shared podlite library
- refactor main app
- fix macos and windows distributions
- use flexible application windows size
- supports local video ( i.e. .mp4 files) for =Image
- update pod6 lib to ver 0.28
- add import from markdown
- add export to html
- use pod mode by default for .pod6, .rakudoc (#3)
- enhance user interface
- add distribution for Mac
- add auto update for Podlite app
- open Podlite as editor for pod6's files
- adopt app's menu for windows and mac
- Initial release