You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
- Collapsible title now accepts str, Text, or Content https://github.com/Textualize/textual/pull/5697
18
18
- Rich Text objects will be converted to Content in OptionList and other widgets https://github.com/Textualize/textual/pull/5712
19
19
- Textual will always convert dim attributes to RGB by default https://github.com/Textualize/textual/pull/5715
20
-
- Notifications will now use Content markup (previously they used Console markup) https://github.com/Textualize/textual/pull/5719
20
+
- Notifications will now use Textual markup (previously they used Console markup) https://github.com/Textualize/textual/pull/5719
21
21
22
22
### Added
23
23
@@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
37
37
- Breaking change: `App.query` and friends will now always query the default (first) screen, not necessarily the active screen.
38
38
- Content now has a default argument of an empty string, so `Content()` is equivalent to `Content("")`
39
39
- Assigned names to Textual-specific threads: `textual-input`, `textual-output`. These should become visible in monitoring tools (ps, top, htop) as of Python 3.14. https://github.com/Textualize/textual/pull/5654
40
-
- Tabs now accept Content or content markup https://github.com/Textualize/textual/pull/5657
40
+
- Tabs now accept Content or Textual markup https://github.com/Textualize/textual/pull/5657
41
41
- Buttons will now use Textual markup rather than console markup
42
42
- tree-sitter languages are now loaded lazily, improving cold-start time https://github.com/Textualize/textual/pull/563
43
43
@@ -124,7 +124,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
124
124
125
125
### Fixed
126
126
127
-
- Fixed escape tags in Content markup https://github.com/Textualize/textual/pull/5536
127
+
- Fixed escape tags in Textual markup https://github.com/Textualize/textual/pull/5536
0 commit comments