From 0a1a74c84bc37395ddbeffaf77d19d027f3183d5 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Wed, 19 Jun 2024 10:07:47 +0200 Subject: [PATCH] Release v1.12.1 --- CHANGELOG.md | 8 +++++++- system/system.json | 9 +++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97caaf8..af2da85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog Date format : day/month/year -## 1.13.0 - ??/06/2024 - Compendium update (mostly french) +> Version format : `..` +> - `major`: Big breaking changes. +> - `foundry-version`: Stick to the major version of FoundryVTT. +> - `system-version`: System functionalities and Fixes. + +## 1.12.1 - 19/06/2024 - Compendium update (mostly french) - Updated the names and pages number from the official French translation of `Celestial Realms` and `Fields of Victory`. - Added some missing from `Celestial Realms` and `Celestial Realms - Deathly Turns`: - Armors: `The Golden Obi of the Sun Goddess` @@ -10,6 +15,7 @@ Date format : day/month/year - Fixed some English page reference: - `Lightning Raid` : from `219` to `218` (thx to Etherial). - `Tributaries of Trade` : added `221`. +- Changed the way of versioning the system: from `..` to `..`. ## 1.12.0 - 09/06/2024 - FoundryVTT v12 Compatibility __! Be certain to carefully back up any critical user data before installing this update !__ diff --git a/system/system.json b/system/system.json index d11e8dc..1ff10d7 100644 --- a/system/system.json +++ b/system/system.json @@ -7,11 +7,12 @@ "changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md", "license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md", "manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json", - "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.12.0/raw/l5r5e.zip?job=build", - "version": "1.12.0", + "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.12.1/raw/l5r5e.zip?job=build", + "version": "1.12.1", "compatibility": { - "minimum": 12, - "verified": "12" + "minimum": "12", + "verified": "12", + "maximum": "12" }, "manifestPlusVersion": "1.2.0", "socket": true,