Skip to content

Commit

Permalink
Update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulinma committed Oct 16, 2022
1 parent 5d36d5e commit d1536de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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": "ac-pattern-tool",
"version": "1.3.0",
"version": "1.4.0",
"description": "Pattern tool for ACNL, ACHHD and ACNH",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Editor/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default {
try {
await navigator.clipboard.writeText(presses);
} catch (err) {
alert("Error! Could not copy: "+e);
alert("Error! Could not copy: "+err);
}
this.showKeypressCopied = true;
},
Expand Down Expand Up @@ -244,4 +244,4 @@ export default {
.qr-preview--dialog {
box-shadow: none;
}
</style>
</style>
4 changes: 2 additions & 2 deletions src/pages/Updates/Updates.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Updates

## Sept 27, 2022
## October 16, 2022

- Added page transitions
- Revamped About Us Page
Expand All @@ -14,7 +14,7 @@
- Improved storage loading time
- Added enter/exit/move pattern item animations to storage view
- Added ctrl/shift selections in storage view
- Added expandable/collapseable mosaic view in storage to help view mosaics from conversions
- Added expandable/collapsible mosaic view in storage to help view mosaics from conversions

## March 28, 2021

Expand Down

0 comments on commit d1536de

Please sign in to comment.