mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
bump
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
|
||||
## [6.3.0] - 2025-10-01
|
||||
|
||||
### Added
|
||||
|
||||
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- Fixed highlight not auto-detecting lexer https://github.com/Textualize/textual/pull/6167
|
||||
|
||||
### Changed
|
||||
|
||||
- Dropped support for Python3.8 https://github.com/Textualize/textual/pull/6121/
|
||||
- Added support for Python3.14 https://github.com/Textualize/textual/pull/6121/
|
||||
|
||||
## [6.2.1] - 2025-10-01
|
||||
|
||||
- Fix inability to copy text outside of an input/textarea when it was focused https://github.com/Textualize/textual/pull/6148
|
||||
@@ -3144,6 +3149,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
|
||||
|
||||
[6.3.0]: https://github.com/Textualize/textual/compare/v6.2.1...v6.3.0
|
||||
[6.2.1]: https://github.com/Textualize/textual/compare/v6.2.0...v6.2.1
|
||||
[6.2.0]: https://github.com/Textualize/textual/compare/v6.1.0...v6.2.0
|
||||
[6.1.0]: https://github.com/Textualize/textual/compare/v6.0.0...v6.1.0
|
||||
|
||||
2266
poetry.lock
generated
2266
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual"
|
||||
version = "6.2.1"
|
||||
version = "6.3.0"
|
||||
homepage = "https://github.com/Textualize/textual"
|
||||
repository = "https://github.com/Textualize/textual"
|
||||
documentation = "https://textual.textualize.io/"
|
||||
@@ -46,7 +46,7 @@ target-version = "py39"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
markdown-it-py = { extras = ["plugins", "linkify"], version = ">=2.1.0" }
|
||||
rich = ">=13.3.3"
|
||||
rich = ">=14.2.0"
|
||||
#rich = {path="../rich", develop=true}
|
||||
typing-extensions = "^4.4.0"
|
||||
platformdirs = ">=3.6.0,<5"
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user