Skip to content

Commit

Permalink
Update changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulinma committed Mar 20, 2020
1 parent 2ea5aa0 commit 8bda686
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ac-pattern-tool",
"version": "1.0.0",
"version": "1.1.0",
"description": "Pattern tool for ACNL, ACHHD and ACNH",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 8 additions & 1 deletion src/pages/Changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<div>
<h1>Changelog</h1>
<dl>
<dt>March 20, 2020</dt>
<dd>
<ul>
<li>Added ACNH-style transparency support! Works both for image conversions and regular drawing.</li>
<li>Fixed "Error 3999" happening when uploading patterns created from scratch.</li>
</ul>
</dd>
<dt>March 19, 2020</dt>
<dd>
Massive update in a collaboration with two new main developers (DamSenViet and Myumi):
Expand Down Expand Up @@ -64,7 +71,7 @@ h1{
font-size:300%;
}
dt{
font-weight:bold;
font-size:150%;
margin-top:20px;
}
li{
Expand Down

0 comments on commit 8bda686

Please sign in to comment.