Skip to content

Marky v1.8.9

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:42
a300f49

Marky v1.8.9

Startup is now instant and flicker-free.

Startup

  • Fixed the app window occasionally never becoming visible: startup waited on two requestAnimationFrame callbacks before showing the window, and a hidden WebView can throttle those indefinitely. The window now shows right after the first frame commits.
  • Fixed the pre-paint theme script flashing the wrong colors on Dark Matter, Catppuccin, Nord, Dracula, or Rosé Pine — it had fallen out of sync with the theme set added in v1.8.6 and didn't recognize them.
  • The window now paints an app-shaped skeleton (titlebar, sidebar, editor) instead of a blank rectangle, so there's no layout shift once React mounts.
  • The editor is now lazy-loaded, trimming the JavaScript that has to run before the first frame can paint.