- updated to 0.337 see /usr/share/doc/packages/perl-Complete-Bash/Changes 0.337 2022-09-08 Released-By: PERLANCAR; Urgency: medium - Interpret special value -1 of COMPLETE_BASH_FZF_ITEMS as terminal height (but terminal width & height are not readable anyway and will fall back to default value of 80 & 25). - [doc] Add tip to set COMPLETE_BASH_FZF_ITEMS to LINES. OBS-URL: https://build.opensuse.org/request/show/1041139 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Complete-Bash?expand=0&rev=16
202 lines
6.8 KiB
Plaintext
202 lines
6.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 7 03:06:04 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.337
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.337 2022-09-08 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Interpret special value -1 of COMPLETE_BASH_FZF_ITEMS as terminal
|
|
height (but terminal width & height are not readable anyway and
|
|
will fall back to default value of 80 & 25).
|
|
|
|
- [doc] Add tip to set COMPLETE_BASH_FZF_ITEMS to LINES.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 24 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.336
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.336 2021-07-24 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Don't pass to fzf if inside Emacs.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 27 03:07:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.335
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.335 2020-04-16 Released-By: PERLANCAR; Urgency: low
|
|
- No functional changes.
|
|
- Add/tweak logging statements for debugging.
|
|
- Minor tweak to documentation of join_wordbreak_words() example.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 29 03:10:03 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.334
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.334 2020-01-28 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Also prevent shell's automatic addition of space when
|
|
is_partial=1.
|
|
|
|
|
|
0.333 2020-01-28 Released-By: PERLANCAR; Urgency: high
|
|
|
|
[Incompatible changes]
|
|
|
|
- Adjust to Complete 0.202 specification.
|
|
|
|
- format_completion: Move 'as' and 'esc_mode' to options (second
|
|
argument) to avoid cluttering the completion answer structure.
|
|
'esc_mode' is no longer in the specification, to avoid abstraction
|
|
leak.
|
|
|
|
- Switch the meaning of the escape modes 'default' and 'shellvar', so
|
|
now in 'default' the dollar sign is not escaped while in 'shellvar' it
|
|
is. This is more convenient in general.
|
|
|
|
[Documentation]
|
|
|
|
- Remove explanation for 'path_sep' (moved to the Complete
|
|
specification).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 22 03:08:27 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.332
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.332 2019-12-22 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- [experimental] Observe COMPLETE_BASH_DEFAULT_ESC_MODE.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 19 03:07:17 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.331
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.331 2019-12-18 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- format_completion(): add workaround_with_wordbreaks to allow
|
|
turning off this behavior.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 09:21:50 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.330
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.330 2019-08-20 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Avoid perl undef warning (Term::Size::chars() can return undef).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 26 08:16:33 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.329
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.329 2019-08-17 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- [ux] When fzf is not available, fallback to returning completion
|
|
entries as usual instead of displaying a message.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 30 05:03:52 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.328
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.328 2019-07-30 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- [bugfix] Fix the use of Term::Size::chars().
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 24 05:04:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.327
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.327 2019-07-02 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- [removed] format_completion(): Remove drawing summary lines every N
|
|
rows, because bash sorting will mess it up, and I think it looks ugly
|
|
anyway.
|
|
|
|
- format_completion(): No longer sort entries.
|
|
|
|
- format_completion(): Close fzf process' input so fzf does not show
|
|
rotating cursor.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 23 05:06:38 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.326
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.326 2019-07-02 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Implement another feature stolen from Ingy's complete-shell: use
|
|
fzf for filters.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 19 05:33:14 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.325
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 28 05:04:15 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.324
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.324 2019-06-28 (PERLANCAR)
|
|
|
|
- [ux] Tweak summary display to make it look nicer (use vertical
|
|
bar | instead of space).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 27 05:03:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.323
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.323 2019-06-27 (PERLANCAR)
|
|
|
|
- [ux] By default don't limit entries+summaries to a single-column
|
|
display, but observe COMPLETE_BASH_MAX_COLUMNS.
|
|
|
|
- Add option to show summaries right-aligned, like in fish. This is
|
|
controlled via COMPLETE_BASH_SUMMARY_ALIGN (and also
|
|
COMPLETE_BASH_SUMMARY_LINE_EVERY).
|
|
|
|
|
|
0.322 2019-06-26 (PERLANCAR)
|
|
|
|
- Support showing message (Complete 0.201).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 26 05:03:42 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address>
|
|
|
|
- updated to 0.321
|
|
see /usr/share/doc/packages/perl-Complete-Bash/Changes
|
|
|
|
0.321 2019-06-25 (PERLANCAR)
|
|
|
|
- format_completion() now by default shows item summaries if
|
|
available (can be turned off by setting 'show_summaries' option
|
|
or COMPLETE_BASH_SHOW_SUMMARIES to 0).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 3 08:30:05 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- initial package 0.320
|
|
* created by cpanspec 1.78.09
|