Update NEWS for v0.9.5
[quvi-tool.git] / NEWS
blob611681f351283c261beac6899ab442bc6c45637c
1 v0.9.5  [2013-11-10]
3 Toni Gundogdu:
4   - FIX: compilation errors
5     - array initialized from parenthesized string constant [384a628]
6     - comma at end of enumerator list [0c23359]
7   - linput: Rewrite input parsing completely [d92133c]
8   - quvi-dump: Do not escape reserved chars in URLs [d796a73]
10  10 files changed, 135 insertions(+), 96 deletions(-)
13 v0.9.4  [2013-10-05]
15 Toni Gundogdu:
16   - Add --enable-cookies [9b955b2]
17   - g_type_init: no longer needs to be called [9dd0250]
18   - Revise --version output [b385738]
19   - --version: Add "configuration" to output [30d6483]
20   - --version: Add QUVI_VERSION_SCRIPTS_CONFIGURATION to output [b0831e0]
22  8 files changed, 44 insertions(+), 16 deletions(-)
25 v0.9.3.1  [2013-08-28]
27 Toni Gundogdu:
28   - AC_PREREQ: Bump to 2.69 [0d0234f]
29   - DOC: Add chevs and (missing) ARGNAMEs to "config:" lines [bd56d12]
30   - status: Mark message output for translation [43c0308]
31   - status: Redo frames to look similar to progressbar frames [ad7af01]
33  8 files changed, 19 insertions(+), 17 deletions(-)
36 v0.9.3  [2013-07-16]
38 Toni Gundogdu:
39   - cb_status: Update for user_data [ed4d3bf]
40   - configure.ac: Require a2x when building from git [7301c45]
41   - DOC: --exec: Add details to %e and %f sequences [b80231d]
42   - DOC: --exec: Add the missing %e sequence [03c6357]
43   - DOC: quvi-get(1): Revise the output-regex description [cfc2b97]
44   - FIX: configure.ac: AS_IF for date(1) [60aa65e]
45   - FIX: regex pattern extraction (e.g. --output-regex) [6898a7c]
46   - status: Replace use of GDateTime with static frames [ee348cb]
47   - --version: Add CC and CFLAGS to output [7d530fa]
48   - --version: libquvi: Add QUVI_VERSION_BUILD_CC_FLAGS to output [eef985d]
50  10 files changed, 78 insertions(+), 70 deletions(-)
53 v0.9.2  [2013-06-19]
55 Toni Gundogdu:
56   - status: Reuse the status line, do not use newlines [6e905c4]
57     - Add framework for handling SIGWINCH [9d25820]
58       - quvi-dump: Setup SIGWINCH handler [acda95f]
59       - quvi-get: Setup SIGWINCH handler [8f30984]
60       - quvi-scan: Setup SIGWINCH handler [953a3ac]
61   - FIX: Keep the input URL order [c45aa78]
62   - FIX: lutil_quvi_init: Pass handle value to quvi_errmsg [7f70b96]
63   - FIX: progressbar: Print correct "mode:" [f4fac23]
64   - lprint: rfc2483: Escape sparingly [0d85b5f]
66  18 files changed, 304 insertions(+), 102 deletions(-)
69 v0.9.1  [2013-05-20]
71 This is the first official release of the 0.9 of quvi. The typical list
72 of the changes (commit-by-commit), since the 0.4, were omitted.
74 For a detailed list of the changes, see the git commit log. For an
75 overview of the changes made in the quvi project 0.9+ series, see:
76   http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP)
79 v0.4.2 (2012-03-01) / Toni Gundogdu
81 Bastien Nocera:
82   - Add "%e" to print the extension of the linked file [8c82966]
83   - Add "%h" to print the thumbnail URL for a link [9e463f0]
86 0.4.1  Mon Nov 28 2011  Toni Gundogdu
87 Changes:
88   - Accept multiple occurences of --exec
89   - Add verbosity level 'mute'
90   - Add new options:
91         --export-format
92         --export-level
93         --verbosity
94         --category
95         --feature
96   - Deprecate options:
97         --verbose-libcurl
98         --category-*
99         --quiet
100         --no-*
101         --xml
102 Fixes:
103   - Properly escape strings passed to shell (#79)
104     Many thanks to Tomas Janousek <tomi@nomi.cz> for the patch!
107 0.4.0  Wed Oct 05 2011  Toni Gundogdu
108 Changes:
109   - Split from "quvi", new repo at <http://repo.or.cz/w/quvi-tool.git>
110   - Make --category-all new default (prev. --category-http)
111   - Extend --exec to support %t, page title (#41)
112   - Remove deprecated "--format (help|list)"
113   - Remove deprecated "--no-shortened"
114   - Remove deprecated "--old"
116 For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.