diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5aa1b..129257c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## **v1.1.0** - May 11th 2019 + +### New features: + +* Added Gulp task for compiling the source. +* Added Gulp task for local HTTP server. + +### Improvements: + +* Improved project structure, files and documentation. + ## **v1.0.0** - August 19th 2016 First production release with the ideal features. diff --git a/README.md b/README.md index 9b5157a..3c56350 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Draw2PNG](https://edgaralexanderfr.github.io/draw2png/res/img/rounded-logo.png)](https://edgaralexanderfr.github.io/draw2png/) -# Draw2PNG v1.0.0 +# Draw2PNG v1.1.0 ## CONTRIBUTING diff --git a/index.html b/index.html index 4e55e0a..9c546ef 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - Draw2PNG v1.0.0 + Draw2PNG v1.1.0 @@ -70,7 +70,7 @@
-
Draw2PNG v1.0.0
+
Draw2PNG v1.1.0

Draw2PNG is a tool you can use to extract the outline from your scanned drawing, improve it, change its color and more!

This application was originally intended to digitize sprites for videogames made by hand drawing, since drawing tablets could be quite expensive for some people (like me), usually I scanned the drawing, and then I used it as a guide layer in softwares like Adobe Photoshop© in order to create the definitive transparent drawing stroking it with the mouse, however, it was something really toilsome.

Sounds interesting, isn't it...? so, let's get started then!

diff --git a/package.json b/package.json index 9dfc171..9823b1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draw2png", - "version": "v1.0.0", + "version": "v1.1.0", "description": "Convert your hand-drawings into transparent images online!", "main": "index.js", "scripts": { diff --git a/res/json/lang/es.json b/res/json/lang/es.json index f5ca559..d514d41 100644 --- a/res/json/lang/es.json +++ b/res/json/lang/es.json @@ -1,6 +1,6 @@ { - "t1" : "Draw2PNG v1.0.0", - "t2" : "Draw2PNG v1.0.0", + "t1" : "Draw2PNG v1.1.0", + "t2" : "Draw2PNG v1.1.0", "t3" : "Draw2PNG es una herramienta que puedes utilizar para extraer el contorno de tus dibujos escaneados, mejorarlos, cambiar su color ¡y más!", "t4" : "Esta aplicación estaba originalmente destinada a digitalizar sprites para videojuegos dibujados a mano, como es de saber las tabletas para dibujar pueden ser algo costosas para algunas personas (como yo), así que usualmente escaneaba el dibujo, y luego lo usaba como capa guía en softwares como Adobe Photoshop© para así crear el dibujo transparente definitivo contorneando con el ratón, sin embargo, era una tarea un tanto trabajosa.", "t5" : "¿Suena interesante, no es así...? así que, ¡empecemos entonces!",