From 8d256463125343f730e973fd936cca98d1e40a50 Mon Sep 17 00:00:00 2001 From: Fallayn Date: Sat, 28 Aug 2021 18:07:11 +0200 Subject: [PATCH] Version 1.3.0 --- README.md | 6 ++++++ module.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc805a1..b62665e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ The module also depends on [Babele](https://foundryvtt.com/packages/babele) for Also see the [releases page](https://github.com/League-of-Foundry-Developers/foundryvtt-dnd5e-lang-de/releases). +### Version 1.3.0 + +- Add conversion/translation of distance and weight units into metric units (thanks @elbracht) +- Rarity converter is no longer needed and disabled in D&D system versions 1.4.0+ +- More compendium translations (thanks @stillday & friends) + ### Version 1.2.0 - Update to D&D 5E system version 1.4.0 diff --git a/module.json b/module.json index 29910d6..bbda4e7 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "name": "FoundryVTT-dnd5e-DE", "title": "DnD5e German Translation (Deutsch)", "description": "German language support for the D&D5e system", - "version": "1.2.0", + "version": "1.3.0", "minimumCoreVersion": "0.7.5", - "compatibleCoreVersion": "0.8.8", + "compatibleCoreVersion": "0.8.9", "author": "Fallayn#6414, Hydroxi#0366, Smicman#1404, ThoGri#6692, Morvar#0915, crash#7509", "esmodules": [ "dnd5e-de.js"