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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
- Buttons may not be pressed within their "active_effect_duration" to prevent inadvertent activations https://github.com/Textualize/textual/pull/4621
16
16
-`Screen.dismiss` is now a noop if the screen isn't active. Previously it would raise a `ScreenStackError`, now it returns `False`. https://github.com/Textualize/textual/pull/4621
17
17
- Increased window for escape processing to 100ms
18
-
- Added `icon` reactive to Header widget
19
18
20
19
### Added
21
20
22
21
- Added `Screen.is_active`
22
+
- Added `icon` reactive to Header widget https://github.com/Textualize/textual/pull/4627
23
+
- Added `time_format` reactive to Header widget https://github.com/Textualize/textual/pull/4627
0 commit comments