-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
65 lines (44 loc) · 2.5 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
CHANGELOG (Inhibit)
Next release (outstanding)
+ Added some additional notifications (broadcast messages) when the
execution of inhibited commands were confirmed or canceled (in case
the notification option is enabled).
Version 1.4.1 (2024-07-02)
+ 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.
* Revised the config file (reorganized some options).
* Revised the dialog related code as well as some code in general
(negligible changes).
Version 1.4.0 (2024-03-06)
+ 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.
* Revised some output in the common core module (negligible changes).
* Revised the usage information (negligible changes).
Version 1.3.0 (2021-11-11)
+ Added the feature to allow multiple tries to confirm the hostname
(or sequence).
+ Added the feature to set a custom output header.
* 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).
Version 1.2.0 (2019-10-08)
+ Added the feature to also inhibit starting, stopping and restarting
services when using 'systemctl'.
* 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).
Version 1.1.0 (2019-09-20)
+ Added a separate config file for user-defined options.
* Revised the script file (replaced hard-coded options with code to
read config files).
Version 1.0.5 (2018-12-17)
* First official release of this major version.