| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-14 | 2.0 kB | |
| v0.8.0 source code.tar.gz | 2025-10-14 | 87.9 kB | |
| v0.8.0 source code.zip | 2025-10-14 | 144.0 kB | |
| Totals: 3 Items | 233.9 kB | 0 | |
Fields aren’t just for farmers
Hi! This big feature in this release is that you can now create and maintain your own Field types as Field.RunAccessible (pkg.go.dev) is now public. Check out the Field interface and go crazy.
We also fixed a handful of bugs in the release. Special thanks to @pashpashpash for nudging us to cut a release.
Changelog
New!
- feat: make Field.RunAccessible public, deprecate Field.WithAccessible by @caarlos0 in https://github.com/charmbracelet/huh/pull/667
Fixed
- fix(select): do not show title if filter is set by @caarlos0 in https://github.com/charmbracelet/huh/pull/633
- fix(select): make sure selected item is visible on viewport update by @caarlos0 in https://github.com/charmbracelet/huh/pull/632
- fix(select,multiselect): properly handle defaults and prompts by @caarlos0 in https://github.com/charmbracelet/huh/pull/642
- fix: Terminal.app rendering issues by @caarlos0 in https://github.com/charmbracelet/huh/pull/643
- fix: minimize the risk of scrolling the view up on some terminals by @aymanbagabas in https://github.com/charmbracelet/huh/pull/649
- fix: Add missing id initialization in field_select constructor by @forever-salty in https://github.com/charmbracelet/huh/pull/692
Other Stuff
- docs(readme): various small updates by @meowgorithm in https://github.com/charmbracelet/huh/pull/651
- chore(deps): use bubbles@master by @caarlos0 in https://github.com/charmbracelet/huh/pull/670
- docs(filepicker): correct godoc comment for DirAllowed function by @mohammedyh in https://github.com/charmbracelet/huh/pull/681
New Contributors
- @mohammedyh made their first contribution in https://github.com/charmbracelet/huh/pull/681
- @forever-salty made their first contribution in https://github.com/charmbracelet/huh/pull/692
Full Changelog: https://github.com/charmbracelet/huh/compare/v0.7.0...v0.8.0