diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a4c42..74455ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Middle Kingdom - v10 -> main branch +### 2.19.0 - January 18, 2025 - Updated German translation +- [FEATURE] German translation updated with 8 strings - thanks, MKBraun! + ### 2.18.0 - January 12, 2025 - Dim/Bright config is now purely fallback - [FEATURE] Eliminated confusing name/bright/dim override setting. * On systems that have no sources configured, a source with this name and those light values becomes the sole source. diff --git a/README.md b/README.md index 41740b5..5af5d66 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ The following is the current status of translation. Some features have arrived, | Language | Completion | Contributors | | -------- | ---------- | ------------ | -| de | `[################--------]` 16/24 (67%) | ToGreedy, Beff42 | +| de | `[########################]` 24/24 (100%) | ToGreedy, Beff42, MKBraun | | en | `[########################]` 24/24 (100%) | deuce, lupestro | | es | `[################--------]` 16/24 (67%) | lozanoje, WallaceMcGregor | | fr | `[############------------]` 12/24 (50%) | Aymeeric | diff --git a/module.json b/module.json index cd23e83..ddb232f 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "2.18.0", + "version": "2.19.0", "authors": [ { "name": "Deuce", @@ -77,7 +77,7 @@ "torch.css" ], "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/main/module.json", - "download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.18.0/torch-v2.18.0.zip", + "download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.19.0/torch-v2.19.0.zip", "url": "https://github.com/League-of-Foundry-Developers/torch", "compatibility": { "minimum": "10", diff --git a/package.json b/package.json index 4c1ac2a..fe810d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "torch", - "version": "2.18.0", + "version": "2.19.0", "description": "Torch HUD Controls", "main": "src/torch.js",