Skip to content

Commit 618a5b9

Browse files
Merge pull request #37 from StrangeRanger/dev
Update guidelines and improve wording of text
2 parents 8fb473e + c1b52c3 commit 618a5b9

File tree

4 files changed

+105
-81
lines changed

4 files changed

+105
-81
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"Bashism",
44
"Bashisms",
55
"betterem",
6+
"ccze",
67
"CLRLN",
78
"elif",
89
"filelist",

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [2024.12.15] - 2024-12-15
10+
11+
### Changed
12+
13+
- **Guidelines**: Introduced another option for continuation lines for control structures.
14+
- `Aesthetics -> Formatting Control Structures`
15+
- **Guidelines**: Modify how global variables should be documented.
16+
- `Aesthetics -> Comments -> Function Comments`
17+
- Update the wording of the guidelines and additional text.
18+
919
## [2024.12.4] - 2024-12-04
1020

1121

@@ -16,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1626
### Changed
1727

1828
- Complete rewrite of the style guide.
19-
- Convert standard markdown of guide to "MkDocs + Material for MkDocs".
29+
- Convert standard markdown of guide to `MkDocs` + `Material for MkDocs`.
2030

2131
## [2022.7.13] - 2022-07-13
2232

@@ -109,7 +119,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
109119

110120
N/A
111121

112-
[unreleased]: https://github.com/StrangeRanger/bash-style-guide/compare/2024.12.4...HEAD
122+
[unreleased]: https://github.com/StrangeRanger/bash-style-guide/compare/2024.12.15...HEAD
123+
[2024.12.15]: https://github.com/StrangeRanger/bash-style-guide/releases/tag/2024.12.15
113124
[2024.12.4]: https://github.com/StrangeRanger/bash-style-guide/releases/tag/2024.12.4
114125
[2022.7.13]: https://github.com/StrangeRanger/bash-style-guide/releases/tag/2022.7.13
115126
[2022.7.11]: https://github.com/StrangeRanger/bash-style-guide/releases/tag/2022.7.11

0 commit comments

Comments
 (0)