This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryRebuilt shaders to adopt MilkDrop visual language and fixed invisible album‑art overlay.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Feedback field now applies per-frame zoom, rotation, swirl, and hue-rotation effects. Feedback field now applies per-frame zoom, rotation, swirl, and hue-rotation effects. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Feature | Medium |
Emitters changed to crisp shapes: ring (kick), spike-star (snare), pinpoint+cross-streak (hat), tighter blob (vocal), hard-rim core. Emitters changed to crisp shapes: ring (kick), spike-star (snare), pinpoint+cross-streak (hat), tighter blob (vocal), hard-rim core. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Feature | Medium |
Composite now maps intensity through a dark‑accent‑light palette ramp with reduced bloom and ACES tone-mapping. Composite now maps intensity through a dark‑accent‑light palette ramp with reduced bloom and ACES tone-mapping. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Bugfix | Medium |
Fixed album‑art overlay invisibility on Eviland by changing blend mode and opacity. Fixed album‑art overlay invisibility on Eviland by changing blend mode and opacity. Source: llm_adapter@2026-05-30 Confidence: high |
— |
| Refactor | Low |
Rebuilt shaders to adopt MilkDrop visual language for Eviland. Rebuilt shaders to adopt MilkDrop visual language for Eviland. Source: llm_adapter@2026-05-30 Confidence: high |
— |
Full changelog
Changed — Eviland looks like MilkDrop now, not a white cloud
Eviland reacted correctly but rendered as a flat, pale cloud because three things each pushed toward "diffuse white": the feedback field only applied soft curl-noise (no structured motion), emitters were soft gaussian blobs, and the final composite was raw additive (field + bloom), so accumulating energy summed straight to white. Rebuilt the shaders to adopt MilkDrop's actual visual language while keeping Eviland's 24-band causal reactivity:
- Feedback field now does a MilkDrop-style per-frame transform of the previous frame — inward zoom (kick/bass-driven tunnel rush), rotate + swirl (energy/beat-driven spirals), curl-noise detail on top — and a YIQ hue-rotation so trails drift through colors as they age (the signature MilkDrop palette feel). Section seed sets the spin direction so a returning chorus rhymes.
- Emitters sharpened from blobs into crisp shapes: thin bright ring (kick), spike-star burst (snare), pinpoint + cross-streak sparkle (hat), tighter blob (vocal), hard-rim core.
- Composite maps field intensity through a dark→accent→light palette ramp (color depth, not a brightness ramp to white), with bloom mixed at half weight as glow rather than flood, ACES tone-mapping, and dark-grounded empty zones.
Fixed — album-art overlay invisible on Eviland
The fullscreen album-cover overlay used mix-blend-mode: screen at 0.34 opacity, which washed out completely against Eviland's bright field. It now uses normal blending at 0.72 so the cover reads clearly over any visualizer.
Full Changelog: https://github.com/Evilander/newamp/compare/v1.7.1...v1.7.2
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Evilander/newamp
All releases →Related context
Related tools
Earlier breaking changes
- v1.5.7 IPC argument order standardized to (albumArtist, album) across all call sites
- v1.5.7 Breaking: IPC argument order aligned to (albumArtist, album) everywhere
- v1.5.7 Breaking: setAlbumRatingScore and getAlbumRating throw on missing input
- v1.5.6 Milkdrop broken on 1.5.4 and 1.5.5 builds; upgrade recommended.
- v1.5.5 Upgrade strongly recommended; version 1.5.4 cannot display albums.
Beta — feedback welcome: [email protected]