You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## v1.0.6 - 2024-04-13
8
+
9
+
### Changed
10
+
11
+
- Improved documentation of code.
12
+
13
+
## v1.0.5 - 2022-07-13
14
+
15
+
### Changed
16
+
17
+
- Changed how the variables used to change the color of output text, are formatted, in the hopes of increasing portability.
18
+
- Exit codes beyond 1, were reverted back to 1.
19
+
20
+
## v1.0.4 - 2022-07-10
21
+
22
+
### Changed
23
+
24
+
- Modified exit codes.
25
+
- No longer backs up `/etc/shadow`.
26
+
27
+
## v1.0.3 - 2020-12-01
28
+
29
+
### Changed
30
+
31
+
- Changed commenting style.
32
+
33
+
### Fixed
34
+
35
+
- Added missing variable to `echo`, resulting in the text color to remain cyan.
36
+
37
+
## v1.0.2 - N/A
38
+
39
+
### Changed
40
+
41
+
- Changed placement of `read -p "We will now disable the root account. Press [Enter] to continue."`.
0 commit comments