bash-completion
bash-completion copied to clipboard
chore: release 2.17.0
:robot: I have created a release beep boop
2.17.0 (2025-06-06)
Features
- _comp_backup_glob: add zsync .zs-old (a342d3a)
- aptitude: update sub-commands (4ac918f)
- associate .ogx and .oga with relevant programs (0a13be1)
- curl: Complete IP addresses for --interface (0ea21b9)
- free: new completion (f82ac04)
- fsnotifywait,fsnotifywatch: new, alias to inotifywait (8e8dacc)
- glab: add 3rd party fallback completion loader (c298dcf)
- glances: add 3rd party fallback completion loader (4218596)
- nload: new completion (e700ae7)
-
openssl: Complete encryption algos for
enc(01b3aa2) - openssl: show only standard commands (6fb0827)
- pytest: complete --asyncio-mode arg (6b27125)
- pytest: complete --record-mode arg (d14cf0d)
- shtab: add 3rd party fallback completion loader (90162b0)
- shtab: add 3rd party fallback completion loader (20f5622)
- tldr: add 3rd party fallback completion loader (298700a)
- tmux: add a new completion (#1364) (1b87ff7)
- trash-cli: add 3rd party fallback completion loader (533244c)
- unzip,zipinfo: Android split APK .apkm .apks .xapk (92f558d)
- wget: ipv6 addresses for --bind-address (d3ff6a7)
Bug Fixes
- _umount,feh,sbopkg: check diretory name for "_comp_compgen -C" (c2c6c08)
-
_umount,feh,sbopkg: check diretory name for
_comp_compgen -C(ff9e1d3) - brctl: fix quoting of the command name (#1296) (3201497)
- cd: fix the pattern matching (b6503ba)
- cd: generate only cdable_vars containing valid directory paths (b1374fc)
- cd: generate only cdable_vars containing valid directory paths (355eb4d)
- convert: Try calling magick, for IM7 (4509832)
- convert: Try calling magick, for IM7 (ba0b8b9)
- feh: fix "nounset" error (e9e665e)
- ip: Don't offer neighbour, only neighbor (79fd051)
-
mdtool: fix usage of
compgen -G(e623bdb) -
mdtool: use
-f -X '!pat'instead of-G pat(db1d239) - openssl: Make command extraction from help portable for BSD sed. (6fb0827)
- rcs: avoid unexpected pathname expansion (0fc8fff)
- xfreerdp: Always try /list:kbd first (89aa18b)
-
xfreerdp: try
--list-kbdas last resort (721fa87) -
xfreerdp: try
--list-kbdas last resort (34c1d89)
Performance Improvements
- tar: cache the parse result of GNU tar help (247ba7b)
- tar: parse the GNU tar help on initialization (b030e07)
This PR was generated with Release Please. See documentation.
Why doesn't this list up the changes by #866?
edit: The reason shouldn't be because #866 is merged into the master by a merge commit since 2.16.0 correctly lists the respective commits for the third-party completions. Maybe release-please lists up the commits based on the commit (or creation) date instead of the actual topology of the commit dependency?
Issue https://github.com/googleapis/release-please/issues/2206 in the upstream might be related: