Releases: Textualize/trogon
Releases · Textualize/trogon
v0.6.0
What's Changed
- Fix for layout issue with Textual 0.54 by @davep in #78
- Fix typo by @jgarte in #74
- Swap order of parameter explanations in README by @shenanigansd in #63
- fix: prefix binding actions with app namespace by @TomJGooding in #83
- Add import to READMe by @koaning in #76
- Remove '+ value' button from multi choice widget. by @boehmseb in #73
- Do not treat Select.BLANK as a supplied value by @boehmseb in #72
- feat: Add support for Typer by @evanmags in #14
- Update Python job versions to match stated compatibility by @daneah in #87
- Fixes and tidying by @darrenburns in #90
New Contributors
- @davep made their first contribution in #78
- @jgarte made their first contribution in #74
- @shenanigansd made their first contribution in #63
- @TomJGooding made their first contribution in #83
- @koaning made their first contribution in #76
- @boehmseb made their first contribution in #73
- @evanmags made their first contribution in #14
- @daneah made their first contribution in #87
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- fix: fixed help_text if self.schema.help is none by @Aradhya-Tripathi in #28
- @tui(help=, command=) parameters by @simonw in #27
- fix: fixed command info when no docstring is present. by @Aradhya-Tripathi in #30
New Contributors
- @Aradhya-Tripathi made their first contribution in #28
- @simonw made their first contribution in #27
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Adds Search function
- Fixes
- Search function