Skip to content

Commit b8f9659

Browse files
committed
Bumped version 1.4.5
1 parent a11f367 commit b8f9659

File tree

5 files changed

+446
-428
lines changed

5 files changed

+446
-428
lines changed

ChangeLog

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11

2-
1.4.5 (????-??-??)
2+
1.4.5 (2022-07-29)
33

44
- new: added '-u' option to duc index to index by username
5+
- new: added `json` subcommand (thanks Nicolas!)
6+
- new: added support for NO_COLOR env var
57
- cha: duc db location is now XDG compliant
6-
- fix: various bug fixes
8+
- fix: various bug fixes, check the git log for details
79

810
1.4.4 (2018-09-28)
911

@@ -44,7 +46,7 @@
4446

4547
1.4.0 (2016-02-24)
4648

47-
- new: added --count option
49+
- new: added --count option
4850
- new: added support for windows
4951
- cha: renamed guigl to gui, only one gui (X11/OpenGL) can now be enabled
5052
- cha: improved font handling on OpenGL backend

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
AC_PREREQ([2.13])
99

10-
AC_INIT([duc], [1.4.5-rc1], [[email protected]])
10+
AC_INIT([duc], [1.4.5], [[email protected]])
1111

1212
LIB_CURRENT=1
1313
LIB_REVISION=0

0 commit comments

Comments
 (0)