File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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- ## Unreleased
8+ ## [ 0.76.0 ]
99
1010### Changed
1111
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818### Fixed
1919
2020- Input cursor blink effect will now restart correctly when any action is performed on the input https://github.com/Textualize/textual/pull/4773
21+ - Fixed bindings on same key not updating description https://github.com/Textualize/textual/pull/4850
2122
2223## [ 0.75.1] - 2024-08-02
2324
@@ -2270,6 +2271,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
22702271- New handler system for messages that doesn't require inheritance
22712272- Improved traceback handling
22722273
2274+ [ 0.76.0 ] : https://github.com/Textualize/textual/compare/v0.75.1...v0.76.0
22732275[ 0.75.1 ] : https://github.com/Textualize/textual/compare/v0.75.0...v0.75.1
22742276[ 0.75.0 ] : https://github.com/Textualize/textual/compare/v0.74.0...v0.75.0
22752277[ 0.74.0 ] : https://github.com/Textualize/textual/compare/v0.73.0...v0.74.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.75.1 "
3+ version = " 0.76.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