[Features]
-
Restart container image updates (applications that do not have a version change)
-
- They are not restarted by default. Which means the update was not actually applied
-
- Alternatively, turn off container image updates with
--ignore-img
** WARNING: These updates are not sent to post processing, since they do not have a version to rollback to, there's no point.
- Alternatively, turn off container image updates with
-
- So it's up to you if you'd like to take that risk. I have personally never had an application fail after a container image update, but its up to you.
-
Alternate Colors in DNS output, for better readability
-
--self-update
will now change to the latest tag if the branch was deleted -
The one line install has changed to source .rc files so
heavyscript
can be used immediately -
Added
--stop-app
--restart-app
--delete-app
, they all open a menu to do what you'd expect. -
- These can also be accessed with the menu
[Bugfixes]
-
Users with spaces in their pool names can now properly restore, and mount.
-
Undo option in script create (update apps) has been fixed
-
All direct comparisons have been changed to if statements, this will fix the error with non 0 exit codes occurring on a successful backup etc.