File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.63.2] - 2024-05-23
9+
10+ ### Fixed
11+
12+ - Fixed issue with namespaces in links https://github.com/Textualize/textual/pull/4546
13+
814## [ 0.63.1] - 2024-05-22
915
1016### Fixed
@@ -1996,6 +2002,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
19962002- New handler system for messages that doesn't require inheritance
19972003- Improved traceback handling
19982004
2005+ [ 0.63.2 ] : https://github.com/Textualize/textual/compare/v0.63.1...v0.63.2
19992006[ 0.63.1 ] : https://github.com/Textualize/textual/compare/v0.63.0...v0.63.1
20002007[ 0.63.0 ] : https://github.com/Textualize/textual/compare/v0.62.0...v0.63.0
20012008[ 0.62.0 ] : https://github.com/Textualize/textual/compare/v0.61.1...v0.62.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.63.1 "
3+ version = " 0.63.2 "
44homepage = " https://github.com/Textualize/textual"
55repository = " https://github.com/Textualize/textual"
66documentation = " https://textual.textualize.io/"
Original file line number Diff line number Diff line change @@ -3104,7 +3104,6 @@ async def run_action(
31043104 Returns:
31053105 True if the event has been handled.
31063106 """
3107- print ("r" , action , default_namespace )
31083107 action_target , action_name , params = self ._parse_action (
31093108 action , self if default_namespace is None else default_namespace
31103109 )
You can’t perform that action at this time.
0 commit comments