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.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'
0 commit comments