Sketchy/changelog.html

29 lines
740 B
HTML
Raw Permalink Normal View History

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