|
1 | 1 | ### v3.0.0
|
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | __*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.
|
6 | 6 |
|
7 | 7 | ### v3.1.0
|
8 | 8 |
|
9 |
| -[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc). |
| 9 | +- [2020.12.04]: Maintenance release (dependencies update, repository cleanup, etc). |
10 | 10 |
|
11 | 11 | ### v3.1.1
|
12 | 12 |
|
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. |
14 | 14 |
|
15 | 15 | ### v3.1.2
|
16 | 16 |
|
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). |
18 | 19 |
|
19 | 20 | ### v3.1.3
|
20 | 21 |
|
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. |
24 | 24 |
|
25 | 25 | ### v3.1.4
|
26 | 26 |
|
27 |
| -[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist. |
| 27 | +- [2022.11.20]: Avoid packaging unnecessary files into dist. |
28 | 28 |
|
29 | 29 | ### v3.1.5
|
30 | 30 |
|
31 |
| -[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi. |
| 31 | +- [2023.04.30]: Added L10N for Bulgarian, Czech, and Punjabi. |
32 | 32 |
|
33 | 33 | ### v3.2.0
|
34 | 34 |
|
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. |
36 | 36 |
|
37 | 37 | ### 3.2.1
|
38 | 38 |
|
39 |
| -[2022.11.22; Maikuolan]: Maintenance release. |
| 39 | +- [2022.11.22]: Maintenance release. |
40 | 40 |
|
41 | 41 | ### v3.3.0
|
42 | 42 |
|
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. |
46 | 45 |
|
47 | 46 | ### v3.3.1
|
48 | 47 |
|
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