You are bound to like this release
Mostly fixes in this release.
[0.7.0] - 2022-12-17
Added
- Added
PRIORITY_BINDINGS
class variable, which can be used to control if a widget's bindings have priority by default. #1343
Changed
- Renamed the
Binding
argumentuniversal
topriority
. #1343 - When looking for bindings that have priority, they are now looked from
App
downwards. #1343 BINDINGS
on anApp
-derived class have priority by default. #1343BINDINGS
on aScreen
-derived class have priority by default. #1343- Added a message parameter to Widget.exit