Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 23:02
v0.2.0 — Linux x86_64

New: Linux build. Requires glibc 2.35+ (Ubuntu 22.04+, Debian 12+, Mint 21+,
Pop!_OS 22.04+, Fedora 36+, Arch, openSUSE 15.5+). Nothing to install — Tcl/Tk and
the X11 client libs are bundled, so glibc is the only external dependency.

Fixed (Linux): the browser now opens reliably. PyInstaller's bootloader was leaking
the bundle's libraries into xdg-open via LD_LIBRARY_PATH, so the browser could fail
to start against our bundled libstdc++/libfreetype while the server ran fine.

Fixed (all platforms): captures whose names begin with "." no longer write invisible
dotfiles into ~/NAM-A2A1-out/.

Linux and Windows are verified in CI (the frozen binary's full import graph) but have
not been run on real hardware — no conversion has been completed on either. macOS is
tested end to end.