-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the structure of the changelog file.
- Loading branch information
Showing
1 changed file
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,49 @@ | ||
### v3.0.0 | ||
|
||
[2020.07.20; Maikuolan] First stable release for the phpMussel v3 CLI handler. | ||
- [2020.07.20] First stable release for the phpMussel v3 CLI handler. | ||
|
||
__*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. | ||
|
||
### v3.1.0 | ||
|
||
[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc). | ||
- [2020.12.04]: Maintenance release (dependencies update, repository cleanup, etc). | ||
|
||
### v3.1.1 | ||
|
||
[2021.01.10; Maikuolan]: Separated the code for performing outbound requests through cURL out to its own independent class. | ||
- [2021.01.10]: Separated the code for performing outbound requests through cURL out to its own independent class. | ||
|
||
### v3.1.2 | ||
|
||
[2022.03.24; Bug-fix; Maikuolan]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231). | ||
#### Bugs fixed. | ||
- [2022.03.24]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231). | ||
|
||
### v3.1.3 | ||
|
||
[2022.08.18; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian. | ||
|
||
[2022.08.23; Maikuolan]: Added some limited homoglyph support for some CLI commands. | ||
- [2022.08.18]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian. | ||
- [2022.08.23]: Added some limited homoglyph support for some CLI commands. | ||
|
||
### v3.1.4 | ||
|
||
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist. | ||
- [2022.11.20]: Avoid packaging unnecessary files into dist. | ||
|
||
### v3.1.5 | ||
|
||
[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi. | ||
- [2023.04.30]: Added L10N for Bulgarian, Czech, and Punjabi. | ||
|
||
### v3.2.0 | ||
|
||
[2023.09.04; New Feature; Maikuolan]: Added colouration to phpMussel's CLI mode. Added L10N for Afrikaans and Romanian. | ||
- [2023.09.04]: Added colouration to phpMussel's CLI mode. Added L10N for Afrikaans and Romanian. | ||
|
||
### 3.2.1 | ||
|
||
[2022.11.22; Maikuolan]: Maintenance release. | ||
- [2022.11.22]: Maintenance release. | ||
|
||
### v3.3.0 | ||
|
||
[2023.12.01; Maikuolan]: Improved escaping. | ||
|
||
[2024.03.14~15; Maikuolan]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian. | ||
- [2023.12.01]: Improved escaping. | ||
- [2024.03.14~15]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian. | ||
|
||
### v3.3.1 | ||
|
||
[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). | ||
|
||
[2024.09.02; Maikuolan]: Code-style patch. | ||
- [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). | ||
- [2024.09.02]: Code-style patch. |