0.9.0
Breaking Changes
Text{Read, Write}.format
is now a string for readability in the YAML. Update with the following map:- 0 -> decimal
- 1 -> hexadecimal
- 2 -> engineer
- 3 -> exponential
- 4 -> string
What's Changed
- Update schemas for pydantic 2.7 by @GDYendell in #115
- Add Component.description to use as label tooltip by @GDYendell in #114
- Use human-readable strings for TextFormat enum values by @GDYendell in #111
- Allow arbitrarily nested sub screens by @GDYendell in #116
Full Changelog: 0.8.1...0.9.0