Releases: waknow/dsh-web-icon-indicator
Releases · waknow/dsh-web-icon-indicator
Release list
dsh-web-icon-indicator 0.2.3
[0.2.3] - 2026-08-24
Changed
- Added
CHANGELOG.mdwith full release history (0.1.0–0.2.2) and linked it from both READMEs. - Introduced
commit-and-tag-version(devDependency) with a.versionrc.jsonpreset: releases are now a singlenpm run release:patch|minor|major— bumpspackage.json+ lockfile, regenerates the CHANGELOG section, commits and tagsvX.Y.Z, then CI publishes to npm automatically.
Full changelog: see CHANGELOG.md
dsh-web-icon-indicator 0.2.2
[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
[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.jsonbefore publishing; switch@deepseek-aideps topeerDependencies. - 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
[0.2.0] - 2026-08-20
Added
- Full per-state visual configuration:
effect/colors[]/speedper state, plusaskingHoldMs/doneHoldMstimings. - DSH settings service integration (
web-icon-indicatornamespace) with a settings-page card — validate, persist tosettings.yaml, and apply live to the running tab. - Sandbox-interception and approval waits surfaced as the
askingstate. - Background-tab animation fallback: wall-clock frames for animated states while
requestAnimationFrameis 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+xmlURIs. - 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
[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