Releases: amanthanvi/updates
Releases · amanthanvi/updates
v2.0.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: add native Windows support for v2 by @amanthanvi in #3
New Contributors
- @amanthanvi made their first contribution in #3
Full Changelog: v1.3.0...v2.0.0
v1.3.0
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Full Changelog: v1.0.2...v1.2.0
v1.1.0
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Fix: interactive prompts (apt-get upgrade Y/n, dnf, pacman --noconfirm, etc.) no longer abort due to stdin being consumed by the module registry loop.
Root cause: while read ... done <<<"$MODULE_REGISTRY" redirected stdin for the entire loop body. Child processes inherited this redirected stdin instead of the terminal. Fixed by reading from fd 3 (read -u3 ... done 3<<<).
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: v0.9.0...v1.0.0
v0.9.0
Full Changelog: v0.8.1...v0.9.0
v0.8.1
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Full Changelog: v0.7.0...v0.8.0