Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
fix ask in forum button translation and prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed Nov 23, 2022
1 parent 679383d commit 6d2b9a7
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 233 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@

### Enhancements:
- Add UI loading indications for all operations
- All blocking operations are now happening in blocking threads. This leads to a responsive UI even during demanding workloads.
- All blocking operations are now happening in blocking threads. This leads to a responsive UI even during demanding workloads.

### Other:
- Fix missing "ask in forum" button translation
- updated various dependencies to the newest available version
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aw-modloader",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -59,4 +59,4 @@
"flag-icons": "^6.6.6",
"svelte-i18n": "^3.4.0"
}
}
}
Loading

0 comments on commit 6d2b9a7

Please sign in to comment.