DOC: quvirc(5): Add HTTP section to the example
[quvi-tool.git] / NEWS
blob81b15bbd72a5633261b26436a577af4b51367cb2
1 v0.9.3.1  [2013-08-28]
3 Toni Gundogdu:
4   - AC_PREREQ: Bump to 2.69 [0d0234f]
5   - DOC: Add chevs and (missing) ARGNAMEs to "config:" lines [bd56d12]
6   - status: Mark message output for translation [43c0308]
7   - status: Redo frames to look similar to progressbar frames [ad7af01]
9  8 files changed, 19 insertions(+), 17 deletions(-)
12 v0.9.3  [2013-07-16]
14 Toni Gundogdu:
15   - cb_status: Update for user_data [ed4d3bf]
16   - configure.ac: Require a2x when building from git [7301c45]
17   - DOC: --exec: Add details to %e and %f sequences [b80231d]
18   - DOC: --exec: Add the missing %e sequence [03c6357]
19   - DOC: quvi-get(1): Revise the output-regex description [cfc2b97]
20   - FIX: configure.ac: AS_IF for date(1) [60aa65e]
21   - FIX: regex pattern extraction (e.g. --output-regex) [6898a7c]
22   - status: Replace use of GDateTime with static frames [ee348cb]
23   - --version: Add CC and CFLAGS to output [7d530fa]
24   - --version: libquvi: Add QUVI_VERSION_BUILD_CC_FLAGS to output [eef985d]
26  10 files changed, 78 insertions(+), 70 deletions(-)
29 v0.9.2  [2013-06-19]
31 Toni Gundogdu:
32   - status: Reuse the status line, do not use newlines [6e905c4]
33     - Add framework for handling SIGWINCH [9d25820]
34       - quvi-dump: Setup SIGWINCH handler [acda95f]
35       - quvi-get: Setup SIGWINCH handler [8f30984]
36       - quvi-scan: Setup SIGWINCH handler [953a3ac]
37   - FIX: Keep the input URL order [c45aa78]
38   - FIX: lutil_quvi_init: Pass handle value to quvi_errmsg [7f70b96]
39   - FIX: progressbar: Print correct "mode:" [f4fac23]
40   - lprint: rfc2483: Escape sparingly [0d85b5f]
42  18 files changed, 304 insertions(+), 102 deletions(-)
45 v0.9.1  [2013-05-20]
47 This is the first official release of the 0.9 of quvi. The typical list
48 of the changes (commit-by-commit), since the 0.4, were omitted.
50 For a detailed list of the changes, see the git commit log. For an
51 overview of the changes made in the quvi project 0.9+ series, see:
52   http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP)
55 v0.4.2 (2012-03-01) / Toni Gundogdu
57 Bastien Nocera:
58   - Add "%e" to print the extension of the linked file [8c82966]
59   - Add "%h" to print the thumbnail URL for a link [9e463f0]
62 0.4.1  Mon Nov 28 2011  Toni Gundogdu
63 Changes:
64   - Accept multiple occurences of --exec
65   - Add verbosity level 'mute'
66   - Add new options:
67         --export-format
68         --export-level
69         --verbosity
70         --category
71         --feature
72   - Deprecate options:
73         --verbose-libcurl
74         --category-*
75         --quiet
76         --no-*
77         --xml
78 Fixes:
79   - Properly escape strings passed to shell (#79)
80     Many thanks to Tomas Janousek <tomi@nomi.cz> for the patch!
83 0.4.0  Wed Oct 05 2011  Toni Gundogdu
84 Changes:
85   - Split from "quvi", new repo at <http://repo.or.cz/w/quvi-tool.git>
86   - Make --category-all new default (prev. --category-http)
87   - Extend --exec to support %t, page title (#41)
88   - Remove deprecated "--format (help|list)"
89   - Remove deprecated "--no-shortened"
90   - Remove deprecated "--old"
92 For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.