Skip to content

3.24

Compare
Choose a tag to compare
@nvbn nvbn released this 16 Oct 18:26
· 230 commits to master since this release
  • instant fuck mode support on macOS (#682);
  • command selection with ctrl+n and ctrl+p instead of and (#711);
  • improvements in cache (#707);
  • fixed exception in python3 + fish (#708);
  • fixed configuration code for fish shell (#658);
  • support parameters in PowerShell (#696);
  • rules api changed, Command.output instead of stdout/stderr (#682, #691);
  • multiline PS1 with instant mode (#692);
  • add php_s rule that replaces -s by -S when trying to run a local php server (#655);
  • add dnf_no_such_command rule that fixes mistyped DNF commands (#698);
  • add git_remote_delete rule that replaces git remote delete remote_name with git remote remove remote_name (#670);
  • add git_push_different_branch_names rule that fixes pushes when local brach name does not match remote branch name (#652);
  • add prove_recursively rule that adds -r when called with directory;
  • add brew_cask_dependency rule that installs cask dependencies;
  • fix brew_update_formula rule (#710).