forked from dvorka/hstr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
140 lines (93 loc) · 5.27 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
2021-12-13 Martin Dvorak <[email protected]>
* Released v2.5.0 - minor fix release to fix Arch build.
2021-12-03 Martin Dvorak <[email protected]>
* Released v2.4.0 - ability to insert custom command to terminal prompt,
minor fixes.
2020-11-19 Martin Dvorak <[email protected]>
* Released v2.3.0 - zsh timestamp extended history parsing and SEGFAULT fixes.
2019-12-21 Martin Dvorak <[email protected]>
* Released v2.2.0 - toggle visibility/move help lines (Fabian Saldias),
zsh support fixes, several memory leaks fixed.
2019-12-08 Martin Dvorak <[email protected]>
* Released v2.1.0 - significant zsh support improvements and stabilization.
2018-08-28 Martin Dvorak <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Released v1.25 - Community contributed fixes and improvements. Keyword search is default.
2018-01-03 Martin Dvorak <[email protected]>
* Released v1.24 - Reproducible build and stabilization.
2017-09-30 Martin Dvorak <[email protected]>
* Released v1.23 - WSL (Bash on Ubuntu on Windows 10) support
2017-01-21 Martin Dvorak <[email protected]>
* Released v1.22 - zsh history mgmt improvements (delete).
2016-11-22 Martin Dvorak <[email protected]>
* Released v1.21 - Ubuntu Yakkety Yak release
2016-04-27 Martin Dvorak <[email protected]>
* 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 <[email protected]>
* Released v1.19 - Stabilization release
* This minor release brings fixes of regexp mode.
2015-11-23 Martin Dvorak <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Released v1.0 - The First Stable Release
2013-12-03 Martin Dvorak <[email protected]>
* Released v0.2 - Initial Release