Skip to content

Releases: eugene-babichenko/fixit

v0.11.0

Choose a tag to compare

@eugene-babichenko eugene-babichenko released this 14 Oct 14:53

v0.11.0

Added

  • rules: git_branch_exists for when a branch specified in git checkout -b
    already exists.

Changed

  • All generated shell functions now have their variables local to themselves.
  • More robust detection for tmux, WezTerm, and iTerm using TERM_PROGRAM.
  • When detecting Kitty check for KITTY_PUBLIC_KEY to see if remote control is
    enabled.

Fixed

  • Introduce a reliable method for removing duplicates.
  • Incorrect behavior in fish 4.x.

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 10:21

Added

  • cargo_clippy_args: a rule for cargo clippy arguments that must be
    separated by --.
  • Parallel search for fixes via rayon.
  • rules: added uv_unexpected_argument for fixing errors in the Python uv
    package manager.
  • rules: support Ubuntu error messages in command_not_found.
  • taskfile_no_task: when you try to run a task from a Taskfile, it will
    suggest valid task names.
  • git_retag: suggest deleting the existing tag before putting it again.
  • RPM packages are now available!

Changed

  • Logging is now controlled with RUST_LOG and RUST_LOG_STYLE.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 12:50

Added

  • Support for quick fixes in Apple Terminal.

Changed

  • Simplify internal Powerhell workflow.

Fixed

  • Quick search not working properly with bash.
  • Getting text in iTerm with shell integration enabled.
  • Improper processing of quick search when bash outputs errors in the format of
    bash: line 1: error text goes here.
  • kitty would always fall back to re-running the last command.

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 05 Nov 04:54

Fixed

  • Reliably detect running inside Powershell.

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 01:11

Added

  • PowerShell support.

Fixed

  • Panic when fix is called with empty history.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 23:31

Added

  • rules: command_not_found correctly processes ellipsis found in some Bash
    implementations.

Changed

  • Remove dependency on itertools.

Removed

  • Progress bar: this software is usually so fast the progress bar is not needed
    anyways.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 23:10

Added

  • Support for quick fixes in Zellij.

Fixed

  • Getting shell functions and aliases in fish.

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 18:40
chore: release v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 18:03
ci(release): fix workflow

v0.4.0-beta

Choose a tag to compare

@github-actions github-actions released this 02 Jul 19:12
docs: update debian installation instructions