From 85f23aa44f0cf609ce2b0e8dd138eb6a6f65eaa7 Mon Sep 17 00:00:00 2001 From: flamewave000 <3588046+flamewave000@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:46:12 -0500 Subject: [PATCH] qol: Release japanese localisations --- df-qol/CHANGELOG.md | 3 +++ df-qol/README.md | 4 ++++ df-qol/TODO.md | 3 --- df-qol/module.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 df-qol/TODO.md diff --git a/df-qol/CHANGELOG.md b/df-qol/CHANGELOG.md index 5c748f3..64273bf 100644 --- a/df-qol/CHANGELOG.md +++ b/df-qol/CHANGELOG.md @@ -1,5 +1,8 @@ # DragonFlagon Quality of Life +## Release 1.7.1 (2022-01-02) +- **NEW #274:** Japanese Localization: Courtesy of touge and [BrotherSharper](https://github.com/BrotherSharper). + ## Release 1.7.0 (2021-12-30) - **UPDATE:** Migrated to FoundryVTT V9. - **FIX #256:** Vehicle weight options now displays in the sheet config. diff --git a/df-qol/README.md b/df-qol/README.md index e6a3308..90a8f02 100644 --- a/df-qol/README.md +++ b/df-qol/README.md @@ -7,6 +7,10 @@ Each feature is not only self-contained, but when disabled will completely and c ##### [![become a patron](../.assets/patreon-image.png)](https://www.patreon.com/bePatron?u=46113583) If you want to support me or just help me buy doggy treats! Also, you can keep up to date on what I'm working on. I will be announcing any new modules or pre-releases there for anyone wanting to help me test things out! +## Contributers + +- Touge & [BrotherSharper](https://github.com/BrotherSharper): Japanese Localization + ## Auto-Target Tokens with Template If enabled, templates will automatically mark tokens that are inside the template area of effect as "Targetted". This is very useful for quickly placing spell templates and be able to apply the spells affect to the targeted tokens. diff --git a/df-qol/TODO.md b/df-qol/TODO.md deleted file mode 100644 index 9df0113..0000000 --- a/df-qol/TODO.md +++ /dev/null @@ -1,3 +0,0 @@ - - Add Quick Table Rolls - - Add AutoFocus of any rendered entity creator (Journal, Actor, Etc.) that auto-focuses the text field. - - \ No newline at end of file diff --git a/df-qol/module.json b/df-qol/module.json index e4e7c99..bdd2dcf 100644 --- a/df-qol/module.json +++ b/df-qol/module.json @@ -1,6 +1,6 @@ { "name": "df-qol", - "version": "1.7.0", + "version": "1.7.1", "title": "DF Quality of Life", "description": "A set of various small Quality of Life changes that don't quite fit in my other larger modules.", "author": "flamewave000#0001",