Skip to content

Commit c4b74f1

Browse files
committed
changelog
1 parent 301d56e commit c4b74f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

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

1212
- Fixed issues with nested auto dimensions https://github.com/Textualize/textual/issues/1402
13+
- Fixed watch method incorrectly running on first set when value hasn't changed and init=False https://github.com/Textualize/textual/pull/1367
1314

1415
### Added
1516

1617
- Added `textual.actions.SkipAction` exception which can be raised from an action to allow parents to process bindings.
18+
- Added `textual keys` preview.
1719

18-
### Fixed
20+
### Changed
1921

20-
- Fixed watch method incorrectly running on first set when value hasnt changed and init=False https://github.com/Textualize/textual/pull/1367
22+
- Moved Ctrl+C, tab, and shift+tab to App BINDINGS
2123

2224
## [0.7.0] - 2022-12-17
2325

0 commit comments

Comments
 (0)