--version: libquvi: Add QUVI_VERSION_BUILD_CC_FLAGS to output
[quvi-tool.git] / NEWS
blob95a17fc6fc64d411d7a7354408becdf735bffaa5
1 v0.9.2  [2013-06-19]
3 Toni Gundogdu:
4   - status: Reuse the status line, do not use newlines [6e905c4]
5     - Add framework for handling SIGWINCH [9d25820]
6       - quvi-dump: Setup SIGWINCH handler [acda95f]
7       - quvi-get: Setup SIGWINCH handler [8f30984]
8       - quvi-scan: Setup SIGWINCH handler [953a3ac]
9   - FIX: Keep the input URL order [c45aa78]
10   - FIX: lutil_quvi_init: Pass handle value to quvi_errmsg [7f70b96]
11   - FIX: progressbar: Print correct "mode:" [f4fac23]
12   - lprint: rfc2483: Escape sparingly [0d85b5f]
14  18 files changed, 304 insertions(+), 102 deletions(-)
17 v0.9.1  [2013-05-20]
19 This is the first official release of the 0.9 of quvi. The typical list
20 of the changes (commit-by-commit), since the 0.4, were omitted.
22 For a detailed list of the changes, see the git commit log. For an
23 overview of the changes made in the quvi project 0.9+ series, see:
24   http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP)
27 v0.4.2 (2012-03-01) / Toni Gundogdu
29 Bastien Nocera:
30   - Add "%e" to print the extension of the linked file [8c82966]
31   - Add "%h" to print the thumbnail URL for a link [9e463f0]
34 0.4.1  Mon Nov 28 2011  Toni Gundogdu
35 Changes:
36   - Accept multiple occurences of --exec
37   - Add verbosity level 'mute'
38   - Add new options:
39         --export-format
40         --export-level
41         --verbosity
42         --category
43         --feature
44   - Deprecate options:
45         --verbose-libcurl
46         --category-*
47         --quiet
48         --no-*
49         --xml
50 Fixes:
51   - Properly escape strings passed to shell (#79)
52     Many thanks to Tomas Janousek <tomi@nomi.cz> for the patch!
55 0.4.0  Wed Oct 05 2011  Toni Gundogdu
56 Changes:
57   - Split from "quvi", new repo at <http://repo.or.cz/w/quvi-tool.git>
58   - Make --category-all new default (prev. --category-http)
59   - Extend --exec to support %t, page title (#41)
60   - Remove deprecated "--format (help|list)"
61   - Remove deprecated "--no-shortened"
62   - Remove deprecated "--old"
64 For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.