Thanks to visit codestin.com
Credit goes to github.com

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: mfaerevaag/wd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: mfaerevaag/wd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    24ca1f8 View commit details
    Browse the repository at this point in the history
  2. GitHub workflow for version bumps (#128)

    * ci(release): bump versions to the latest release
    
    * fix: remove default version from dispatch input
    
    * feat: remove leading 'v' prefix from dispatch inputs
    
    * fix: remove extended git history on checkout
    
    * fix: surround expanded version variables with quotes
    
    * feat: use the preferred github token secret variable
    
    * feat: save the date in an unambiguous variable
    
    * docs: include example values of input variables
    zimeg authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cbb29c2 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4 (#130)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    759cd29 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Remove omz plugin bindkey for browse (#134)

    The ctrl-b key is used for fundamental navigation in default emacs-style
    zsh, and it isn't clear that wd is rebinding it.
    
    Instead of guessing at what keybind would be suited, it's just removed
    and the docs are made clearer.
    altschuler authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c32db81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2e5573 View commit details
    Browse the repository at this point in the history
Loading