skillshare v0.19.20 Release Notes
Release date: 2026-05-24
TL;DR
- Run the dashboard in the background —
skillshare ui start/skillshare ui stopgive you a managed background server with remembered host and port - Update without leaving the browser — the Update dialog and the Doctor page's Version card now upgrade the CLI and reload the page for you
- Install the dashboard as a desktop app — Skillshare is now a Progressive Web App with its own icon, and
--appopens it in a chrome-less Chromium window - Doctor Version card redesign — clearer status, explicit version delta, no misleading Update button when nothing is pending
Background Mode for the Web Dashboard
skillshare ui no longer has to hold a foreground shell. The new start and stop subcommands run the server as a managed background process, remember the host and port you used, and reuse the existing process when it is still healthy.
skillshare ui start # start in background, return to shell
skillshare ui start --clear-cache # clear cached UI assets, then start
skillshare ui stop # stop the background serverThe legacy foreground form (skillshare ui) and the older --no-open & shell-backgrounding workaround keep working — nothing changes if you don't use the new subcommands.
For a more app-like feel, skillshare ui start --app opens the dashboard in a Chromium app-mode window (Chrome, Edge, or Brave) on macOS, Windows, and Linux, giving it a separate Dock or taskbar entry without browser chrome.
In-place Upgrade from the Dashboard
When the dashboard detects a newer release, the Update dialog and the Doctor page's Version card both show an Update now button. Clicking it:
- Runs
skillshare upgradeon your machine - Restarts the local UI server
- Reloads the page automatically once the new server is healthy
If the auto-reload doesn't complete (for example, the server moved to a different port), the dialog tells you to run skillshare ui start to bring the background server back up.
Progressive Web App Support
The dashboard now ships a web manifest, app icons (192px and 512px), and a minimal service worker. Browsers that support PWAs (Chrome, Edge, Safari, Brave) let you install Skillshare as a standalone desktop app directly from the address bar — useful for pinning it to the Dock/taskbar and keeping it out of your tab strip.
Doctor Page — Cleaner Version Card
The Version section on the Doctor page got a small redesign:
- A state-coloured icon on the left makes the current status obvious at a glance (blue when an update is available, green when up to date)
- The version delta is shown explicitly as
current → latestinstead of being separated by a thin dot - The Update now button only appears when there is actually something to upgrade, so the card no longer suggests an update when you're on the latest version
No behavioural changes — just easier to read.