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: Cloudef/bemenu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.15
Choose a base ref
...
head repository: Cloudef/bemenu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.16
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on May 19, 2023

  1. docs: add missing option

    Add documentation for the --fixed-height option
    adastx authored and Cloudef committed May 19, 2023
    Configuration menu
    Copy the full SHA
    68bce75 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. docs: Add missing items to manpage

    --fixed-height
    --accept-single
    --ifne
    -c, --center
    -B, --border
    -R, --border-radius
    --ch
    --cw
    --hp
    --bdr
    inglorion authored and Cloudef committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f92da7b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 12, 2023

  1. Apply initial filter before evalutating accept-single

    Follow up to 0a44fb6
    Which didn't actually result in the intended behavior of skipping all
    menu interaction when `accept-single` is true and the initial filter
    results in a single item.
    
    This has the side effect that `ifne` now evaluates on the filtered items
    as well.
    
    Signed-off-by: Robert Günzler <[email protected]>
    robertgzr authored and Cloudef committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d7ef1f3 View commit details
    Browse the repository at this point in the history
  2. man: document filter

    Signed-off-by: Robert Günzler <[email protected]>
    robertgzr authored and Cloudef committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5e5f7c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. nix: default.nix

    Cloudef committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    200f545 View commit details
    Browse the repository at this point in the history
  2. filter: fix exact matching

    Cloudef committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    45fee14 View commit details
    Browse the repository at this point in the history
  3. bump version to 0.6.16

    Cloudef committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    407cb76 View commit details
    Browse the repository at this point in the history
Loading