updated version number and description

This commit is contained in:
Sam Keddy
2019-04-04 17:55:33 +00:00
parent 3bf8857a31
commit 37c758d455
2 changed files with 5 additions and 5 deletions

View File

@ -12,9 +12,7 @@ way to pixel fast.
<p> <p>
This application does not have all the features of more advanced desktop editor, This application does not have all the features of more advanced desktop editor,
but we will add more over time. Desperate for a feature? Talk about it with us but we will add more over time. It currently features a pencil, eraser, fill, pan, eyedropper
in the <a target="_blank" href="http://reddit.com/r/lospec">Lospec subreddit</a>.
It currently features a pencil, fill, pan, eyedropper
and zoom tool. You can also easily adjust any colors in your palette. You can and zoom tool. You can also easily adjust any colors in your palette. You can
use any palette in our <a href="/palette-list">Palette List</a> by clicking the pencil next to the palette use any palette in our <a href="/palette-list">Palette List</a> by clicking the pencil next to the palette
title. title.

View File

@ -168,7 +168,7 @@
<div id="about"> <div id="about">
<button class="close-button">{{svg "x.svg" width="20" height="20"}}</button> <button class="close-button">{{svg "x.svg" width="20" height="20"}}</button>
<h1>About Lospec Pixel Editor</h1> <h1>About Lospec Pixel Editor</h1>
<div>version 1.0.0</div> <div>version 1.1.0</div>
<p>This is a web-based tool for creating and editing pixel art.</p> <p>This is a web-based tool for creating and editing pixel art.</p>
<p>The goal of this tool is to be an accessible and intuitive tool that's simple enough for a first time pixel artist while still being usable enough for a veteran. </p> <p>The goal of this tool is to be an accessible and intuitive tool that's simple enough for a first time pixel artist while still being usable enough for a veteran. </p>
<p>In the future I hope to add enough features to become a full fledged pixel art editor, with everything an artist could need.</p> <p>In the future I hope to add enough features to become a full fledged pixel art editor, with everything an artist could need.</p>
@ -178,7 +178,9 @@
<div id="changelog"> <div id="changelog">
<button class="close-button">{{svg "x.svg" width="20" height="20"}}</button> <button class="close-button">{{svg "x.svg" width="20" height="20"}}</button>
<h1>Changelog</h1> <h1>Changelog</h1>
<h2>Version 1.0.0</h2> <h2>Version 1.1.0 - 4/4/19</h2>
<p>Added transparency / eraser tool</p>
<h2>Version 1.1.0</h2>
<ul> <ul>
<li>Initial Release</li> <li>Initial Release</li>
</ul> </ul>