Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v18.0.2 #1774

Closed
wants to merge 2 commits into from
Closed

Release v18.0.2 #1774

wants to merge 2 commits into from

Commits on Feb 26, 2024

  1. fix(bash): rework #1509 to recover from the preexec failure (#1729)

    In GitHub #1509, we blocked the unintended preexec event caused by the
    keybinding of Atuin.  However, with that fix, the preexec event for
    the intended user command is still missing.  In this patch, we try to
    manually run the preexec hook when we detected the unintended preexec
    (which means the missing intended preexec).
    
    References:
    
    #1509
    https://forum.atuin.sh/t/atuin-bash-and-ble-sh/175
    #1003 (comment)
    #1727
    #1728
    akinomyoga authored and ellie committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    386771d View commit details
    Browse the repository at this point in the history
  2. chore(release): prepare for release v18.0.2

    Backporting a fix for bash
    ellie committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a78aaa7 View commit details
    Browse the repository at this point in the history