noo/site/releasenotes-template.html

31 lines
743 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="lt" xml:lang="lt" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Sample Release Notes</title>
<meta name="robots" content="anchors" />
<style type="text/css">
p {
font-size: 13pt;
font-weight: normal;
}
</style>
</head>
<body>
<!-- begin version=0.8.4 -->
<p><b>Changes in version 0.8.4</b></p>
<p>- fixed rare bug when moving tasks - sometimes it could crash </p>
<p> - improvement of deployment system </p>
<p> - migrated to Qt 5.4.1 </p>
<!-- end version=0.8.4 -->
</body>
</html>