Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: charmbracelet/huh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: charmbracelet/huh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 11 commits
  • 20 files changed
  • 6 contributors

Commits on Jul 9, 2024

  1. chore(deps): bump github.com/charmbracelet/bubbletea in /examples (#295)

    Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.26.4 to 0.26.6.
    - [Release notes](https://github.com/charmbracelet/bubbletea/releases)
    - [Changelog](https://github.com/charmbracelet/bubbletea/blob/master/.goreleaser.yml)
    - [Commits](charmbracelet/bubbletea@v0.26.4...v0.26.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/bubbletea
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    80fcf53 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix(select): refactor option rendering to improve distinction between…

    … selected and unselected options (#304)
    
    ref: charmbracelet/gum#614
    csandeep authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    dbf5a5a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. feat(confirm): add accept/reject/tab keybindings to Confirm (#308)

    * Added Accept and Reject key bindings to Confirm field in Keymap.
    ref: charmbracelet/gum#568
    
    * with Accept and Reject key help text that matches the negative and affirmative text. Optionally disable Reject key if negative is unset.
    
    * fix(confirm): fix a bug where Yes and No buttons were not centered.
    
    ref: charmbracelet/gum#566.
    
    * fix(confirm): fix a linter error, variable names were using underscores
    
    * fix(confirm): tab / shift+tab to toggle between buttons
    csandeep authored Jul 12, 2024
    1 Configuration menu
    Copy the full SHA
    ccca06d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    43e9eb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    b98d891 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Allow Generic T updateOptionsMsg (#318)

    * fix: allow generic updateOptions
    
    * chore: bump go version
    maaslalani authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f00113a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump deps

    maaslalani committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8f6d46b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8470c3c View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    c97dfad View commit details
    Browse the repository at this point in the history
  5. fix: Fix invalid order of event handling in input/text (#284)

    Key binds should be checked before the key event is accepted as user input. See charmbracelet/bubbletea#1041 for more information.
    Sculas authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dad7190 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    41be8ec View commit details
    Browse the repository at this point in the history
Loading