mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
140 lines
5.3 KiB
Text
140 lines
5.3 KiB
Text
2021-12-13 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v2.5.0 - minor fix release to fix Arch build.
|
|
|
|
2021-12-03 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v2.4.0 - ability to insert custom command to terminal prompt,
|
|
minor fixes.
|
|
|
|
2020-11-19 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v2.3.0 - zsh timestamp extended history parsing and SEGFAULT fixes.
|
|
|
|
2019-12-21 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v2.2.0 - toggle visibility/move help lines (Fabian Saldias),
|
|
zsh support fixes, several memory leaks fixed.
|
|
|
|
2019-12-08 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v2.1.0 - significant zsh support improvements and stabilization.
|
|
|
|
2018-08-28 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v2.0.0 - Major release which resolves confusing hstr/hh ambuiguity by choosing
|
|
hstr to be the only name used. hh becomes just a shell alias. Therefore this release
|
|
introduces backward incompatible changes: all HH_ starting environment variables were
|
|
changed to HSTR_, similarly configuration file names starting with .hh_ were renamed to start
|
|
with .hstr_, identifiers used in HSTR_CONFIG were changed e.g. favorites to favorites-view.
|
|
Please check man page for details and update your 1.x.x configuration.
|
|
Ubuntu package name was changed - use: apt install hstr. Tarball name has been changed as
|
|
well to have hstr prefix - please update your scripts.
|
|
Additional improvements: all memory leaks fixed, long commands handling improved (...), bash
|
|
autocomplete added.
|
|
|
|
2018-08-13 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.27.0 - Long lines support, QtCreator IDE migration, all build scripts rewritten,
|
|
new distros (my Debian PPA, snap, ...), CI, unit test framework and tests, various fixes.
|
|
|
|
2018-05-06 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.25 - Community contributed fixes and improvements. Keyword search is default.
|
|
|
|
2018-01-03 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.24 - Reproducible build and stabilization.
|
|
|
|
2017-09-30 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.23 - WSL (Bash on Ubuntu on Windows 10) support
|
|
|
|
2017-01-21 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.22 - zsh history mgmt improvements (delete).
|
|
|
|
2016-11-22 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.21 - Ubuntu Yakkety Yak release
|
|
|
|
2016-04-27 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.20 - Bottom prompt
|
|
* This release rewrite of screen rendering allowing to
|
|
choose prompt and help location - top or bottom. In
|
|
addition Ubuntu 16.04 LST is supported.
|
|
|
|
2015-11-25 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.19 - Stabilization release
|
|
* This minor release brings fixes of regexp mode.
|
|
|
|
2015-11-23 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.18 - Blacklists, Debian and Gentoo
|
|
* This minor release bring blacklist configurable from
|
|
a file (commands that are ignored). It also improves
|
|
Debian and Gentoo distribution builders.
|
|
|
|
2015-05-09 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.17 - History Management and Color Profiles
|
|
* This release brings improvements and stabilization
|
|
of the history management along with terminal
|
|
background agnostic color profiles.
|
|
|
|
2015-01-08 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.15 - First Item Autoselect and Vim Binding
|
|
* Minor release that brings first history item
|
|
autoselect on empty prompt selection, Vim style
|
|
history navigation binding and several bug fixes.
|
|
|
|
2014-10-29 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.14 - Keyboard Search and Improved Highlighting
|
|
* New release brings keyboard based search i.e. matching
|
|
of history entries by occurrence of words in arbitrary
|
|
order.
|
|
* In addition highlighting of matching segments in history
|
|
entries has been improved.
|
|
|
|
2014-09-11 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.13 - Transparent terminal and Internationalization
|
|
* New release brings support for transparent terminals.
|
|
* Internationalization problems were finally solved - use
|
|
of Czech, German, Chinese, ... special characters w/
|
|
and w/o diacritics should be smooth.
|
|
|
|
2014-05-05 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.12 - Regexp
|
|
* New release brings regexp based filtering of command
|
|
history. In addition it's possible to use HSTR in
|
|
non-interactive mode i.e. filtered output is written
|
|
to standard output. openSUSE became newly supported
|
|
distribution.
|
|
|
|
2014-04-14 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.10 - Favorites
|
|
* Major release that brings favorites - favorite
|
|
commands can be bookmarked for later use and managed
|
|
in a brand new view
|
|
|
|
2014-03-16 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.3 - Radix Sort Stabilization
|
|
* A stabilization release that enables loading of huge
|
|
history files and makes internal radix sort
|
|
implementation more efficient.
|
|
|
|
2014-01-25 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v1.0 - The First Stable Release
|
|
|
|
2013-12-03 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
|
* Released v0.2 - Initial Release
|