Releases: LucasLarson/update
Releases · LucasLarson/update
v1.2.0
What's Changed
- Permit:
- copy–pasting (⌘A, ⌘C, ⌘V),
- direct execution (
./update
), or - sourcing (
. ./update
).
- Respect
$SHLVL
by not:- increasing the number of subshells at initiation, and not
- decreasing the number at completion.
- Conform to POSIX by:
- removing
exec -l
; POSIX defines no-l
option forexec
(POSIXexec
; SC3038; #32)
- removing
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- notify when a new version is available (#15, #29) (@klodeckl)
- repair
sleep
calls for Busybox (bbea45fcff
) - match GNU
sed
debug formatting (#29) - check for updates and connection with more widely accessible hosts (#29)
- upgrade, repair changelog generator (#31)
- add end-of-options delimiter to
read
(#30) - restore date of last modification to script (#28)
- skip loading run-commands file load before shell restart (#27)
- bump github/super-linter from 4 to 5 (#26)
- improve
npm
syntax (#13, #14, #24) - send informational text to standard error (#22, #23)
- optimize
find
commands (#21) - ensure
~/.Brewfile
opens with Ruby hashbang (#17) - remove dummy variable (
66a8ca8d7e
)
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v0.0.1
✅ initial public release
Full Changelog: v0.0.0...v0.0.1