Skip to content

1.4 is out!

Compare
Choose a tag to compare
@xplshn xplshn released this 09 Mar 15:38
· 143 commits to master since this release
ac681d1
1.4 is out and it comes with the following new thingies:
  • Now using the 'flag' package.
  • Better argument parsing
  • run now receives a --transparent flag, which means if the binary you ask it to run is already on the system, it won't download it. Which makes scripting with bigdl (use stubdl with curl or wget piped to sh) a breeze! Your scripts could be made in SH and grab BASH to run a small snippet of Bash, making it very easy to have your script run on a wide variety of (linux)distros!
  • install/add now has a --fancy and a --truncate flag, truncate makes your install message be truncated to fit the screen's size, and --fancy allows you to replace %s" with the name of the installed program. Which is great for scripting with bigdl/stubdl
  • Fixed bugs with "update" not showing the progress counter correctly (mutex trauma)
  • Now most fatal errors have an error code. See the errorOut() and errorEncoder() function in helperFunctions.go
  • Refactored a big portion of the code

Should I update? Well, YES, if you care about the new changes.

BigDL releases are compressed with UPX -9.
thanks for using my project. I appreciate your feedback