Skip to content

Commit 65a91de

Browse files
committed
doc: create CHANGELOG.md
1 parent e519ed5 commit 65a91de

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
### Changed
10+
11+
- Improved documentation and comments of code.
12+
13+
## v1.1.1 - 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+
- Other efficiency changes.
20+
21+
## v1.1.0 - 2022-07-10
22+
23+
### Added
24+
25+
- Sets `KbdInteractiveAuthentication` to `KbdInteractiveAuthentication no`.
26+
- This setting is introduced in Ubuntu 22.04, seeming to replace `ChallengeResponseAuthentication`.
27+
- Asks if the end user would like to overwrite the existing backup of `sshd_config`, if it exists.
28+
29+
### Changed
30+
31+
- Modified exit codes.
32+
- Modified the output text, depending on whether the specific configurations have already been set.
33+
- Updated the flags and regex used by `sed` to set the configurations.
34+
35+
## v1.0.3 - 2020-12-01
36+
37+
### Changed
38+
39+
- Changed commenting style.
40+
41+
### Fixed
42+
43+
- Added missing variable to `echo`, resulting in the text color to remain cyan.
44+
45+
## v1.0.2 - N/A
46+
47+
### Added
48+
49+
- Checks if `sshd_config` exists before attempting to modify the file.
50+
51+
## v1.0.1 - N/A
52+
53+
### Added
54+
55+
- Now prompts the user before performing actions.
56+
57+
### Fixed
58+
59+
- Fixed script not wanting to run as root.
60+
61+
## v1.0.0
62+
63+
- Initial creation.

0 commit comments

Comments
 (0)