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,13 +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- # Unreleased
8+ # [ 5.3.0 ] - 2025-08-07
99
1010### Added
1111
1212- Added ` Content.simplify ` https://github.com/Textualize/textual/pull/6023
1313- Added ` textual.reactive.Initialize ` https://github.com/Textualize/textual/pull/6023
1414
15+ ### Fixed
16+
17+ - Fixed issue with IDs in markdown https://github.com/Textualize/textual/pull/6019 https://github.com/Textualize/textual/pull/6023
18+
1519## [ 5.2.0] - 2025-08-01
1620
1721### Added
@@ -3054,6 +3058,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
30543058- New handler system for messages that doesn't require inheritance
30553059- Improved traceback handling
30563060
3061+ [ 5.3.0 ] : https://github.com/Textualize/textual/compare/v5.2.0...v5.3.0
30573062[ 5.2.0 ] : https://github.com/Textualize/textual/compare/v5.1.1...v5.2.0
30583063[ 5.1.1 ] : https://github.com/Textualize/textual/compare/v5.1.0...v5.1.1
30593064[ 5.1.0 ] : https://github.com/Textualize/textual/compare/v5.0.1...v5.1.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 5.2 .0"
3+ version = " 5.3 .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