tag:github.com,2008:https://github.com/zevv/duc/releases Release notes from duc 2025-11-06T18:15:01Z tag:github.com,2008:Repository/19673248/1.4.6 2025-11-11T08:09:59Z 1.4.6 <ul> <li>new: added LICENCE to 'make release' target</li> <li>fix: fixed logic error in buffer_get()</li> <li>cha: updated tests</li> </ul> zevv tag:github.com,2008:Repository/19673248/1.4.5 2022-07-25T08:01:33Z 1.4.5 <p>Holiday house cleaning release:</p> <ul> <li>new: added '-u' option to duc index to index by username</li> <li>new: added <code>json</code> subcommand (thanks Nicolas!)</li> <li>new: added support for NO_COLOR env var</li> <li>cha: duc db location is now XDG compliant</li> <li>fix: various bug fixes, check the git log for details</li> </ul> zevv tag:github.com,2008:Repository/19673248/1.4.5-rc1 2020-06-27T11:40:55Z 1.4.5-rc1 <p>Bumped version to 1.4.5-rc1, updated changelog</p> zevv tag:github.com,2008:Repository/19673248/1.4.4 2018-09-28T09:52:32Z 1.4.4 <ul> <li>new: added --directory/-D option to 'duc ls' to allow listing of only directory itself (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="348275509" data-permission-text="Title is private" data-url="https://github.com/zevv/duc/issues/196" data-hovercard-type="issue" data-hovercard-url="/zevv/duc/issues/196/hovercard" href="https://github.com/zevv/duc/issues/196">#196</a>)</li> <li>new: 'duc ls' now handles multiple path arguments</li> <li>new: added 'o' key to duc-ui to pass current file to xdg-open</li> <li>new: added DPI handing for graph font size (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="359599870" data-permission-text="Title is private" data-url="https://github.com/zevv/duc/issues/201" data-hovercard-type="issue" data-hovercard-url="/zevv/duc/issues/201/hovercard" href="https://github.com/zevv/duc/issues/201">#201</a>)</li> <li>new: added '-a/--apparent' option to 'duc xml' (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="202215418" data-permission-text="Title is private" data-url="https://github.com/zevv/duc/issues/171" data-hovercard-type="issue" data-hovercard-url="/zevv/duc/issues/171/hovercard" href="https://github.com/zevv/duc/issues/171">#171</a>)</li> <li>fix: improved cairo and SVG graph rendering (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="363243176" data-permission-text="Title is private" data-url="https://github.com/zevv/duc/issues/202" data-hovercard-type="issue" data-hovercard-url="/zevv/duc/issues/202/hovercard" href="https://github.com/zevv/duc/issues/202">#202</a>)</li> <li>cha: changed license from GPL to LGPL (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="279884114" data-permission-text="Title is private" data-url="https://github.com/zevv/duc/issues/190" data-hovercard-type="issue" data-hovercard-url="/zevv/duc/issues/190/hovercard" href="https://github.com/zevv/duc/issues/190">#190</a>)</li> </ul> zevv tag:github.com,2008:Repository/19673248/1.4.3 2017-01-02T09:00:46Z 1.4.3 <ul> <li>fix: fixed mouse and tooltip coordinates in scrolled CGI</li> <li>fix: fixed lmdb read/write locking</li> <li>new: added --dry-run option to 'duc index' for testing purposes</li> </ul> zevv tag:github.com,2008:Repository/19673248/1.4.2 2016-11-20T21:20:30Z 1.4.2 <ul> <li>new: default per-user file path is now ~/.config/duc/ducrc</li> <li>new: added 'classic' palette for Philesight look</li> <li>new: added -n/--name-sort option to 'duc ui' and 'duc ls'</li> <li>new: added --header and --footer options to 'duc cgi'</li> <li>cha: warnings in during indexing now show full path</li> <li>fix: fixed multiline label printing in CGI graph</li> <li>fix: removed PATH_MAX references which broke build on GNU Hurd</li> <li>fix: fixed line stroking for HTML drawing backend</li> </ul> zevv tag:github.com,2008:Repository/19673248/1.4.1 2016-03-12T08:09:45Z 1.4.1 (2016-03-12) <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" - new: added --fs-include and --fs-exclude options - cha: disabled gui gradients by default. use the --gradient option for original graph style - cha: tooltip now shows actual size, apparent size and count - fix: once more fixed cgi parameter decoding - fix: fixed handling of filenames with spaces in 'duc cgi'"><pre class="notranslate"><code> - new: added --fs-include and --fs-exclude options - cha: disabled gui gradients by default. use the --gradient option for original graph style - cha: tooltip now shows actual size, apparent size and count - fix: once more fixed cgi parameter decoding - fix: fixed handling of filenames with spaces in 'duc cgi' </code></pre></div> zevv tag:github.com,2008:Repository/19673248/1.4.0 2016-02-24T08:13:27Z 1.4.0 (2016-02-24) <ul> <li>new: added --count option</li> <li>new: added support for windows</li> <li>cha: renamed guigl to gui, only one gui (X11/OpenGL) can now be enabled</li> <li>cha: improved font handling on OpenGL backend</li> <li>cha: changed CGI environment detection to work around bug in Lighttpd</li> </ul> zevv tag:github.com,2008:Repository/19673248/1.3.3 2015-06-14T18:07:51Z 1.3.3 (2015-06-14) <ul> <li>fix: added missing file font.c for --enable-opengl</li> </ul> zevv tag:github.com,2008:Repository/19673248/1.3.2 2015-06-14T18:07:25Z 1.3.2 (2015-06-13) <p>Bugfix release:</p> <ul> <li>fix: rewind dir before drawing 'list' in CGI</li> <li>fix: fix clicking through CGI graph if tooltip is not enabled</li> </ul> zevv