Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaralexanderfr committed Aug 18, 2020
1 parent d9d2552 commit 1004dad
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## **v1.3.1** - Aug 17th 2020

### Improvements:

* Updated author website URL from ~~www.edgaralexanderfr.com.ve~~ to edgaralexanderfr.com

## **v1.3.0** - May 19th 2019

### New features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Draw2PNG](https://edgaralexanderfr.github.io/draw2png/res/img/rounded-logo.png?)](https://edgaralexanderfr.github.io/draw2png/)

# Draw2PNG v1.3.0
# Draw2PNG v1.3.1

## CONTRIBUTING

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<script type="text/javascript" src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script type="text/javascript" src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<title data-langTextName="t1">Draw2PNG v1.3.0</title>
<title data-langTextName="t1">Draw2PNG v1.3.1</title>
</head>
<body>
<!-- helpWindow -->
Expand All @@ -76,7 +76,7 @@
<div class="helpWindowCenteredItem">
<img class="helpWindowLogo" src="res/img/rounded-logo.png" width="100" height="100" alt="Draw2PNG" />
</div>
<div class="helpWindowCenteredItem helpWindowTitle" data-langTextName="t2"><span>Draw2PNG v1.3.0</div>
<div class="helpWindowCenteredItem helpWindowTitle" data-langTextName="t2"><span>Draw2PNG v1.3.1</div>
<div class="helpWindowCenteredItem helpWindowTitle"><a href="https://github.com/edgaralexanderfr/draw2png/releases/latest" target="_blank">CHANGELOG</a></div>
<p class="helpWindowParagraph" data-langTextName="t3"><span class="helpWindowHighlight">Draw2PNG</span> is a tool you can use to <span class="helpWindowHighlight">extract the outline from your scanned drawing</span>, improve it, change its color and more!</p>
<p class="helpWindowParagraph" data-langTextName="t4">This application was originally intended to digitize sprites for videogames made by hand drawing, since drawing <span class="helpWindowHighlight">tablets could be quite expensive</span> for some people (like me), usually I scanned the drawing, and then I used it as a guide layer in softwares like <span class="helpWindowHighlight">Adobe Photoshop&copy;</span> in order to create the definitive <span class="helpWindowHighlight">transparent</span> drawing stroking it with the mouse, however, it was something really toilsome.</p>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draw2png",
"version": "1.3.0",
"version": "1.3.1",
"description": "Convert your hand-drawings into transparent images online!",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion res/js/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $(document).ready(function (event) {
' <meta http-equiv="X-UA-Compatible" content="ie=edge">' +
' <meta name="theme-color" content="#399ed1">' +
' <link rel="shortcut icon" href="res/img/favicon.ico" />' +
' <title>Draw2PNG v1.3.0</title>' +
' <title>Draw2PNG v1.3.1</title>' +
'</head>' +
'<body style="margin: 4px; background: #bbb;">' +
' <div style="margin: 0px auto; width: ' + canvas.width + 'px; height: ' + canvas.height + 'px; background-image : url(res/img/output-image-canvas-background.jpg); background-position : center center;">' +
Expand Down
4 changes: 2 additions & 2 deletions res/json/lang/es.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"t1" : "Draw2PNG v1.3.0",
"t2" : "Draw2PNG v1.3.0",
"t1" : "Draw2PNG v1.3.1",
"t2" : "Draw2PNG v1.3.1",
"t3" : "<span class=\"helpWindowHighlight\">Draw2PNG</span> es una herramienta que puedes utilizar para <span class=\"helpWindowHighlight\">extraer el contorno de tus dibujos escaneados</span>, 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 <span class=\"helpWindowHighlight\">tabletas para dibujar pueden ser algo costosas</span> para algunas personas (como yo), así que usualmente escaneaba el dibujo, y luego lo usaba como capa guía en softwares como <span class=\"helpWindowHighlight\">Adobe Photoshop©</span> para así crear el dibujo <span class=\"helpWindowHighlight\">transparente</span> definitivo contorneando con el ratón, sin embargo, era una tarea un tanto trabajosa.",
"t5" : "¿Suena interesante, no es así...? así que, ¡empecemos entonces!",
Expand Down

0 comments on commit 1004dad

Please sign in to comment.