Releases: Textualize/textual
Releases · Textualize/textual
The copy to clipboard release
Adds support for copying to the clipboard
https://textual.textualize.io/api/app/#textual.app.App.copy_to_clipboard
[0.57.0] - 2024-04-19
Fixed
- Fixed
Integervalidator missing failure description when not a number #4413 - Fixed a crash in
DataTableif you clicked a link in the border #4410 - Fixed issue with cursor position #4429
Added
- Added
App.copy_to_clipboard#4416
Inline fix for some terminals
[0.56.4] - 2023-04-09
Fixed
- Disabled terminal synchronization in inline mode as it breaks on some terminals
The Century release!
100th release, and it has to be a hot fix. 🤷♂️
[0.56.3] - 2024-04-08
Fixed
- Fixed inline mode not updating #4403
The inline mode is tricky release
[0.56.2] - 2024-04-07
Fixed
- Fixed inline mode not clearing with multiple screen
The flicker free inline release
The fixed inline release
The Speedy Gonzales release
[0.55.1] - 2024-04-2
Fixed
- Fixed mouse escape sequences being generated with
mouse=False
The not April Fool Release
The highlight of this release is the new inline feature, which allows you to run Textual apps below the prompt, rather than in application mode.
We also have a bunch of additional languages for the TextArea widget, and some fixes.
Screen.Recording.2024-03-29.at.12.52.18.mov
Screen.Recording.2024-03-28.at.13.05.07.mov
[0.55.0] - 2024-04-1
Fixed
- Fix priority bindings not appearing in footer when key clashes with focused widget #4342
- Reverted auto-width change #4369
Changed
- Exceptions inside
Widget.composeor workers weren't bubbling up in tests #4282 - Fixed
DataTablescrolling issues by changingmax-heightback to 100% #4286 - Fixed
Buttonnot rendering correctly with console markup #4328
Added
The progress release
The ProgressBar widget now has a much improved ETA calculation
[0.54.0] - 2023-03-26
Fixed
- Fixed a crash in
TextAreawhen undoing an edit to a selection the selection was made backwards #4301 - Fixed issue with flickering scrollbars #4315
- Fixed issue where narrow TextArea would repeatedly wrap due to scrollbar appearing/disappearing #4334
- Fix progress bar ETA not updating when setting
totalreactive #4316