Skip to content

Releases: LucasLarson/update

v1.4.4

21 Apr 14:19
v1.4.4
Compare
Choose a tag to compare

What’s changed

Full changelog: v1.4.3...v1.4.4

v1.4.3

08 Feb 23:23
v1.4.3
Compare
Choose a tag to compare

What’s changed

Full changelog: v1.4.2...v1.4.3

v1.4.2

14 Jan 16:42
v1.4.2
Compare
Choose a tag to compare

What’s changed

  • prepend calls to test with command -p for better replicability by @LucasLarson in #48

Full changelog: v1.4.1...v1.4.2

v1.4.1

13 Jan 22:47
v1.4.1
Compare
Choose a tag to compare

What’s changed

Full changelog: v1.4.0...v1.4.1

v1.4.0

11 Jan 20:08
v1.4.0
Compare
Choose a tag to compare

What’s changed

  • call POSIX-guaranteed utilities using command -p instead of command by @LucasLarson in #42

Full changelog: v1.3.1...v1.4.0

v1.3.1

29 Oct 21:47
v1.3.1
80b51a3
Compare
Choose a tag to compare

What’s changed

Full changelog: v1.3.0...v1.3.1

v1.3.0

27 Oct 13:37
v1.3.0
0380a67
Compare
Choose a tag to compare

What’s changed

Full changelog: v1.2.1...v1.3.0

v1.2.1

05 Oct 22:02
v1.2.1
Compare
Choose a tag to compare

What's Changed

  • Permit, even without an internet connection:
    • 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.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Jul 19:38
v1.2.0
195f7a8
Compare
Choose a tag to compare

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:

Full Changelog: v1.1.0...v1.2.0

v1.1.0

11 Jul 22:31
v1.1.0
df8d226
Compare
Choose a tag to compare

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