Skip to content

Commit 8f38275

Browse files
committed
Update the ChangeLog with some recent changes/fixes
1 parent 0d99b0c commit 8f38275

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111

1212
- Fixed issue where scrollbars weren't being unmounted
13+
- Fixed how the app title in a `Header` is centred https://github.com/Textualize/textual/issues/1060
14+
- Fixed the swapping of button variants https://github.com/Textualize/textual/issues/1048
15+
- Fixed reserved characters in screenshots https://github.com/Textualize/textual/issues/993
1316

1417
### Changed
1518

1619
- DOMQuery now raises InvalidQueryFormat in response to invalid query strings, rather than cryptic CSS error
1720
- Dropped quit_after, screenshot, and screenshot_title from App.run, which can all be done via auto_pilot
1821
- Widgets are now closed in reversed DOM order
22+
- Changed `textual run` so that it patches `argv` in more situations
1923

2024
### Added
2125

0 commit comments

Comments
 (0)