Skip to content

Commit fdaf5b5

Browse files
committed
doc: add CHANGELOG.md
1 parent d649b17 commit fdaf5b5

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

hardening/Root Locker/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
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."`.
42+
43+
## v1.0.0 - N/A
44+
45+
- Initial creation.

0 commit comments

Comments
 (0)