Skip to content

SoloMD v4.8.9

Choose a tag to compare

@github-actions github-actions released this 03 Jul 02:30

4.8.9 — iOS file opening, fixed for real

iOS (#139):

  • Opening a Markdown file from the Files app, AirDrop, or another app no longer fails with "No such file or directory" — the share sheet delivered a percent-encoded file:// URL that was never decoded
  • Recent files survive app updates — iOS moves the app container on every update; stored paths are now re-anchored onto the current container automatically
  • Open Folder now pins the workspace to SoloMD's Documents folder ("On My iPhone › SoloMD"); drop .md files there via the Files app
  • The tab bar scrolls with a swipe when tabs overflow

Desktop:

  • Local SVG previews stay visible across windows (#142, thanks @beihai23)

Includes all changes from 4.8.2–4.8.8 (TestFlight iterations of the above).