Skip to content

Releases: mamekudz/microGulp

µGulp V0.5.20

Choose a tag to compare

@mamekudz mamekudz released this 13 Jul 09:53

Highlights

  • Fix: the dashboard logo/title restart button now shows a visible CSS tooltip on hover (data-tip) — native HTML title tooltips are unreliable in VS Code/Cursor webviews

Packages

  • microgulp_V0.5.20.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.20.zip — PhpStorm plugin (JCEF + Node sidecar)

Install

Cursor/VS Code: install the .vsix, then reload the window.

PhpStorm: Settings → Plugins → gear → Install Plugin from Disk…

µGulp V0.5.19

Choose a tag to compare

@mamekudz mamekudz released this 13 Jul 09:43

Highlights

  • Logo restart: click the µGulp™ header (logo + title) to rescan gulpfiles and refresh warm workers — hand cursor and tooltip
  • Speech voice picker: choose automatic language matching or a fixed system voice; clearer host hints for JCEF/PhpStorm and improved test feedback
  • Marketplace watch CI: GitHub Actions runs a daily scan and opens/updates an issue on new suspect or critical marketplace listings

Packages

  • microgulp_V0.5.19.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.19.zip — PhpStorm plugin (JCEF + Node sidecar)

Install

Cursor/VS Code: install the .vsix, then reload the window.

PhpStorm: Settings → Plugins → gear → Install Plugin from Disk…

µGulp V0.5.18

Choose a tag to compare

@mamekudz mamekudz released this 11 Jul 06:51

Highlights

  • Retry button for failed task runs (re-starts the same task in a new run sector)
  • Queue wait reasons for queued runs (parallel limit, exclusive task, duplicate run, execution restrictions)
  • Build provenance fingerprints for clone detection (.provenance.json, wire events, logs, CSS/HTML meta)
  • Marketplace watch tooling (npm run watch:marketplace) for VS Code, Open VSX and JetBrains listings
  • Cleaner theme/package builds (optional cursor PSD render, PNG fallback, no debug spam in dashboard builds)

Packages

  • microgulp_V0.5.18.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.18.zip — PhpStorm plugin (JCEF + Node sidecar)

Install

Cursor/VS Code: install the .vsix, then reload the window.

PhpStorm: Settings → Plugins → gear → Install Plugin from Disk…

V0.5.17

Choose a tag to compare

@mamekudz mamekudz released this 09 Jul 12:52

Highlights

  • µEnabled — boolean or predicate function; optional µDisabledTooltip for greyed-out dashboard entries
  • Disabled tasks: no click, engine rejects start-task; muted styling with nooperation skin cursor
  • Dynamic metadata refresh after each run and via NotifyTasksChanged()
  • gulp-mu-gulp-api 0.3.9 on npm (NotifyTasksChanged)

Assets

  • microgulp_V0.5.17.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.17.zip — PhpStorm plugin

V0.5.16

Choose a tag to compare

@mamekudz mamekudz released this 08 Jul 06:42

Highlights

  • Compact single-row dashboard header: brand, subline, pool indicator and actions on one line
  • Ghost-style header action buttons — transparent, lightweight hover instead of heavy carbon texture
  • History and settings buttons in static host HTML (VS Code webview and HTTP dashboard)
  • Fix: DashboardServer serves .json assets (i18x catalogs, hyphenation) — resolves demo:web 404s
  • Fix: _ApplyStaticTexts null-safe when header elements are absent

Assets

  • microgulp_V0.5.16.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.16.zip — PhpStorm plugin (JCEF toolwindow + Node sidecar)

µGulp V0.5.15

Choose a tag to compare

@mamekudz mamekudz released this 08 Jul 06:09

µGulp™ V0.5.15

Rock your Gulp!

µGulp™, the interactive near-zero-latency task orchestrator with rich visuals, webview controls, and audio feedback.

Highlights

  • Marketing slogan in the dashboard header, VS Code/Cursor marketplace description and README (localized German tagline: stylische Dashboard-Ausgabe).
  • Locale-specific README screenshotsExample_Dashboard_en-US.png and Example_Dashboard_de-DE.png replace the legacy single snapshot.

Artifacts

  • microgulp_V0.5.15.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.15.zip — PhpStorm plugin (test build)

µGulp V0.5.14

Choose a tag to compare

@mamekudz mamekudz released this 07 Jul 19:46

µGulp™ V0.5.14

  • Persistent task history & file logging: every run is written to .microgulp/logs (raw .log transcript + structured .ndjson stream), a history.ndjson index survives dashboard reconnects and IDE restarts, and a new dashboard history panel opens each transcript (logToFile, logDirectory, logRetention).
  • New structured log elements rendered inline in the run log — CSP-safe (DOM/SVG only, no scripts, no iframe, no plugin required):
    • LogCallout — info/success/warning/error box
    • LogKeyValue — metrics / build summary list
    • LogBadges — status chips
    • LogCode — monospace code block
    • LogChart — inline-SVG bar chart
  • Higher-contrast structured-log styling (chart labels, key names, badges) for the dark carbon theme.
  • gulp-mu-gulp-api 0.3.8: the five new Log* helpers with readable CLI/CI stdout fallbacks — published to npm.

Artifacts

  • microgulp_V0.5.14.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.14.zip — PhpStorm plugin (test build)

µGulp V0.5.12

Choose a tag to compare

@mamekudz mamekudz released this 07 Jul 12:42

Auto skin under PhpStorm/JCEF now follows the real IntelliJ light/dark theme. The Node sidecar reports the IDE theme via --host-theme (injected as __MICROGULP_HOST_THEME), so the 'Automatic' dashboard skin no longer defaults to ice-light in a dark PhpStorm.

µGulp 0.5.11

Choose a tag to compare

@mamekudz mamekudz released this 07 Jul 11:58

µGulp™ 0.5.11

  • New light skin "ice-light": a frosted-glass surface with a cool blue outward glow — a bright companion to the dark neon-carbon default.
  • Theme-aware skin picker (Settings → Appearance) with an Automatic mode that follows the IDE/OS light or dark theme at runtime.
  • Settings panel layout fix: sliders and selects no longer widen the panel or trigger a horizontal scrollbar.
  • Browser demo: microgulp-serve --http keeps serving without a wired stdin; new npm run demo:web opens the demo dashboard in the browser (no extension-host debugger timeout).

Artifacts

  • microgulp_V0.5.11.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_V0.5.11.zip — PhpStorm plugin (test build)

µGulp V0.5.10

Choose a tag to compare

@mamekudz mamekudz released this 07 Jul 11:04

Highlights

  • Multi-skin layout: one directory per skin under skins/ (neon-carbon default); CREATE_THEME_DATA builds every discovered skin into src/webview/skins//
  • Optional form reminder: nudge users when a dashboard form waits unanswered (configurable delay, sound and/or speech; repeats until answered)
  • gulp-mu-ps 1.3.5: defensive compositor fix for pixel layers without a data buffer (ag-psd edge cases)

Assets

  • microgulp_latest.vsix — VS Code / Cursor extension
  • microgulp-phpstorm_latest.zip — PhpStorm plugin