File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ 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)
20
+ - Notifications will now use Content markup (previously they used Console markup) https://github.com/Textualize/textual/pull/5719
21
21
22
22
### Added
23
23
24
24
- Added ` TEXTUAL_DIM_FACTOR ` env var to set the opacity of the 'dim' ANSI attribute https://github.com/Textualize/textual/pull/5715
25
- - ` notify() ` now accepts a ` markup ` parameter to disable rendering the message as markup
25
+ - ` notify() ` now accepts a ` markup ` parameter to disable rendering the message as markup https://github.com/Textualize/textual/pull/5719
26
26
27
27
## [ 3.0.1] - 2025-04-01
28
28
You can’t perform that action at this time.
0 commit comments