Skip to content

Releases: symfony/console

v5.3.0-BETA3

09 May 16:30
v5.3.0-BETA3
Compare
Choose a tag to compare
v5.3.0-BETA3 Pre-release
Pre-release

Changelog (v5.3.0-BETA2...v5.3.0-BETA3)

  • bug #41113 Fix Windows code page support (orkan)

v5.3.0-BETA2

01 May 15:06
v5.3.0-BETA2
Compare
Choose a tag to compare
v5.3.0-BETA2 Pre-release
Pre-release

Changelog (v5.3.0-BETA1...v5.3.0-BETA2)

  • bug #41013 Remove spaces between arguments GithubActionReporter (franmomu)
  • bug #40986 Negatable option are null by default (jderusse)

v5.2.7

01 May 14:56
v5.2.7
Compare
Choose a tag to compare

Changelog (v5.2.6...v5.2.7)

  • bug #40698 Add Helper::width() and Helper::length() (Nyholm, grasmash)

v4.4.22

01 May 14:48
v4.4.22
Compare
Choose a tag to compare

Changelog (v4.4.21...v4.4.22)

  • no significant changes

v5.2.6

29 Mar 05:20
v5.2.6
Compare
Choose a tag to compare

Changelog (v5.2.5...v5.2.6)

  • bug #40593 Uses the correct assignment action for console options depending if they are short or long (topikito)
  • bug #40524 fix emojis messing up the line width (MarionLeHerisson)
  • bug #40348 Fix line wrapping for decorated text in block output (grasmash)
  • bug #40460 Correctly clear lines for multi-line progress bar messages (grasmash)
  • bug #40450 ProgressBar clears too many lines on update (danepowell)

v4.4.21

29 Mar 05:15
v4.4.21
Compare
Choose a tag to compare

Changelog (v4.4.20...v4.4.21)

  • bug #40593 Uses the correct assignment action for console options depending if they are short or long (topikito)
  • bug #40348 Fix line wrapping for decorated text in block output (grasmash)
  • bug #40460 Correctly clear lines for multi-line progress bar messages (grasmash)
  • bug #40450 ProgressBar clears too many lines on update (danepowell)

v5.2.5

10 Mar 17:11
v5.2.5
Compare
Choose a tag to compare

Changelog (v5.2.4...v5.2.5)

  • no significant changes

v5.2.4

04 Mar 18:11
v5.2.4
Compare
Choose a tag to compare

Changelog (v5.2.3...v5.2.4)

  • bug #40192 fix QuestionHelper::getHiddenResponse() not working with space in project directory name (Yendric)
  • bug #40187 Fix PHP 8.1 null error for preg_match flag (kylekatarnls)

v4.4.20

04 Mar 18:04
v4.4.20
Compare
Choose a tag to compare

Changelog (v4.4.19...v4.4.20)

  • bug #40192 fix QuestionHelper::getHiddenResponse() not working with space in project directory name (Yendric)
  • bug #40187 Fix PHP 8.1 null error for preg_match flag (kylekatarnls)

v5.2.3

03 Feb 04:56
v5.2.3
Compare
Choose a tag to compare

Changelog (v5.2.2...v5.2.3)

  • no changes