Skip to content

Commit ed7fcd4

Browse files
committed
Bumped version to 1.4.4
1 parent 5714fbf commit ed7fcd4

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
1.4.4 (2018-09-28)
3+
4+
- new: added --directory/-D option to 'duc ls' to allow listing
5+
of only directory itself (#196)
6+
- new: 'duc ls' now handles multiple path arguments
7+
- new: added 'o' key to duc-ui to pass current file to xdg-open
8+
- new: added DPI handing for graph font size (#201)
9+
- new: added '-a/--apparent' option to 'duc xml' (#171)
10+
- fix: improved cairo and SVG graph rendering (#202)
211
- cha: changed license from GPL to LGPL (#190)
312

413
1.4.3 (2017-01-02)

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.3], [[email protected]])
10+
AC_INIT([duc], [1.4.4], [[email protected]])
1111

1212
LIB_CURRENT=1
1313
LIB_REVISION=0

doc/duc.1.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)