Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47cc2eb

Browse files
authored
Merge pull request #1298 from scop/release-please--branches--main--components--bash-completion
chore: release 2.17.0
2 parents 13868b8 + 22c646f commit 47cc2eb

File tree

5 files changed

+106
-4
lines changed

5 files changed

+106
-4
lines changed

‎.github/release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.16.0"}
1+
{".":"2.17.0"}

‎CHANGELOG.md‎

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
## [2.17.0](https://github.com/scop/bash-completion/compare/2.16.0...2.17.0) (2025年10月31日)
2+
3+
4+
### Features
5+
6+
* **_comp_backup_glob:** add zsync .zs-old ([a342d3a](https://github.com/scop/bash-completion/commit/a342d3a48039d896113f7a8c876f74890f417185))
7+
* **_comp_compgen_help:** enhance for smartctl ([2f7513c](https://github.com/scop/bash-completion/commit/2f7513c6398b0d3fc26afd4d4cfe752ec40015c4))
8+
* **_comp_compgen:** support `-P prefix` with adjusted `cur` ([b6d4335](https://github.com/scop/bash-completion/commit/b6d4335db507939bf198dd49429da957c816f341))
9+
* **_comp_compgen:** support `-P prefix` with auto-adjusted `cur` ([6da0ae8](https://github.com/scop/bash-completion/commit/6da0ae8064a32a56deb719bff3d7d92ce32bd746))
10+
* **_filedir:** add `-f` to manually suffix / to directory names ([13868b8](https://github.com/scop/bash-completion/commit/13868b8430a45e0c9c2db836d3227c95f1aadc07))
11+
* **_filedir:** add tests with `_comp_compgen -C` ([d99f06a](https://github.com/scop/bash-completion/commit/d99f06a1cbd43db33d6f747ce32ccb2d0a9a130c))
12+
* ***sum:** handle more common checksum filenames ([6cc313f](https://github.com/scop/bash-completion/commit/6cc313feaa109f76199e649a2cbf72da829ae9d5))
13+
* 3rd party fallback completion loaders for diffoci, gomarklint, and mado ([5e9ab5a](https://github.com/scop/bash-completion/commit/5e9ab5ad7bc8edd64df70c3892bf4c002b757303))
14+
* **aptitude:** update sub-commands ([4ac918f](https://github.com/scop/bash-completion/commit/4ac918f075c71e54753e90b8d1fd87871ca4a08f))
15+
* **asdf:** add 3rd-party fallback completion loader for "asdf" ([cb9303f](https://github.com/scop/bash-completion/commit/cb9303f5b121ea4769e20b3bb44959c4a2214661))
16+
* associate .ogx and .oga with relevant programs ([0a13be1](https://github.com/scop/bash-completion/commit/0a13be1f6576ee4977552379e11157073b4e841b))
17+
* **bombadil:** add 3rd party fallback completion loader ([90ef9a2](https://github.com/scop/bash-completion/commit/90ef9a215521f14e0c66dd10d530c14648e7ecf6))
18+
* **brave:** alias to chromium ([928c74f](https://github.com/scop/bash-completion/commit/928c74fc7a41e0fd1322cd6e583c693daeca76fe))
19+
* **bsdtar:** support .apk, .ipa and .hap ([bc10b93](https://github.com/scop/bash-completion/commit/bc10b93e5bc16ea3c5e20d26de9eabcd9ba7d97f))
20+
* **coreutils:** update for newer GNU coreutils ([#1457](https://github.com/scop/bash-completion/issues/1457)) ([594de4e](https://github.com/scop/bash-completion/commit/594de4e157d1399c97da99f20e544438e820dff1))
21+
* **curl:** Complete IP addresses for --interface ([0ea21b9](https://github.com/scop/bash-completion/commit/0ea21b987a1ffeec3d0a2d4c630bfcd20e19b87c))
22+
* **diffoci:** add 3rd party fallback completion loader ([5d5f997](https://github.com/scop/bash-completion/commit/5d5f99747fde1e93d39bd458f0be5d12941c4b59))
23+
* **free:** new completion ([f82ac04](https://github.com/scop/bash-completion/commit/f82ac04a5ec3bd6d1832aab62d06e44232e0e2fd))
24+
* **fsnotifywait,fsnotifywatch:** new, alias to inotifywait ([8e8dacc](https://github.com/scop/bash-completion/commit/8e8dacc78a5d1a3bc7638353e9ba6d9523a5b6b7))
25+
* **glab:** add 3rd party fallback completion loader ([c298dcf](https://github.com/scop/bash-completion/commit/c298dcfd2f5a8a67ada2b48723701ed0941383df))
26+
* **glances:** add 3rd party fallback completion loader ([4218596](https://github.com/scop/bash-completion/commit/421859654c94c9864c8d93ca539295024f480504))
27+
* **gomarklint:** add 3rd party fallback completion loader ([162dcf1](https://github.com/scop/bash-completion/commit/162dcf1855cb539bd74fc87bfa3b2ad35d504e81))
28+
* **mado:** add 3rd party fallback completion loader ([4e4f6be](https://github.com/scop/bash-completion/commit/4e4f6be07ad29d98a4680d44472f42094036f52f))
29+
* **nload:** new completion ([e700ae7](https://github.com/scop/bash-completion/commit/e700ae78d7f5c1f4ddd5cdf778ea1a0c6bf1798f))
30+
* **openssl:** Complete encryption algos for `enc` ([01b3aa2](https://github.com/scop/bash-completion/commit/01b3aa2fadd01ead3e79dd449d5767334bc2543b))
31+
* **openssl:** show only standard commands ([6fb0827](https://github.com/scop/bash-completion/commit/6fb082718d86163ca2a3310d91c3491e72253cc7))
32+
* **pytest:** complete --asyncio-mode arg ([6b27125](https://github.com/scop/bash-completion/commit/6b27125ffa965ad6b93ce82788f973234ea84a67))
33+
* **pytest:** complete --record-mode arg ([d14cf0d](https://github.com/scop/bash-completion/commit/d14cf0d1613d8940e0b4bdc7b73eb2d904198ef4))
34+
* **shtab:** add 3rd party fallback completion loader ([90162b0](https://github.com/scop/bash-completion/commit/90162b0a6cb31fe32acfe6af5079c9c4454dc8fb))
35+
* **shtab:** add 3rd party fallback completion loader ([20f5622](https://github.com/scop/bash-completion/commit/20f5622fb602fd0dc6c1d8921f2d061c5fd9eaf8))
36+
* **smartctl:** update for smartmontools 7.5 ([31675a3](https://github.com/scop/bash-completion/commit/31675a39a2d72e7f77253c41f93c9c9ad7736ab1))
37+
* **tldr:** add 3rd party fallback completion loader ([298700a](https://github.com/scop/bash-completion/commit/298700a0f34e7cd72b1c7535e0993b8d350e5c2e))
38+
* **tmux:** add a new completion ([#1364](https://github.com/scop/bash-completion/issues/1364)) ([1b87ff7](https://github.com/scop/bash-completion/commit/1b87ff7f6c08a5ce9b89f001e70856c501034ca5))
39+
* **trash-cli:** add 3rd party fallback completion loader ([533244c](https://github.com/scop/bash-completion/commit/533244c7603b7a139a56549c0b3238c16995a7e7))
40+
* **unzip,zipinfo:** Android split APK .apkm .apks .xapk ([92f558d](https://github.com/scop/bash-completion/commit/92f558d582c452e96872f480ebf86cc3c08f0a87))
41+
* **unzip,zipinfo:** generate *.crx (Google Chrome Extension archives) ([#1406](https://github.com/scop/bash-completion/issues/1406)) ([1631952](https://github.com/scop/bash-completion/commit/163195233a02cf90edafc7021ac1558a8521bb20))
42+
* **unzip,zipinfo:** recognize HarmonyOS .hap ([21cf854](https://github.com/scop/bash-completion/commit/21cf85495149040b6e45eebe6441fa3ceebfff69))
43+
* **wget:** ipv6 addresses for --bind-address ([d3ff6a7](https://github.com/scop/bash-completion/commit/d3ff6a7081c53778529f5bad3e0846f12b29bc74))
44+
45+
46+
### Bug Fixes
47+
48+
* **_comp_command_offset:** work around nounset ([28e19a2](https://github.com/scop/bash-completion/commit/28e19a2bdcc0ce2150bd807e809463e2124d01b9))
49+
* **_comp_compgen:** go to the original directory on compgen failure ([a5637e9](https://github.com/scop/bash-completion/commit/a5637e9a4793b8919da6ab4ef3aa6d8a54debf7b))
50+
* **_comp_compgen:** go to the original directory on compgen failure ([83d92c2](https://github.com/scop/bash-completion/commit/83d92c225a90f923401014023d1fb5f85328a085))
51+
* **_comp_dequote:** set the literal value to REPLY as a fallback ([#1483](https://github.com/scop/bash-completion/issues/1483)) ([ed61fde](https://github.com/scop/bash-completion/commit/ed61fde970744e9a33f275414087fb4a050b5bfb))
52+
* **_filedir:** always set compopt -o filenames to quote special chars ([99c599b](https://github.com/scop/bash-completion/commit/99c599b9d132931ffd4803f3c27e42b125f83185))
53+
* **_filedir:** apply trailing slashes with `-f` ([b373d00](https://github.com/scop/bash-completion/commit/b373d0088bfb4a210b6901de49e5e210985aa5d1))
54+
* **_umount,feh,sbopkg:** check diretory name for "_comp_compgen -C" ([c2c6c08](https://github.com/scop/bash-completion/commit/c2c6c08a62d8fc905739abe4e8dc8c1f37850e86))
55+
* **_umount,feh,sbopkg:** check diretory name for `_comp_compgen -C` ([ff9e1d3](https://github.com/scop/bash-completion/commit/ff9e1d35b820d967242bae7163c2ae84fec22369))
56+
* add miscellaneous fixes before implementing `_comp_compgen -P` ([6bd5e26](https://github.com/scop/bash-completion/commit/6bd5e264105fda5b16abc2287f4e5253b7124d5e))
57+
* **brctl:** fix quoting of the command name ([#1296](https://github.com/scop/bash-completion/issues/1296)) ([3201497](https://github.com/scop/bash-completion/commit/32014973c96f317990693412bcf680b614b460ea))
58+
* **cd:** fix the pattern matching ([b6503ba](https://github.com/scop/bash-completion/commit/b6503baa72f73da5304cbd13f1c0f09599080c68))
59+
* **cd:** generate only cdable_vars containing valid directory paths ([b1374fc](https://github.com/scop/bash-completion/commit/b1374fc304776568f8184c72f23674ed15f376b6))
60+
* **cd:** generate only cdable_vars containing valid directory paths ([355eb4d](https://github.com/scop/bash-completion/commit/355eb4d7c80522d33b64750400729d9e31388458))
61+
* **convert:** Try calling magick, for IM7 ([4509832](https://github.com/scop/bash-completion/commit/4509832011d4c3df68d933d94ebb2d9e6aa97594))
62+
* **convert:** Try calling magick, for IM7 ([ba0b8b9](https://github.com/scop/bash-completion/commit/ba0b8b9e65142d303c7b6545f0e5965562bfc88e))
63+
* **feh:** fix "nounset" error ([e9e665e](https://github.com/scop/bash-completion/commit/e9e665efd7623dd9ec6d72c25c5797c497d58f65))
64+
* **firefox:** do not split longopt argument ([5f3e5f8](https://github.com/scop/bash-completion/commit/5f3e5f8b939074221539750a70d5636283975717))
65+
* **interfaces:** trim [@link](https://github.com/link) from completions ([#1393](https://github.com/scop/bash-completion/issues/1393)) ([51b009f](https://github.com/scop/bash-completion/commit/51b009f6a653c66454816e9bc869c40f61329764))
66+
* **ip:** Don't offer neighbour, only neighbor ([79fd051](https://github.com/scop/bash-completion/commit/79fd051907328c8c26372691f68d627c1f0e3916))
67+
* **java,rsync,scp:** handle quoted space in filepaths properly ([c7be206](https://github.com/scop/bash-completion/commit/c7be2064a8c9dbe70608d4535626ff0bec9a2928))
68+
* **java,rsync,ssh:** complete syntactically incomplete cur ([32515a3](https://github.com/scop/bash-completion/commit/32515a358e33e65045af49077771e75b201d26bc))
69+
* **java,rsync,ssh:** complete syntactically incomplete cur ([da0df56](https://github.com/scop/bash-completion/commit/da0df5638b52b1f70ce469043eefc18286f76e26))
70+
* **make,tshark:** work around localvar_inherit ([d4ae526](https://github.com/scop/bash-completion/commit/d4ae52641e7e976a2c94dafeedf36b3f2d1f39cc))
71+
* **make:** work around custom IFS ([27adc3e](https://github.com/scop/bash-completion/commit/27adc3e8bc4591247f5ae0533a4510a022dea2ff))
72+
* **mdtool:** fix usage of `compgen -G` ([e623bdb](https://github.com/scop/bash-completion/commit/e623bdb8810a25065f542c6f7b517279d11221b7))
73+
* **mdtool:** use `-f -X '!pat'` instead of `-G pat` ([db1d239](https://github.com/scop/bash-completion/commit/db1d239d1823e80bb88c21e00a4d22da71afccde))
74+
* **openssl:** Make command extraction from help portable for BSD sed. ([6fb0827](https://github.com/scop/bash-completion/commit/6fb082718d86163ca2a3310d91c3491e72253cc7))
75+
* **patch, truncate:** Get help correctly on macos ([53ab3d9](https://github.com/scop/bash-completion/commit/53ab3d984d3e7592b4de8af0f5ca587e23d88568))
76+
* **patch, truncate:** Try getting help BSD style ([78379bc](https://github.com/scop/bash-completion/commit/78379bc1b664107be18a6c053b9d8b2f92b1efe0))
77+
* **rcs:** avoid unexpected pathname expansion ([0fc8fff](https://github.com/scop/bash-completion/commit/0fc8fff69b4f0b5db44a56c94b84db450c79a4b2))
78+
* **rsync,scp:** remove file-type marks from "ls -F" properly ([#1398](https://github.com/scop/bash-completion/issues/1398)) ([4bd8b58](https://github.com/scop/bash-completion/commit/4bd8b58a2930eb3fcced7fef89358e7c136394ad))
79+
* **rsync,ssh,sshfs:** do not generate regular files *'\' as dirs ([040b117](https://github.com/scop/bash-completion/commit/040b117799ff38404f3d36a4f395a1946e85488f))
80+
* **rsync,ssh,sshfs:** do not generate regular files *'\' as dirs ([0695e8a](https://github.com/scop/bash-completion/commit/0695e8a1f5dd960ffc72ffd3022c324ba718b27f))
81+
* **rsync:** Try getting rsync arguments BSD style ([ce43661](https://github.com/scop/bash-completion/commit/ce43661950a7819e1019d7ecb59aac200ec51bb1))
82+
* **rsync:** Try getting rsync arguments BSD style ([078ab1e](https://github.com/scop/bash-completion/commit/078ab1ea99d424a9d5b1c7886f89da986a57bce2))
83+
* **scp,rsync:** fix misc bugs and refactor ([69c6a51](https://github.com/scop/bash-completion/commit/69c6a51380154d2b52999097f6cbc3e8896605d7))
84+
* **scp:** fix a bug that `-F<prefix>[TAB]` did not complete at all ([#1396](https://github.com/scop/bash-completion/issues/1396)) ([3cdb549](https://github.com/scop/bash-completion/commit/3cdb5493d45e0e9301a56a8e8a377e0b47f81b04))
85+
* **scp:** work around incomplete triple backslashes for remote paths ([aba62bd](https://github.com/scop/bash-completion/commit/aba62bd887a37bf4375d4145a3567de124b52a06))
86+
* **ssh:** consider the "door" indicator in "ls -F" on Solaris ([dfa6222](https://github.com/scop/bash-completion/commit/dfa62226d61f221d2ad31b8fe89df05fece2bdc2))
87+
* **sshfs:** work around bash-4.3 nounset ([2c54a45](https://github.com/scop/bash-completion/commit/2c54a45f5263ec108cbcb27837defc1160c1cd4a))
88+
* **ssh:** work around localvar_inherit ([b9680a7](https://github.com/scop/bash-completion/commit/b9680a7d278520b4ee2fa87d965cc559efb1aa68))
89+
* **strings:** work around nounset ([612c891](https://github.com/scop/bash-completion/commit/612c89157254177c6ad6928fb59caab50732b84b))
90+
* **test/t/conftest.py:** include the output of pwd to the env check ([b6de491](https://github.com/scop/bash-completion/commit/b6de4915213377fb406be6fe0cfdd3b944f667f9))
91+
* **tmux:** fix usage parsing with git master tmux ([#1381](https://github.com/scop/bash-completion/issues/1381)) ([d7ae352](https://github.com/scop/bash-completion/commit/d7ae352903b66104ca8fd89c9b98dc6b56855fa2))
92+
* **xfreerdp:** Always try /list:kbd first ([89aa18b](https://github.com/scop/bash-completion/commit/89aa18b15462f117c20cde5f71e109c2f616bb62))
93+
* **xfreerdp:** try `--list-kbd` as last resort ([721fa87](https://github.com/scop/bash-completion/commit/721fa87c9c4ed5f2be8e890948f351f07731dcbb))
94+
* **xfreerdp:** try `--list-kbd` as last resort ([34c1d89](https://github.com/scop/bash-completion/commit/34c1d89d1a3a4be31b4bef16259467b245bc563d))
95+
96+
97+
### Performance Improvements
98+
99+
* **_comp_delimited:** add "$prefix" only when it is non-empty ([bbb5b11](https://github.com/scop/bash-completion/commit/bbb5b1157744b0908eef7d38940bca3eb6a38a96))
100+
* **tar:** cache the parse result of GNU tar help ([247ba7b](https://github.com/scop/bash-completion/commit/247ba7bb794332a42920cae796a4a9deff5179b0))
101+
* **tar:** parse the GNU tar help on initialization ([b030e07](https://github.com/scop/bash-completion/commit/b030e07f1055dbc1e40b7d2f17ccd045802ff061))
102+
1103
## [2.16.0](https://github.com/scop/bash-completion/compare/2.15.0...2.16.0) (2024年12月25日)
2104

3105

‎bash_completion‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
BASH_COMPLETION_VERSINFO=(
2929
2 # x-release-please-major
30-
16 # x-release-please-minor
30+
17 # x-release-please-minor
3131
0 # x-release-please-patch
3232
)
3333

‎configure.ac‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([bash-completion], [2.16.0]) dnl x-release-please-version
2+
AC_INIT([bash-completion], [2.17.0]) dnl x-release-please-version
33
dnl tar-pax for portable UTF-8 handling
44
AM_INIT_AUTOMAKE([
55
foreign dist-xz no-dist-gzip tar-pax -Wall -Wno-portability -Werror

‎version.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.0
1+
2.17.0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /