File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 0.72.0] - Unreleased
8+ ## [ 0.72.0] - 2024-07-09
99
1010### Changed
1111
1212- More predictable DOM removals. https://github.com/Textualize/textual/pull/4708
1313
14+ ### Fixed
15+
16+ - Fixed clicking separator in OptionList moving cursor https://github.com/Textualize/textual/issues/4710
17+ - Fixed scrolling issue in OptionList https://github.com/Textualize/textual/pull/4709
18+
1419## [ 0.71.0] - 2024-06-29
1520
1621### Changed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.72.0a0 "
3+ version = " 0.72.0 "
44homepage = " https://github.com/Textualize/textual"
55repository = " https://github.com/Textualize/textual"
66documentation = " https://textual.textualize.io/"
You can’t perform that action at this time.
0 commit comments