mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
bump 2.1.0
This commit is contained in:
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## Unreleased
|
||||
## [2.1.0] - 2025-02-19
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Fixed flipped title colors in panel border https://github.com/Textualize/textual/issues/5548
|
||||
- Fixed detection of smooth scrolling https://github.com/Textualize/textual/pull/5558
|
||||
|
||||
|
||||
### Added
|
||||
|
||||
- Added `pointer_x`, `pointer_y`, `pointer_screen_x`, and `pointer_screen_y` attributes to mouse events https://github.com/Textualize/textual/pull/5556
|
||||
@@ -2762,6 +2761,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
|
||||
- New handler system for messages that doesn't require inheritance
|
||||
- Improved traceback handling
|
||||
|
||||
[2.1.0]: https://github.com/Textualize/textual/compare/v2.0.4...v2.1.0
|
||||
[2.0.4]: https://github.com/Textualize/textual/compare/v2.0.3...v2.0.4
|
||||
[2.0.3]: https://github.com/Textualize/textual/compare/v2.0.2...v2.0.3
|
||||
[2.0.2]: https://github.com/Textualize/textual/compare/v2.0.1...v2.0.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual"
|
||||
version = "2.0.4"
|
||||
version = "2.1.0"
|
||||
homepage = "https://github.com/Textualize/textual"
|
||||
repository = "https://github.com/Textualize/textual"
|
||||
documentation = "https://textual.textualize.io/"
|
||||
|
||||
Reference in New Issue
Block a user