Skip to content

Evilander/newamp

v1.1.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 18d Media Servers
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Updates Audiophile credentials, Highlights, and Library intelligence across a mixed release.

Changes in this release

Feature Medium

Volume control from 0–200% with VLC-style red-zone boost after limiter.

Volume control from 0–200% with VLC-style red-zone boost after limiter.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

ReplayGain (track and album modes) implemented.

ReplayGain (track and album modes) implemented.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

10-band EQ with software limiter featuring preamp dB control.

10-band EQ with software limiter featuring preamp dB control.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

WASAPI output device picker with test tone functionality.

WASAPI output device picker with test tone functionality.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Lossless WAV export from the Now Playing header.

Lossless WAV export from the Now Playing header.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

`content-visibility: auto` long-list rule and lazy art for smooth scrolling on large catalogs.

`content-visibility: auto` long-list rule and lazy art for smooth scrolling on large catalogs.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Four UI shells (Retro, Modern, Liquid Glass, Concourse) available in Settings.

Four UI shells (Retro, Modern, Liquid Glass, Concourse) available in Settings.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Four compact deck skins (Bento, Record Player, Jukebox, Cassette Deck).

Four compact deck skins (Bento, Record Player, Jukebox, Cassette Deck).

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Thirteen color skins included, with full Winamp 2.x wsz import support.

Thirteen color skins included, with full Winamp 2.x wsz import support.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Real per-pixel canvas tint for the Heidecker logo matching selected skin.

Real per-pixel canvas tint for the Heidecker logo matching selected skin.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Live AudioContext sample-rate and bit-depth readout in Settings → Audio.

Live AudioContext sample-rate and bit-depth readout in Settings → Audio.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Support for 16 input audio formats (MP3, FLAC, OGG, Opus, WAV, M4A, AAC, WMA, AIFF, APE, WV, MPC, TTA, MKA, AC3, AIF).

Support for 16 input audio formats (MP3, FLAC, OGG, Opus, WAV, M4A, AAC, WMA, AIFF, APE, WV, MPC, TTA, MKA, AC3, AIF).

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

0–100 decimal track scoring with drag, scroll-wheel, and type input methods.

0–100 decimal track scoring with drag, scroll-wheel, and type input methods.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Bloomberg-density Now Playing side panel with editorial, musician tools, and lyrics tabs.

Bloomberg-density Now Playing side panel with editorial, musician tools, and lyrics tabs.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Magazine Home displaying smart Today's Pick based on high-rated, infrequently played tracks with reason chip.

Magazine Home displaying smart Today's Pick based on high-rated, infrequently played tracks with reason chip.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Auto DJ generating BPM/key-aware harmonic mixes and learning user taste for smart playlists.

Auto DJ generating BPM/key-aware harmonic mixes and learning user taste for smart playlists.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Last.fm scrobbling with offline outbox support.

Last.fm scrobbling with offline outbox support.

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

NewAmp v1.1.0 — first public release

A Winamp-inspired modern desktop music player for Windows. Your local library. Your rules. No streaming. No cloud. No telemetry.

Downloads

| Asset | Purpose |
| --- | --- |
| Newamp Setup 1.1.0.exe | NSIS installer — installs to %LOCALAPPDATA%, registers file associations for 16 audio + 4 playlist formats |
| Newamp Portable 1.1.0.exe | Single-file portable — no install, no registry writes, runs from anywhere |
| SHA256SUMS.txt | SHA256 hashes for the binaries above — verify before launch |

Windows SmartScreen may warn on first launch because NewAmp ships without a paid code-signing certificate. Click More info → Run anyway, or verify against SHA256SUMS.txt.

Highlights

Four UI shells, four deck skins, 13 color skins

  • UI shells (Settings → Shell · Layout) — Retro, Modern, Liquid Glass, Concourse
  • Deck (compact) skins — Bento, Record Player (spinning vinyl + swinging tonearm), Jukebox (Wurlitzer arch + bubble tubes), Cassette Deck (twin rotating reels)
  • Color skins — Classic, Ops, Midnight, Neon, Amber, Oxide, Steel, Walnut, Jukebox, Terminal, Ice, Miami, Mono, plus full Winamp 2.x .wsz import
  • Themed Heidecker logo — real per-pixel canvas tint follows whichever skin you pick

Audiophile credentials

  • 0–200% volume with VLC-style red-zone past unity (+6 dB boost after the limiter)
  • ReplayGain (track + album modes), 10-band EQ, software limiter with preamp dB control
  • Live AudioContext sample-rate / bit-depth readout in Settings → Audio
  • WASAPI output device picker with test tone
  • Lossless WAV export from the Now Playing header
  • 16 input formats: MP3 / FLAC / OGG / Opus / WAV / M4A / AAC / WMA / AIFF / APE / WV / MPC / TTA / MKA / AC3 / AIF

Library scale

  • Tested on 60,000+ track libraries
  • content-visibility: auto long-list rule and lazy art means scrolling stays smooth even on huge catalogs

Library intelligence

  • 0–100 decimal track scoring (drag, scroll-wheel, type)
  • Bloomberg-density Now Playing with tabbed side panel (On Air editorial / Studio musician tools / Lyrics)
  • Magazine Home with smart Today's Pick (high-rated, not played in 6+ weeks, with reason chip)
  • Auto DJ with BPM/key-aware harmonic mixes and taste-learning smart playlists
  • Last.fm scrobbling with offline outbox

Verification

# After download
certutil -hashfile "Newamp Setup 1.1.0.exe" SHA256
# Compare against SHA256SUMS.txt

Full changelog

See CHANGELOG.md.

Build from source

git clone https://github.com/evilander/newamp.git
cd newamp
npm install
npm run package

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

Track Evilander/newamp

Get notified when new releases ship.

Sign up free

About Evilander/newamp

All releases →

Related context

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]