Releases: phpMussel/CLI
phpMussel CLI v3.4.0
v3.4.0
Bugs fixed.
- [2024.10.15]: Parameters containing spaces weren't being parsed correctly by the recursiveCommand method; Fixed.
Other changes.
- [2024.10.15]: Added the ability to add special, optional flags after the parameter when using the scan command, with the intent to modify scan behaviour. The scanner can now also return data specific to those flags back to CLI.
phpMussel CLI v3.3.1
v3.3.1
- [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.
phpMussel CLI v3.3.0
v3.3.0
[2023.12.01; Maikuolan]: Improved escaping.
[2024.03.14~15; Maikuolan]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.
phpMussel CLI v3.2.1
3.2.1
[2022.11.22; Maikuolan]: Maintenance release.
phpMussel CLI v3.2.0
v3.2.0
[2023.09.04; New Feature; Maikuolan]: Added colouration to phpMussel's CLI mode. Added L10N for Afrikaans and Romanian.
phpMussel CLI v3.1.5
v3.1.5
[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi.
phpMussel CLI v3.1.4
v3.1.4
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.
phpMussel CLI v3.1.3
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.
phpMussel CLI v3.1.2
v3.1.2
[2022.03.24; Bug-fix; Maikuolan]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231).
phpMussel CLI v3.1.1
v3.1.1
[2021.01.10; Maikuolan]: Separated the code for performing outbound requests through cURL out to its own independent class.