All Versions
11
Latest Version
Avg Release Cycle
95 days
Latest Release
1103 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.30 Changes
March 19, 2020- new
nixos_cmd_not_found
rule (#912, #922) - ๐ new
terraform_init
rule (#924) - new
docker_image_being_used_by_container
rule (#925, #928) - new
go_unknown_command
rule (#933) - new
yum_invalid_operation
rule (#968) - new
git_branch_delete_checked_out
rule (#985) - new
remove_shell_prompt_literal
rule (#996) - ๐ new
choco_install
rule (#998) - new
cp_create_destination
rule (#1061) - ๐ Korean support in
switch_lang
rule (#880, #981) - ๐ fix recursive shell nesting (#921, #923)
- fix support of non-English output in
apt_list_upgradable
(#931) - ๐ fix
git_checkout
with git 2.22.0 (#934) - fix
docker_not_command
with newer docker versions (#937, #940) - fix
rules_git_checkout
with branches with slashes (#944) - fix
apt_invalid_operation
behaviour withapt uninstall
(#950) - ๐ fix slow commands time out (#961)
- ๐ fix powershell support (#1004)
- fix
apt_invalid_operation
with newer apt-get versions (#1031) - fix
pip_unknown_command
(#1047, #1059)
- new
-
v3.29 Changes
May 27, 2019- new
pyenv_no_such_command
rule (#918) - ๐ new
pip_install
rule (#895) - ๐ new
docker_login
rule (#894) - new
git_commit_reset
rule (#886) yay
support inpacman
andpacman_not_found
rules (#907)- ๐ Greek support in
switch_lang
rule (#862, #864) - ๐ support of
-y/--yeah
command line args in Fish Shell (#900) - ๐ improved fetching of shells version (#920)
- ๐ improved windows support (#902, #917)
- ๐ bugfixes (#861, #869, #872, #874)
- new
-
v3.27 Changes
May 22, 2018- initial zsh-only shell_logger support
- ๐ fixed Fish shell support (#807)
- ๐ fixed PowerShell coloring (#772)
- ๐ new
brew_reinstall
rule (#816) - new
long_form_help
rule (#810)
-
v3.26 Changes
April 25, 2018- ๐ Ubuntu 18.04 support (#786)
- ๐ Improved fish alias (#727)
- ๐ New
unsudo
rule (#787) - ๐ New
git_merge_unrelated
rule (#773) - New
git_commit_amend
rule (#664) - New
adb_unknown_command
rule (#765) - ๐ New
apt_upgrade
rule (#761) - ๐ New
git_merge
rule (#629) - ๐ Improved
cd_mkdir
rule (#784) - ๐ Improved
cd_correction
rule (#784) - ๐ Improved
switch_lang
rule (#776) - Improved
git_branch_exists
rule (#762) - ๐ Improved
git_push
rule (#740) - ๐ Improved
git_checkout
rule (#632) - No longer rely on
$SHELL
for detecting shell (#783)
-
v3.25 Changes
November 23, 2017- โ add support of third-party packages with rules (#737);
- ๐ fix Windows support (#715);
- ๐ fix zsh alias (#733);
- new rule:
heroku_multiple_apps
โ add--app <app>
toheroku
commands likeheroku pg
(#729); - new rule:
apt_list_upgradable
โ helps you runapt list --upgradable
afterapt update
(#732); - ๐ minor bug fixes.
-
v3.24 Changes
October 16, 2017- ๐ instant fuck mode support on macOS (#682);
- command selection with
ctrl+n
andctrl+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 ofstdout/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 replacesgit remote delete remote_name
withgit 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).
-
v3.23 Changes
August 29, 2017- โ show warning about Python 2 only if Python 2 used (#685)
-
v3.22 Changes
August 29, 2017- โ show warning if Python 2 used (#685)
- lower priority of
missing_space_before_subcommand
rule (#681) - experimental instant fuck mode (#682)
-
v3.21 Changes
August 21, 2017Before:
thefuck git br THEFUCK\_ARGUMENT\_PLACEHOLDER -y 0,36s user 0,02s system 97% cpu 0,383 total thefuck --alias 0,29s user 0,01s system 99% cpu 0,303 total
After:
thefuck git br THEFUCK\_ARGUMENT\_PLACEHOLDER -y 0,19s user 0,03s system 94% cpu 0,234 total thefuck --alias 0,13s user 0,02s system 99% cpu 0,149 total