Skip to content

v0.7.2

Latest
Compare
Choose a tag to compare
@Itai-Nelken Itai-Nelken released this 24 Apr 12:59
· 6 commits to main since this release

THIS IS A SMALL FIX, I MADE A SMALL VISUAL BUG IN 0.7.0 & 0.7.1

Installation:

download the deb 👇. it works for all architectures, though the script will only run on all common architectures (arm 32bit and 64bit, x86/i386, and x86_64/amd64).

Changelog (0.7.0)

GIANT CHANGES AND IMPROVEMENTS!

  1. The install-deb function was depracated and removed, the clean-up function does the work now.
  2. Updated the clean-up function.
  3. Fixed some issues with the "$QBUILD" variable (where to compile QEMU).
  4. Re-wrote the error function, now it foes the work of the warning and warning-sleep functions.
  5. Improvements to the make-deb function and renamed it to cp-files, added error handling.
  6. Added variables holding the escape character "codes" used to format text.
  7. Completely re-wrote the ctrl_c function! now it know in what part of the script it was called, and cleans up according to that.
  8. Added the "$CALLCOMMAND" variable that lets me set the name of the script to use in the help function.
  9. Change to 'case' instead of 'if-then-elif-else' statment for the flags.
  10. Added the 'maintainer=' flag, so you can set the maintainer name when running the script!.
  11. If user selected to compile QEMU, ask where.
  12. bumped version to 0.7.0
  13. print errors to stderr
    and much much more I forgot to document...