Sketchy/changelog.html

29 lines
740 B
HTML
Raw Normal View History

2014-02-07 15:55:55 +03:30
<html>
<head>
<meta charset='UTF-8'>
<title>Sketchy Changelog</title>
</head>
<body>
2014-02-09 19:08:14 +03:30
<ul>
<b>1.2</b>
2014-02-21 17:03:13 +03:30
<li>Added an option to save sketches as a project, so they are editable later</li>
2014-02-16 18:07:54 +03:30
<li>Added an option to change board's color ( Background )</li>
<li>Added Shapes (Circle, Rectangle, Square, Triangle)</li>
2014-02-21 17:03:13 +03:30
<li>Added Fill/Stroke option for Lines and Shapes )</li>
2014-02-16 18:07:54 +03:30
<li>Made Line Join working ( was disabled in version 1.1 )</li>
2014-02-09 19:08:14 +03:30
<b>1.1</b>
2014-02-07 15:55:55 +03:30
<li>Added "About"</li>
<li>No Load-time for mobile</li>
2014-02-07 16:07:34 +03:30
<li>Added preloader for images</li>
2014-02-07 17:30:34 +03:30
<li>Fixed low lineWidth for sketches rendering invisible in Chrome</li>
<li>Fixed background settings not applying ( save )</li>
2014-02-07 18:35:58 +03:30
<li>Fixed Email link not working on Mobile</li>
2014-02-09 19:08:14 +03:30
2014-02-07 15:55:55 +03:30
</ul>
</body>
</html>