Skip to content

dsh-gui-customization v0.5.1

Choose a tag to compare

@LAN-TINA-WS LAN-TINA-WS released this 14 Aug 12:10
· 3 commits to master since this release

What's New in v0.5.1

  • 🐛 Fixed: large custom background images now work. Background images are rendered through a Blob URL instead of a CSS data URL — browsers silently drop data URLs above ~2 MB, which made bigger user-picked images "apply" without showing (the built-in preset stayed small enough to work). Blob URLs have no such limit; old URLs are revoked on replace to avoid leaks.
  • 🐛 Race guard: rapidly picking several images no longer lets a slow earlier read overwrite the latest choice.
  • 🐛 FileReader failures now surface the actual error message in the notice instead of a generic message.

Install

dsh plugin --profile web add dsh-gui-customization

Or download the ZIP below and use dsh plugin --profile web add link:<unzip-dir>/dsh-gui-customization-v0.5.1.

Feedback: #1