File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-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
@@ -1678,6 +1677,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
16781677- New handler system for messages that doesn't require inheritance
16791678- Improved traceback handling
16801679
1680+ [ 0.50.0 ] : https://github.com/Textualize/textual/compare/v0.49.0...v0.50.0
16811681[ 0.49.1 ] : https://github.com/Textualize/textual/compare/v0.49.0...v0.49.1
16821682[ 0.49.0 ] : https://github.com/Textualize/textual/compare/v0.48.2...v0.49.0
16831683[ 0.48.2 ] : https://github.com/Textualize/textual/compare/v0.48.1...v0.48.2
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