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