Skip to content

v1.11.8

Compare
Choose a tag to compare
@nolanlawson nolanlawson released this 11 Aug 18:30
· 644 commits to master since this release

v1.11.8

This is another small release with some bugfixes and performance improvements.

Don't break on malformed URLs

Some toots from some servers may contain malformed URLs. Pinafore no longer crashes due to this malformed content.

  • fix: fix malformed URLs in statuses #1385

Improvements to push notifications

Thanks to @sorin-davidoi, push notifications should work better now:

  • fix(service-worker): Open notifications if no status #1378

Tweaks to the focal point UI

Some more perf and UI tweaks to the focal point UI:

  • perf: only update draggable x/y state at end of drag #1379
  • perf: use requestPostAnimationFrame to reduce layout thrashing #1376
  • fix: make focal point button a bit larger #1377

General performance improvements

Status rendering should be slightly faster now:

  • perf: avoid measureText() where possible #1375

Full changelog