File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,19 @@ 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
98
10- ### Added
11-
12- - Added support for configuring dark and light themes for code in ` Markdown ` https://github.com/Textualize/textual/issues/3997
13-
14- ## [ 0.49.1] - 2023-02-08
9+ ## [ 0.50.0] - 2023-02-08
1510
1611### Fixed
1712
1813- Fixed issue with ANSI colors not being converted to truecolor https://github.com/Textualize/textual/pull/4138
1914- Fixed duplicate watch methods being attached to DOM nodes https://github.com/Textualize/textual/pull/4030
2015- Fixed using ` watch ` to create additional watchers would trigger other watch methods https://github.com/Textualize/textual/issues/3878
2116
17+ ### Added
18+
19+ - Added support for configuring dark and light themes for code in ` Markdown ` https://github.com/Textualize/textual/issues/3997
20+
2221## [ 0.49.0] - 2024-02-07
2322
2423### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.49.1 "
3+ version = " 0.50.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