Skip to content

Releases: waknow/dsh-web-icon-indicator

dsh-web-icon-indicator 0.2.3

Choose a tag to compare

@waknow waknow released this 24 Aug 06:10

[0.2.3] - 2026-08-24

Changed

  • Added CHANGELOG.md with full release history (0.1.0–0.2.2) and linked it from both READMEs.
  • Introduced commit-and-tag-version (devDependency) with a .versionrc.json preset: releases are now a single npm run release:patch|minor|major — bumps package.json + lockfile, regenerates the CHANGELOG section, commits and tags vX.Y.Z, then CI publishes to npm automatically.

Full changelog: see CHANGELOG.md

dsh-web-icon-indicator 0.2.2

Choose a tag to compare

@waknow waknow released this 24 Aug 05:55

[0.2.2] - 2026-08-24

Changed

  • Added the awesome · DSH plugin listing badge to both READMEs (featured in awesome-dsh-plugin).
  • npm publishing is now fully automated on v* tags via GitHub Actions (OIDC trusted publishing, no token secrets) — verified end-to-end with this release.

Full changelog: see CHANGELOG.md

dsh-web-icon-indicator 0.2.1

Choose a tag to compare

@waknow waknow released this 24 Aug 05:55

[0.2.1] - 2026-08-21

Added

  • Settings card UX polish and favicon render robustness.
  • CI: publish to npm from GitHub Actions on version tags; verify the tag matches package.json before publishing; switch @deepseek-ai deps to peerDependencies.
  • Documentation: visualize the default config and all effects; settings card cycle field for animated states; Safari favicon dynamic-color research.

Fixed

  • Keep the heartbeat/bounce whale centered when the CSS animation runs.

Full changelog: see CHANGELOG.md

dsh-web-icon-indicator 0.2.0

Choose a tag to compare

@waknow waknow released this 24 Aug 05:55

[0.2.0] - 2026-08-20

Added

  • Full per-state visual configuration: effect / colors[] / speed per state, plus askingHoldMs / doneHoldMs timings.
  • DSH settings service integration (web-icon-indicator namespace) with a settings-page card — validate, persist to settings.yaml, and apply live to the running tab.
  • Sandbox-interception and approval waits surfaced as the asking state.
  • Background-tab animation fallback: wall-clock frames for animated states while requestAnimationFrame is paused in hidden tabs.
  • Polling resilience: a transient fetch failure restores the original icon and retries on the next tick instead of killing the poll.

Changed

  • Replaced the individual per-state SVG icons with a single base.svg whale template, recolored and animated entirely in the browser as data:image/svg+xml URIs.
  • Browser half rewritten to use shell UI primitives for the settings card.
  • Added live SVG previews of every state and effect to the READMEs.

Full changelog: see CHANGELOG.md

dsh-web-icon-indicator 0.1.0

Choose a tag to compare

@waknow waknow released this 24 Aug 05:55

[0.1.0] - 2026-08-19

Added

  • Initial release: browser tab favicon mirrors the DSH session state (idle / running / asking / done) with a single-color whale icon.
  • Repository metadata and install-from-source instructions.

Full changelog: see CHANGELOG.md