Release v1.13.4
This commit is contained in:
@@ -6,7 +6,7 @@ Date format : day/month/year
|
|||||||
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
||||||
> - `system-version`: System functionalities and Fixes.
|
> - `system-version`: System functionalities and Fixes.
|
||||||
|
|
||||||
## 1.13.4 - XX/XX/2026 - UI Polish, Compendium Upgrades
|
## 1.13.4 - 01/03/2026 - UI Polish, Compendium Upgrades
|
||||||
Welcoming Litasa as a maintainer for the system!
|
Welcoming Litasa as a maintainer for the system!
|
||||||
|
|
||||||
- Fixing type in Courts of Stone title, thanks to SagaTympana (!51).
|
- Fixing type in Courts of Stone title, thanks to SagaTympana (!51).
|
||||||
|
|||||||
@@ -18,17 +18,17 @@ See the [Wiki page - Installation](https://gitlab.com/teaml5r/l5r5e/-/wikis/user
|
|||||||
|
|
||||||
|
|
||||||
## Current L5R team (alphabetical order)
|
## Current L5R team (alphabetical order)
|
||||||
- Vlyan (development)
|
|
||||||
- Litasa (development)
|
- Litasa (development)
|
||||||
|
- Vlyan (development)
|
||||||
|
|
||||||
|
|
||||||
## Historical L5R team (alphabetical order)
|
## Historical L5R team (alphabetical order)
|
||||||
- Carter (compendiums, adventure adaptation)
|
- Carter (compendiums, adventure adaptation)
|
||||||
- Hrunh (compendiums, pre-gen characters adaptation)
|
- Hrunh (compendiums, pre-gen characters adaptation)
|
||||||
|
- Litasa (development)
|
||||||
- Mandar (development)
|
- Mandar (development)
|
||||||
- Sasmira (contributor)
|
- Sasmira (contributor)
|
||||||
- Vlyan (development)
|
- Vlyan (development)
|
||||||
- Litasa (development)
|
|
||||||
|
|
||||||
|
|
||||||
## Acknowledgements, vielen danke & Many thanks to :
|
## Acknowledgements, vielen danke & Many thanks to :
|
||||||
|
|||||||
@@ -241,25 +241,24 @@ export const RegisterSettings = function () {
|
|||||||
/* -------------------------------------- */
|
/* -------------------------------------- */
|
||||||
/* Grid Settings (GM only) */
|
/* Grid Settings (GM only) */
|
||||||
/* -------------------------------------- */
|
/* -------------------------------------- */
|
||||||
|
|
||||||
// UI Configuration
|
// UI Configuration
|
||||||
game.settings.register(CONFIG.l5r5e.namespace, "tactical-grid-settings-world", {
|
game.settings.register(CONFIG.l5r5e.namespace, "tactical-grid-settings-world", {
|
||||||
scope: "world",
|
scope: "world",
|
||||||
config: false,
|
config: false,
|
||||||
type: TacticalGridSettingsL5R5E.worldSchema,
|
type: TacticalGridSettingsL5R5E.worldSchema,
|
||||||
});
|
});
|
||||||
|
|
||||||
game.settings.register(CONFIG.l5r5e.namespace, "tactical-grid-settings-client", {
|
game.settings.register(CONFIG.l5r5e.namespace, "tactical-grid-settings-client", {
|
||||||
scope: "client",
|
scope: "client",
|
||||||
config: false,
|
config: false,
|
||||||
type: TacticalGridSettingsL5R5E.clientSchema,
|
type: TacticalGridSettingsL5R5E.clientSchema,
|
||||||
});
|
});
|
||||||
|
|
||||||
game.settings.registerMenu(CONFIG.l5r5e.namespace, "tactical-grid-settings", {
|
game.settings.registerMenu(CONFIG.l5r5e.namespace, "tactical-grid-settings", {
|
||||||
name: "l5r5e.tactical_grid.settings.title",
|
name: "l5r5e.tactical_grid.settings.title",
|
||||||
label: "l5r5e.tactical_grid.settings.label",
|
label: "l5r5e.tactical_grid.settings.label",
|
||||||
hint: "l5r5e.tactical_grid.settings.hint",
|
hint: "l5r5e.tactical_grid.settings.hint",
|
||||||
icon: "fa-solid fa-table-layout",
|
icon: "fa-solid fa-table-layout",
|
||||||
type: TacticalGridSettingsL5R5E
|
type: TacticalGridSettingsL5R5E
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
"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.13.3/raw/l5r5e.zip?job=build",
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.13.4/raw/l5r5e.zip?job=build",
|
||||||
"version": "1.13.3",
|
"version": "1.13.4",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13",
|
"minimum": "13",
|
||||||
"verified": "13",
|
"verified": "13",
|
||||||
|
|||||||
Reference in New Issue
Block a user