Releases: urbanware-org/inhibit
inhibit-1.4.1
Download
You may download the .tar.gz
archive (beginning with inhibit
) as it contains all project relevant files (including the source code) without any of the GitHub specific files that are not necessary in order to use the project.
Changelog
➕ New features:
- Added the hostname and IP address to the confirmation notice.
- Added the option to enable or disable dialog shadows.
- Added the option to send a notification (broadcast message) upon an inhibited command execution.
♻️ Revisions:
- Revised the config file (reorganized some options).
- Revised the dialog related code as well as some code in general (negligible changes).
inhibit-1.4.0
Download
You may download the .tar.gz
archive (beginning with inhibit
) as it contains all project relevant files (including the source code) without any of the GitHub specific files that are not necessary in order to use the project.
Changelog
➕ New features:
- Added some additional custom headers.
- Added the check if the given command (to inhibit) exists at all.
- Added the optional feature to use interactive dialogs to confirm the execution of the given command (instead of pure shell output).
- Added the separate function to apply the values from the config file or load the default values in case it is missing.
♻️ Revisions:
- Revised some output in the common core module (negligible changes).
- Revised the usage information (negligible changes).
inhibit-1.3.0
Download
You may download the .tar.gz
archive (beginning with inhibit
) as it contains all project relevant files (including the source code) without any of the GitHub specific files that are not necessary in order to use the project.
Changelog
➕ New features:
- Added the feature to allow multiple tries to confirm the hostname (or sequence).
- Added the feature to set a custom output header.
♻️ Revisions:
- Revised some output messages in general.
- Revised (replaced) the default output header (the previous one is still included as a text file).
- Revised the function to read and validate config file values inside the common core module (negligible changes).
inhibit-1.2.0
Download
You may download the .tar.gz
archive (beginning with inhibit
) as it contains all project relevant files (including the source code) without any of the GitHub specific files that are not necessary in order to use the project.
Changelog
➕ New features:
- Added the feature to also inhibit starting, stopping and restarting services when using
systemctl
.
♻️ Revisions:
- Revised (and reduced) the code inside the main script by moving code into core modules.
- Revised the config file (more features and additional comments).
- Revised the output of the main script (negligible changes).
inhibit-1.1.0
Changelog
➕ New features:
- Added a separate config file for user-defined options.
♻️ Revisions:
- Revised the script file (replaced hard-coded options with code to read config files).
inhibit-1.0.5
Initial release
The first version uploaded to GitHub.