github Textualize/textual v3.4.0
The lenient release

latest releases: v6.1.0, v6.0.0, v5.3.0...
2 months ago

Mostly fixes, although there is a notable change to markup.

Previously anything in square brackets was considered a tag, which resulted in markup errors with Python list literals. i.e. [1,2,3] would be interpreted as a tag. The Content markup parser has been made more lenient in these cases, and treats them as literal text.

[3.4.0] - 2025-06-14

Fixed

Added

Changed

  • Content markup is now more lenient; if a 'tag' doesn't contain a valid style it will be included verbatim. #5851

Don't miss a new textual release

NewReleases is sending notifications on new releases.