Skip to content

Releases: phpMussel/CLI

phpMussel CLI v3.4.0

15 Oct 14:49
v3.4.0
a32e007
Compare
Choose a tag to compare

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

15 Oct 07:26
v3.3.1
eb13df0
Compare
Choose a tag to compare

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

15 Mar 07:45
v3.3.0
76be388
Compare
Choose a tag to compare

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

22 Nov 04:38
v3.2.1
cdfb4ac
Compare
Choose a tag to compare

3.2.1

[2022.11.22; Maikuolan]: Maintenance release.

phpMussel CLI v3.2.0

08 Oct 06:08
v3.2.0
9e033f6
Compare
Choose a tag to compare

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

06 Jun 06:06
v3.1.5
5d3c498
Compare
Choose a tag to compare

v3.1.5

[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi.

phpMussel CLI v3.1.4

22 Nov 06:08
v3.1.4
2339580
Compare
Choose a tag to compare

v3.1.4

[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.

phpMussel CLI v3.1.3

22 Aug 17:03
v3.1.3
4dafc2e
Compare
Choose a tag to compare

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

25 Mar 13:41
v3.1.2
cff833b
Compare
Choose a tag to compare

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

03 Mar 13:16
ebbd4b0
Compare
Choose a tag to compare

v3.1.1

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