mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update ChangeLog
This commit is contained in:
parent
44d2a85472
commit
d937674b68
1 changed files with 22 additions and 1 deletions
23
ChangeLog
23
ChangeLog
|
|
@ -1,5 +1,26 @@
|
|||
|
||||
=== tio v1.23 ===
|
||||
=== tio v1.24 ===
|
||||
|
||||
|
||||
Changes since tio v1.23:
|
||||
|
||||
* Optimize clear screen command
|
||||
|
||||
Replaced system call with inline ANSI/VT100 clear screen code sequence
|
||||
|
||||
* Fix bash completion installation
|
||||
|
||||
Fixed the configure script to avoid that the bash completion script gets
|
||||
installed outside of the prefix location. The default install location
|
||||
is now $prefix/share/bash-completion/completions.
|
||||
|
||||
Use the configure option '--with-bash-completion-dir=PATH' if you need
|
||||
to install the bash completion script elsewhere.
|
||||
|
||||
Jakub Wilk:
|
||||
|
||||
* Add missing commas in conditional sentences
|
||||
|
||||
|
||||
|
||||
Changes since tio v1.22:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue