github akinomyoga/ble.sh v0.1.12
Releases 0.1

latest releases: v0.4.0-devel3, v0.3.4, v0.2.7...
8 years ago

v0.1.12 (2019-07-10)

Fixes

  • decode: fix a bug that \ cannot be input after reattach #D0937 f99a2d3 (master: a46ada0)
  • highlight: do not highlight overwrite modes when mark is active #D0950 318188e (master: 4efe1a9)
  • util: fix a problem that C-d cannot be input in nested Bash 3.1 #D0992 b3436e9 (master: 88a1b0f)
  • edit: erase in page on SIGWINCH #D1016 5f00f78 54f0a8f
  • decode: fix ble-decode-bind/.generate-source-to-unbind-default/.process 49ed4e8
  • decode: workaround a bash-5.0 bug of bind -p #D1078 36be4d8 (master: b52da28)
  • edit (ble/builtin/read): suppress noisy job messages and delay caused by vbell #D1087 e687c7b (master: 309b9e4)
  • edit: recalculate prompts after resize #D1088 df4c227 (master: b29f248)
  • highlight: fix a bug that quoted tilde expansions are processed for filename highlighting #D1095 9d6246f (master: 3f1f472)

v0.1.11 (2019-02-09)

ChangeLog

Fixes

  • util (ble/util/openat): Add workaround a Bash 3.2 bug that causes problems with C-d in nested shells
  • main: Fix a "$_ble_base" determination bug on source ble.sh for local ble.sh

v0.1.10 (2018-09-30)

ChangeLog

Fixes

  • isearch: Fix a bug that the entire line is highlighted for an empty match for isearch/prev
  • decode: Fix a bug that ble-bind -d fails for shopt -s failglob
  • edit: Fix a bug that command-help fails to extract the correct command name
  • vi: Fix internal usage of the builtin unset
  • syntax: Fix extraction of history expansions with substitution specifiers
  • edit: Change a workaround of the history expansion in bash 3.0 for :&
  • edit: Render READLINE_LINE contents after ble-detach
  • edit: Fix a bug that prompt is redrawn for SIGWINCH even in executing external commands

v0.1.9 (2018-09-09)

ChangeLog

Fixes

  • edit: Fix a bug that \v in PS1 is not properly expanded.
  • highlight: Fix a bug that highlight is not updated on status change of region/disabled
  • core: Fix a bug that visual bell messages are truncated by the number of lines but not the columns
  • complete: Fix a bug that omittable extensions .exe are not properly completed in Cygwin
  • decode: Fix a bug that ble-bind cannot unbind keys in Bash ≦ 4.2
  • core: Fix a bug of wrong stty states right after set -o vi/emacs
  • decode: Fix a bug that the shell hangs with the setting bind 'set convert-meta on'
  • decode: Fix a bug that ble-bind -x did not work
  • decode: Fix a bug that ble-bind -c did not properly work
  • complete: Add a workaround for failglob in user-provided program completion functions
  • edit: Fix problems of IGNOREEOF and jobs in Bash 3.2

v0.1.8 (2018-03-15)

ChangeLog

Fixes

  • Update ext/mwg_pp.awk for newer versions of gawk
  • Fix a bug that pathname expansions are attempted to unset arguments
  • Fix bugs that rhs is not properly quoted in internal codes such as [[ lhs != rhs ]]
  • Fix a bug that apostrophes are not escaped in ble-bind -d
  • Fix a bug that pathname expansions internally occurred in ble-bind -d
  • Fix a bug that complete -D settings did not work
  • Fix a bug that PS1 set by PROMPT_COMMAND was ignored
  • Remove a conflicting bind setting
  • Support symbolic link ble.sh with POSIX readlink
  • Fix a bug that U+2000 - U+2600 are always treated as width 1
  • Fix a bug that passwords to other commands cannot be input due to the broken stty setting.
  • Fix a bug that keys "*" and "?" cannot be properly handled in ble-bind.

v0.1.7 (2017-02-24)

ChangeLog

Fixes

  • isearch: fix a bug that caused problem in bash-4.4
  • isearch: fix a bug on updating word highlighting

v0.1.6 (2016-11-10)

ChangeLog

Fixes

  • Makefile: Change to detect gawk path. So far gawk path has been fixed to /usr/bin/gawk.

v0.1.5 (2016-05-21)

ChangeLog

Fixes

  • isearch: search strings from edited history data. So far, strings are searched from the history entries before edit, which caused inconsistencies in the cursor position.

v0.1.4 (2015-12-30)

ChangeLog

Fixes

  • Do not print the debug message "clear words" on completions before a command name
  • Correct the registration of nest data on array assignments "arr[...]=...".

v0.1.3 (2015-12-05)

ChangeLog

Fixes

  • Fix of the previous bug fix (missing handling of a negative onest[3]).

v0.1.2 (2015-12-03)

ChangeLog

Fixes

  • Fatal (parser): nest-structure corruption on partial parsing.
  • default completion candidates specified by compopt and -o options was not correctly applied

v0.1.1 (2015-12-01)

ChangeLog

Fixes

  • default completion on arguments
  • unbind of original key bindings at initialization
  • local match for +isearch/self-insert on forward isearch.

v0.1.0 (2015-11-30) Initial release

Initial release for the release test

Don't miss a new ble.sh release

NewReleases is sending notifications on new releases.