Release v1.12.1

This commit is contained in:
Vlyan
2024-06-19 10:07:47 +02:00
parent 353d7312f0
commit 0a1a74c84b
2 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,12 @@
# Changelog # Changelog
Date format : day/month/year Date format : day/month/year
## 1.13.0 - ??/06/2024 - Compendium update (mostly french) > Version format : `<major>.<foundry-version>.<system-version>`
> - `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`. - 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`: - Added some missing from `Celestial Realms` and `Celestial Realms - Deathly Turns`:
- Armors: `The Golden Obi of the Sun Goddess` - Armors: `The Golden Obi of the Sun Goddess`
@@ -10,6 +15,7 @@ Date format : day/month/year
- Fixed some English page reference: - Fixed some English page reference:
- `Lightning Raid` : from `219` to `218` (thx to Etherial). - `Lightning Raid` : from `219` to `218` (thx to Etherial).
- `Tributaries of Trade` : added `221`. - `Tributaries of Trade` : added `221`.
- Changed the way of versioning the system: from `<major>.<minor>.<patch>` to `<major>.<foundry-version>.<system-version>`.
## 1.12.0 - 09/06/2024 - FoundryVTT v12 Compatibility ## 1.12.0 - 09/06/2024 - FoundryVTT v12 Compatibility
__! Be certain to carefully back up any critical user data before installing this update !__ __! Be certain to carefully back up any critical user data before installing this update !__

View File

@@ -7,11 +7,12 @@
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md", "changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md", "license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json", "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", "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.12.1/raw/l5r5e.zip?job=build",
"version": "1.12.0", "version": "1.12.1",
"compatibility": { "compatibility": {
"minimum": 12, "minimum": "12",
"verified": "12" "verified": "12",
"maximum": "12"
}, },
"manifestPlusVersion": "1.2.0", "manifestPlusVersion": "1.2.0",
"socket": true, "socket": true,