Skip to content

Commit ce3c148

Browse files
committed
Polishing changelog.
1 parent 6f10ef0 commit ce3c148

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

Changelog

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2023-04-10 Martin Dvorak <[email protected]>
1+
2023-04-15 Martin Dvorak <[email protected]>
22

3-
* Released v3.0.0 - important release which adds ability of HSTR to work
3+
* Released v3.0.0 - major release which adds ability of HSTR to work
44
on operating systems and Linux kernels without ioctl/TIOCSTI support.
55

66
2022-12-11 Martin Dvorak <[email protected]>
@@ -32,21 +32,23 @@
3232

3333
2018-08-28 Martin Dvorak <[email protected]>
3434

35-
* Released v2.0.0 - Major release which resolves confusing hstr/hh ambuiguity by choosing
35+
* Released v2.0.0 - Major release which resolves confusing hstr/hh ambiguity by choosing
3636
hstr to be the only name used. hh becomes just a shell alias. Therefore this release
3737
introduces backward incompatible changes: all HH_ starting environment variables were
38-
changed to HSTR_, similarly configuration file names starting with .hh_ were renamed to start
39-
with .hstr_, identifiers used in HSTR_CONFIG were changed e.g. favorites to favorites-view.
40-
Please check man page for details and update your 1.x.x configuration.
41-
Ubuntu package name was changed - use: apt install hstr. Tarball name has been changed as
42-
well to have hstr prefix - please update your scripts.
43-
Additional improvements: all memory leaks fixed, long commands handling improved (...), bash
44-
autocomplete added.
38+
changed to HSTR_, similarly configuration file names starting with .hh_ were renamed
39+
to start with .hstr_, identifiers used in HSTR_CONFIG were changed e.g. favorites to
40+
favorites-view.
41+
* Please check man page for details and update your 1.x.x configuration.
42+
* Ubuntu package name was changed - use: apt install hstr. Tarball name has been changed
43+
as well to have hstr prefix - please update your scripts.
44+
* Additional improvements: all memory leaks fixed, long commands handling improved (...),
45+
bash autocomplete added.
4546

4647
2018-08-13 Martin Dvorak <[email protected]>
4748

48-
* Released v1.27.0 - Long lines support, QtCreator IDE migration, all build scripts rewritten,
49-
new distros (my Debian PPA, snap, ...), CI, unit test framework and tests, various fixes.
49+
* Released v1.27.0 - Long lines support, QtCreator IDE migration, all build scripts
50+
rewritten, new distros (my Debian PPA, snap, ...), CI, unit test framework and tests,
51+
various fixes.
5052

5153
2018-05-06 Martin Dvorak <[email protected]>
5254

@@ -66,7 +68,7 @@
6668

6769
2016-11-22 Martin Dvorak <[email protected]>
6870

69-
* Released v1.21 - Ubuntu Yakkety Yak release
71+
* Released v1.21 - Ubuntu Yakkety Yak release.
7072

7173
2016-04-27 Martin Dvorak <[email protected]>
7274

@@ -107,7 +109,7 @@
107109
* New release brings keyboard based search i.e. matching
108110
of history entries by occurrence of words in arbitrary
109111
order.
110-
* In addition highlighting of matching segments in history
112+
* In addition highlighting of matching segments in history
111113
entries has been improved.
112114

113115
2014-09-11 Martin Dvorak <[email protected]>
@@ -122,17 +124,17 @@
122124

123125
* Released v1.12 - Regexp
124126
* New release brings regexp based filtering of command
125-
history. In addition it's possible to use HSTR in
127+
history. In addition it is possible to use HSTR in
126128
non-interactive mode i.e. filtered output is written
127129
to standard output. openSUSE became newly supported
128130
distribution.
129131

130132
2014-04-14 Martin Dvorak <[email protected]>
131133

132-
* Released v1.10 - Favorites
134+
* Released v1.10 - Favorites.
133135
* Major release that brings favorites - favorite
134136
commands can be bookmarked for later use and managed
135-
in a brand new view
137+
in a brand new view.
136138

137139
2014-03-16 Martin Dvorak <[email protected]>
138140

@@ -143,8 +145,8 @@
143145

144146
2014-01-25 Martin Dvorak <[email protected]>
145147

146-
* Released v1.0 - The First Stable Release
148+
* Released v1.0 - The First Stable Release.
147149

148150
2013-12-03 Martin Dvorak <[email protected]>
149151

150-
* Released v0.2 - Initial Release
152+
* Released v0.2 - Initial Release.

src/hstr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
// major.minor.revision
139139
static const char* VERSION_STRING=
140-
"hstr version \"3.0.0\" (2023-04-08T08:50:00)"
140+
"hstr version \"3.0.0\" (2023-04-15T08:50:00)"
141141
"\n";
142142

143143
static const char* HSTR_VIEW_LABELS[]={

0 commit comments

Comments
 (0)