diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/dillo.1.in | 2 | ||||
-rw-r--r-- | doc/user_help.in.html | 3 |
3 files changed, 4 insertions, 2 deletions
@@ -32,6 +32,7 @@ dillo-3.2.0 [Not released yet] +- Add primitive support for SVG using the nanosvg.h library. - Add support for ch, rem, vw, vh, vmin and vmax CSS units. - Allow placing the scrollbar on the left side. + - Add support for WebP images. Patches: dogma, Rodrigo Arias Mallo +- Avoid expensive search for multipart/form-data boundaries. Patches: Xavier Del Campo Romero, Rodrigo Arias Mallo diff --git a/doc/dillo.1.in b/doc/dillo.1.in index 1a8b322c..44f239a3 100644 --- a/doc/dillo.1.in +++ b/doc/dillo.1.in @@ -16,7 +16,7 @@ HTTPS support can be enabled. Both FTP and Dillo's download manager use the .BR wget (1) downloader. .PP -Dillo displays HTML, text, PNG, JPEG, GIF and SVG files. +Dillo displays HTML, text, PNG, JPEG, GIF, SVG and WebP files. It handles cookies, HTTP authentication (basic and digest), proxying (basic), and some CSS. .PP diff --git a/doc/user_help.in.html b/doc/user_help.in.html index 3edc870d..2d940ec6 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -142,7 +142,8 @@ IPFS and others are available as <p>Dillo supports a subset of HTML 4.01 and CSS 2.1 but it <b>doesn't support JavaScript</b> and only implements some elements of HTML 5 and CSS 3. It also -renders plain text documents and images in PNG, JPG, GIF and SVG formats.</p> +renders plain text documents and images in PNG, JPG, GIF, SVG and WebP +formats.</p> <h2 id="reading">Reading</h2> <p>In this section we cover the basics to read a web page, scrolling and finding |