Skip to content

Commit a802aef

Browse files
committed
doc: update CHANGELOG.md
1 parent e22f8e6 commit a802aef

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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.1.3 - 2024-04-13
8+
9+
Due to the poor maintenance of this repository, the changelog has not been updated as frequently as it should have been. The changes listed below are only the most recent changes.
10+
11+
### Changed
12+
13+
- Improved documentation of code.
14+
15+
## v1.0.5 - 2022-07-13
16+
17+
### Changed
18+
19+
- Changed how the variables used to change the color of output text, are formatted, in the hopes of increasing portability.
20+
- Exit codes beyond 1, were reverted back to 1.
21+
22+
## v1.0.4 - 2022-07-10
23+
24+
### Changed
25+
26+
- Modified exit codes.
27+
28+
## v1.0.3 - 2020-12-01
29+
30+
### Changed
31+
32+
- Changed some of the output text.
33+
34+
### Fixed
35+
36+
- Added missing variable to `echo`, resulting in the text color to remain cyan.
37+
38+
## v1.0.2 - N/A
39+
40+
### Added
41+
42+
- Added error catching when attempting to download lynis
43+
44+
### Fixed
45+
46+
- Fixed mistyped environmental variable from 'USER_SUDO' to 'SUDO_USER'
47+
48+
## v1.0.1 - N/A
49+
50+
### Added
51+
52+
- Now prompts the user before performing actions
53+
54+
### Fixed
55+
56+
- Fixed script not wanting to run as root
57+
58+
## v1.0.0 - N/A
59+
60+
- Initial creation

0 commit comments

Comments
 (0)