Skip to content

Tags: woodie/huck

Tags

v0.5.0

Toggle v0.5.0's commit message
huck v0.5.0

A real About dialog (name, version, copyright) replacing jpackage's
generic default. macOS is now a real release target: a signed and
notarized .pkg installer, built via zouk's existing Developer ID
certs and notarization credentials.

v0.4.1

Toggle v0.4.1's commit message
huck v0.4.1

Hand-drawn wire-haired pointer running-dog animation, replacing the
golden-retriever-recolored placeholder. macOS Dmg/Pkg packaging fixed
(jpackage rejected the 0.x app-version).

v0.2.2

Toggle v0.2.2's commit message
v0.2.2: fixes the running window/taskbar showing the generic Java icon

instead of Huck's own (Window's icon parameter wasn't set). Carries
forward v0.2.1's NoClassDefFoundError fix unchanged.

v0.2.1

Toggle v0.2.1's commit message
v0.2.1: fixes the packaged .msi crashing on connect() with

NoClassDefFoundError: java/net/http/HttpClient (jpackage's trimmed JDK
runtime was missing the java.net.http module; includeAllModules = true
bundles the full JDK instead). Everything else from v0.2.0 carries
forward unchanged.