Skip to content

Releases: eugene-babichenko/fixit

v0.9.0

29 Nov 12:50
Compare
Choose a tag to compare

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

05 Nov 04:54
Compare
Choose a tag to compare

Fixed

  • Reliably detect running inside Powershell.

v0.8.0

05 Nov 01:11
Compare
Choose a tag to compare

Added

  • PowerShell support.

Fixed

  • Panic when fix is called with empty history.

v0.7.0

31 Oct 23:31
Compare
Choose a tag to compare

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

20 Aug 23:10
Compare
Choose a tag to compare

Added

  • Support for quick fixes in Zellij.

Fixed

  • Getting shell functions and aliases in fish.

v0.5.1

18 Aug 18:40
Compare
Choose a tag to compare
chore: release v0.5.1

v0.5.0

16 Aug 18:03
Compare
Choose a tag to compare
ci(release): fix workflow

v0.4.0-beta

02 Jul 19:12
Compare
Choose a tag to compare
docs: update debian installation instructions

v0.3.1-beta

15 Jun 17:43
Compare
Choose a tag to compare
chore: release v0.3.1-beta

v0.3.0-beta

15 Jun 17:25
Compare
Choose a tag to compare
fix(ci/release): cross installation