summaryrefslogtreecommitdiff
path: root/projects/libcss/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libcss/index.html')
-rw-r--r--projects/libcss/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/libcss/index.html b/projects/libcss/index.html
index 7a397cf..dad2c2b 100644
--- a/projects/libcss/index.html
+++ b/projects/libcss/index.html
@@ -65,6 +65,8 @@
<p>Most recent first:</p>
<dl class="releases">
+<dt>LibCSS 0.8.0</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.8.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.8.0">Changes</a></dd>
<dt>LibCSS 0.7.0</dt>
<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.7.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.7.0">Changes</a></dd>
<dt>LibCSS 0.6.1</dt>
@@ -96,6 +98,14 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.8.0">LibCSS 0.8.0</dt>
+<dd><ul>
+<li>Added support for CSS flexbox properties.</li>
+<li>Added support for new CSS units.</li>
+<li>Auto-generated source code for computed style handling.</li>
+<li>Squashed some undefined behaviour issues.</li>
+<li>Unified some duplicated media handling code.</li>
+</ul></dd>
<dt id="changes-0.7.0">LibCSS 0.7.0</dt>
<dd><ul>
<li>Computed styles can now be shared between elements.