Path to this page:
Subject: CVS commit: pkgsrc/comms/py-textual
From: Thomas Klausner
Date: 2024-08-25 12:45:47
Message id: 20240825104547.AC74FFC74@cvs.NetBSD.org
Log Message:
py-textual: update to 0.77.0.
[0.77.0] - 2024-08-22
Added
Added tooltip to Binding #4859
Added a link to the command palette to the Footer (set \
show_command_palette=False to disable) #4867
Added TOOLTIP_DELAY to App to customize time until a tooltip is displayed
Added "Show keys" option to system commands to show a summary of \
key bindings. #4876
Added "split" CSS style, currently undocumented, and may change. #4876
Added Region.get_spacing_between #4876
Added App.COMMAND_PALETTE_KEY to change default command palette key binding #4867
Added App.get_key_display #4890
Added DOMNode.BINDING_GROUP #4906
Added DOMNode.HELP classvar which contains Markdown help to be shown in the \
help panel #4915
Added App.get_system_commands #4920
Added "Save Screenshot" system command #4922
Changed
Removed caps_lock and num_lock modifiers #4861
Keys such as escape and space are now displayed in lower case in footer #4876
Changed default command palette binding to ctrl+p #4867
Removed ctrl_to_caret and upper_case_keys from Footer. These can be \
implemented in App.get_key_display.
Renamed SystemCommands to SystemCommandsProvider #4920
Breaking change: Removed ClassicFooter widget (please use new Footer widget) \
#4921
Disallowed Screen instances in App.SCREENS and App.MODES
Fixed
Fix crash when validate_on value isn't a set #4868
Fix Input.cursor_blink having no effect on the blink cycle after mounting #4869
Fixed scrolling by page not taking scrollbar in to account #4916
Fixed App.MODES being the same for all instances -- per-instance modes now \
exist internally
Files: