You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
-
## Unreleased
8
+
## Unreleased - 2025
9
9
10
10
### Changed
11
11
12
-
### Fixed
13
-
14
-
- Fixed `Pilot.click` not working with `times` parameter https://github.com/Textualize/textual/pull/5398
15
-
- Fixed select refocusing itself too late https://github.com/Textualize/textual/pull/5420
16
-
- Fixed layout of the keys in the help panel when a key has a tooltip but no description https://github.com/Textualize/textual/issues/5436
17
12
- Footer can now be scrolled horizontally without holding `shift`https://github.com/Textualize/textual/pull/5404
18
13
- The content of an `Input` will now only be automatically selected when the widget is focused by the user, not when the app itself has regained focus (similar to web browsers). https://github.com/Textualize/textual/pull/5379
19
14
-`Pilot.mouse_down` and `Pilot.mouse_up` now issue a prior `MouseMove` event, to more closely reflect real mouse actions. https://github.com/Textualize/textual/pull/5409
@@ -38,6 +33,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
38
33
39
34
### Fixed
40
35
36
+
- Fixed `Pilot.click` not working with `times` parameter https://github.com/Textualize/textual/pull/5398
37
+
- Fixed select refocusing itself too late https://github.com/Textualize/textual/pull/5420
38
+
- Fixed layout of the keys in the help panel when a key has a tooltip but no description https://github.com/Textualize/textual/issues/5436
41
39
- The content of an `Input` will now only be automatically selected when the widget is focused by the user, not when the app itself has regained focus (similar to web browsers). https://github.com/Textualize/textual/pull/5379
42
40
- Updated `TextArea` and `Input` behavior when there is a selection and the user presses left or right https://github.com/Textualize/textual/pull/5400
43
41
- Footer can now be scrolled horizontally without holding `shift`https://github.com/Textualize/textual/pull/5404
0 commit comments