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

Commit 6d2b9a7

Browse files
committed
fix ask in forum button translation and prepare release v0.1.0
1 parent 679383d commit 6d2b9a7

File tree

6 files changed

+320
-233
lines changed

6 files changed

+320
-233
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55

66
### Enhancements:
77
- Add UI loading indications for all operations
8-
- All blocking operations are now happening in blocking threads. This leads to a responsive UI even during demanding workloads.
8+
- All blocking operations are now happening in blocking threads. This leads to a responsive UI even during demanding workloads.
9+
10+
### Other:
11+
- Fix missing "ask in forum" button translation
12+
- updated various dependencies to the newest available version

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aw-modloader",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",
@@ -59,4 +59,4 @@
5959
"flag-icons": "^6.6.6",
6060
"svelte-i18n": "^3.4.0"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)