Skip to content

Releases: amanthanvi/updates

v2.0.0

08 Jun 02:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0

14 Apr 23:21

Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 Mar 00:00

Choose a tag to compare

Full Changelog: v1.0.2...v1.2.0

v1.1.0

21 Mar 18:56

Choose a tag to compare

Full Changelog: v1.0.2...v1.1.0

v1.0.2

19 Mar 23:43

Choose a tag to compare

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

09 Mar 17:38

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

07 Feb 14:55

Choose a tag to compare

Full Changelog: v0.9.0...v1.0.0

v0.9.0

07 Feb 14:44

Choose a tag to compare

Full Changelog: v0.8.1...v0.9.0

v0.8.1

30 Jan 07:03

Choose a tag to compare

Full Changelog: v0.8.0...v0.8.1

v0.8.0

30 Jan 06:44

Choose a tag to compare

Full Changelog: v0.7.0...v0.8.0