Skip to content

Commit eb13df0

Browse files
committed
Improve the structure of the changelog file.
1 parent 81c46c2 commit eb13df0

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

Changelog.md

+15-17
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,49 @@
11
### v3.0.0
22

3-
[2020.07.20; Maikuolan] First stable release for the phpMussel v3 CLI handler.
3+
- [2020.07.20] First stable release for the phpMussel v3 CLI handler.
44

55
__*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Core", "phpMussel CLI-mode", "phpMussel Front-End", and "phpMussel Uploads Handler" ("phpMussel Web") were all bundled together as a single repository (phpMussel/phpMussel). Since phpMussel v3, these each all have their own, separate repositories. I've opted to start releases at this repository (phpMussel/CLI) at *v3.0.0*, in order to avoid confusion with previous versions of the "phpMussel CLI-mode" which exist outside this repository.
66

77
### v3.1.0
88

9-
[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc).
9+
- [2020.12.04]: Maintenance release (dependencies update, repository cleanup, etc).
1010

1111
### v3.1.1
1212

13-
[2021.01.10; Maikuolan]: Separated the code for performing outbound requests through cURL out to its own independent class.
13+
- [2021.01.10]: Separated the code for performing outbound requests through cURL out to its own independent class.
1414

1515
### v3.1.2
1616

17-
[2022.03.24; Bug-fix; Maikuolan]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231).
17+
#### Bugs fixed.
18+
- [2022.03.24]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231).
1819

1920
### v3.1.3
2021

21-
[2022.08.18; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian.
22-
23-
[2022.08.23; Maikuolan]: Added some limited homoglyph support for some CLI commands.
22+
- [2022.08.18]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian.
23+
- [2022.08.23]: Added some limited homoglyph support for some CLI commands.
2424

2525
### v3.1.4
2626

27-
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.
27+
- [2022.11.20]: Avoid packaging unnecessary files into dist.
2828

2929
### v3.1.5
3030

31-
[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi.
31+
- [2023.04.30]: Added L10N for Bulgarian, Czech, and Punjabi.
3232

3333
### v3.2.0
3434

35-
[2023.09.04; New Feature; Maikuolan]: Added colouration to phpMussel's CLI mode. Added L10N for Afrikaans and Romanian.
35+
- [2023.09.04]: Added colouration to phpMussel's CLI mode. Added L10N for Afrikaans and Romanian.
3636

3737
### 3.2.1
3838

39-
[2022.11.22; Maikuolan]: Maintenance release.
39+
- [2022.11.22]: Maintenance release.
4040

4141
### v3.3.0
4242

43-
[2023.12.01; Maikuolan]: Improved escaping.
44-
45-
[2024.03.14~15; Maikuolan]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.
43+
- [2023.12.01]: Improved escaping.
44+
- [2024.03.14~15]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.
4645

4746
### v3.3.1
4847

49-
[2024.07.02; Maikuolan]: Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant).
50-
51-
[2024.09.02; Maikuolan]: Code-style patch.
48+
- [2024.07.02]: Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant).
49+
- [2024.09.02]: Code-style patch.

0 commit comments

Comments
 (0)