diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a8f372d..dc6195756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next Release +## 1.20.30 + - Color scheme and decoration theme are now separate settings, and changing the color theme no longer requires a restart ([#695](https://github.com/ben/foundry-ironsworn/pull/695#pullrequestreview-1350439536)) - Disable chat-message copy buttons (and add a tooltip) if access to the clipboard is restricted ([#678](https://github.com/ben/foundry-ironsworn/pull/678)) - Better condition checkboxes ([#684](https://github.com/ben/foundry-ironsworn/pull/684)) diff --git a/system/system.json b/system/system.json index 9a2551f58..7d4de6a03 100644 --- a/system/system.json +++ b/system/system.json @@ -1,209 +1,213 @@ { - "id": "foundry-ironsworn", - "title": "Ironsworn & Starforged", - "description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkin.", - "license": "LICENSE.txt", - "version": "1.20.29", - "url": "https://github.com/ben/foundry-ironsworn", - "manifest": "https://github.com/ben/foundry-ironsworn/releases/latest/download/system.json", - "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.20.29/ironsworn.zip", - "compatibility": { - "minimum": 10, - "verified": 10 - }, - "authors": [ - { - "name": "Ben Straub", - "url": "https://ben.straub.cc", - "email": "ben@straub.cc", - "discord": "benstraub#3706", - "reddit": "u/ben_straub", - "twitter": "@benstraub" - } - ], - "manifestPlusVersion": "1.2.0", - "media": [ - { - "type": "screenshot", - "url": "https://user-images.githubusercontent.com/39902/196736998-be31c65c-808e-48af-8952-7e4f35c1cafd.jpg", - "caption": "Ironsworn character sheet" - }, - { - "type": "screenshot", - "url": "https://user-images.githubusercontent.com/39902/196737008-e2c3156f-5279-4bce-ba33-94feeb6a6f2d.jpg", - "caption": "Ironsworn gameplay" - }, - { - "type": "screenshot", - "url": "https://user-images.githubusercontent.com/39902/196737021-a49b4d3e-eb47-40c8-b56e-b4bcdd96bf03.jpg", - "caption": "Delve site and shared sheets" - }, - { - "type": "screenshot", - "url": "https://user-images.githubusercontent.com/39902/196737029-da568b95-cb6a-491e-99f4-eb93eb977f4b.jpg", - "caption": "Starforged gameplay" - }, - { - "type": "screenshot", - "url": "https://user-images.githubusercontent.com/39902/196737036-155657a7-2e4a-4b0a-beec-f4be2b2465e2.jpg", - "caption": "Starforged assets and oracles" - }, - { - "type": "screenshot", - "url": "https://user-images.githubusercontent.com/39902/196737041-eb274d52-ac65-4f5e-a6d5-01dac1040d5e.jpg", - "caption": "Starforged locations" - }, - { - "type": "cover", - "url": "https://user-images.githubusercontent.com/39902/196740415-92c25bb7-d116-4afc-a599-fc1920e143a5.jpg", - "caption": "Ironsworn & Starforged" - } - ], - "esmodules": ["ironsworn.js"], - "styles": ["ironsworn.css"], - "dependencies": [], - "relationships": { - "requires": [] - }, - "packs": [ - { - "name": "foeactorsis", - "label": "Ironsworn Foe Actors", - "system": "foundry-ironsworn", - "path": "packs/foe-actors-is.db", - "type": "Actor" - }, - { - "name": "foeactorssf", - "label": "Starforged Foe Actors", - "system": "foundry-ironsworn", - "path": "packs/foe-actors-sf.db", - "type": "Actor" - }, - { - "name": "ironswornoracles", - "label": "Ironsworn Oracles", - "system": "foundry-ironsworn", - "path": "packs/ironsworn-oracles.db", - "type": "RollTable" - }, - { - "name": "ironswornmoves", - "label": "Ironsworn Moves", - "system": "foundry-ironsworn", - "path": "packs/ironsworn-moves.db", - "type": "Item" - }, - { - "name": "ironswornassets", - "label": "Ironsworn Assets", - "system": "foundry-ironsworn", - "path": "packs/assets.db", - "type": "Item" - }, - { - "name": "ironsworndelvethemes", - "label": "Ironsworn Delve Themes", - "system": "foundry-ironsworn", - "path": "packs/delve-themes.db", - "type": "Item" - }, - { - "name": "ironsworndelvedomains", - "label": "Ironsworn Delve Domains", - "system": "foundry-ironsworn", - "path": "packs/delve-domains.db", - "type": "Item" - }, - { - "name": "ironswornfoes", - "label": "Ironsworn Foes", - "system": "foundry-ironsworn", - "path": "packs/foes.db", - "type": "Item" - }, - { - "name": "ironswornscenes", - "label": "Ironsworn Maps", - "system": "foundry-ironsworn", - "path": "packs/scenes.db", - "type": "Scene" - }, - { - "name": "starforged-sectors", - "label": "Starforged Scenes", - "system": "foundry-ironsworn", - "path": "packs/starforged-sectors.db", - "type": "Scene" - }, - { - "name": "starforgedassets", - "label": "Starforged Assets", - "system": "foundry-ironsworn", - "path": "packs/starforged-assets.db", - "type": "Item" - }, - { - "name": "starforgedencounters", - "label": "Starforged Encounters", - "system": "foundry-ironsworn", - "path": "packs/starforged-encounters.db", - "type": "Item" - }, - { - "name": "starforgedmoves", - "label": "Starforged Moves", - "system": "foundry-ironsworn", - "path": "packs/starforged-moves.db", - "type": "Item" - }, - { - "name": "starforgedoracles", - "label": "Starforged Oracles", - "system": "foundry-ironsworn", - "path": "packs/starforged-oracles.db", - "type": "RollTable" - }, - { - "name": "starforgedtruths", - "label": "Starforged Setting Truths", - "system": "foundry-ironsworn", - "path": "packs/starforged-truths.db", - "type": "JournalEntry" - }, - { - "name": "macros", - "label": "Ironsworn Macros", - "system": "foundry-ironsworn", - "path": "packs/macros.db", - "type": "Macro" - } - ], - "languages": [ - { - "lang": "en", - "name": "English", - "path": "lang/en.json" - }, - { - "lang": "de", - "name": "Deutsch", - "path": "lang/de.json" - }, - { - "lang": "es", - "name": "Español", - "path": "lang/es.json" - }, - { - "lang": "pl", - "name": "Polski", - "path": "lang/pl.json" - }, - { - "lang": "fr", - "name": "Français", - "path": "lang/fr.json" - } - ] + "id": "foundry-ironsworn", + "title": "Ironsworn & Starforged", + "description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkin.", + "license": "LICENSE.txt", + "version": "1.20.30", + "url": "https://github.com/ben/foundry-ironsworn", + "manifest": "https://github.com/ben/foundry-ironsworn/releases/latest/download/system.json", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.20.30/ironsworn.zip", + "compatibility": { + "minimum": 10, + "verified": 10 + }, + "authors": [ + { + "name": "Ben Straub", + "url": "https://ben.straub.cc", + "email": "ben@straub.cc", + "discord": "benstraub#3706", + "reddit": "u/ben_straub", + "twitter": "@benstraub" + } + ], + "manifestPlusVersion": "1.2.0", + "media": [ + { + "type": "screenshot", + "url": "https://user-images.githubusercontent.com/39902/196736998-be31c65c-808e-48af-8952-7e4f35c1cafd.jpg", + "caption": "Ironsworn character sheet" + }, + { + "type": "screenshot", + "url": "https://user-images.githubusercontent.com/39902/196737008-e2c3156f-5279-4bce-ba33-94feeb6a6f2d.jpg", + "caption": "Ironsworn gameplay" + }, + { + "type": "screenshot", + "url": "https://user-images.githubusercontent.com/39902/196737021-a49b4d3e-eb47-40c8-b56e-b4bcdd96bf03.jpg", + "caption": "Delve site and shared sheets" + }, + { + "type": "screenshot", + "url": "https://user-images.githubusercontent.com/39902/196737029-da568b95-cb6a-491e-99f4-eb93eb977f4b.jpg", + "caption": "Starforged gameplay" + }, + { + "type": "screenshot", + "url": "https://user-images.githubusercontent.com/39902/196737036-155657a7-2e4a-4b0a-beec-f4be2b2465e2.jpg", + "caption": "Starforged assets and oracles" + }, + { + "type": "screenshot", + "url": "https://user-images.githubusercontent.com/39902/196737041-eb274d52-ac65-4f5e-a6d5-01dac1040d5e.jpg", + "caption": "Starforged locations" + }, + { + "type": "cover", + "url": "https://user-images.githubusercontent.com/39902/196740415-92c25bb7-d116-4afc-a599-fc1920e143a5.jpg", + "caption": "Ironsworn & Starforged" + } + ], + "esmodules": [ + "ironsworn.js" + ], + "styles": [ + "ironsworn.css" + ], + "dependencies": [], + "relationships": { + "requires": [] + }, + "packs": [ + { + "name": "foeactorsis", + "label": "Ironsworn Foe Actors", + "system": "foundry-ironsworn", + "path": "packs/foe-actors-is.db", + "type": "Actor" + }, + { + "name": "foeactorssf", + "label": "Starforged Foe Actors", + "system": "foundry-ironsworn", + "path": "packs/foe-actors-sf.db", + "type": "Actor" + }, + { + "name": "ironswornoracles", + "label": "Ironsworn Oracles", + "system": "foundry-ironsworn", + "path": "packs/ironsworn-oracles.db", + "type": "RollTable" + }, + { + "name": "ironswornmoves", + "label": "Ironsworn Moves", + "system": "foundry-ironsworn", + "path": "packs/ironsworn-moves.db", + "type": "Item" + }, + { + "name": "ironswornassets", + "label": "Ironsworn Assets", + "system": "foundry-ironsworn", + "path": "packs/assets.db", + "type": "Item" + }, + { + "name": "ironsworndelvethemes", + "label": "Ironsworn Delve Themes", + "system": "foundry-ironsworn", + "path": "packs/delve-themes.db", + "type": "Item" + }, + { + "name": "ironsworndelvedomains", + "label": "Ironsworn Delve Domains", + "system": "foundry-ironsworn", + "path": "packs/delve-domains.db", + "type": "Item" + }, + { + "name": "ironswornfoes", + "label": "Ironsworn Foes", + "system": "foundry-ironsworn", + "path": "packs/foes.db", + "type": "Item" + }, + { + "name": "ironswornscenes", + "label": "Ironsworn Maps", + "system": "foundry-ironsworn", + "path": "packs/scenes.db", + "type": "Scene" + }, + { + "name": "starforged-sectors", + "label": "Starforged Scenes", + "system": "foundry-ironsworn", + "path": "packs/starforged-sectors.db", + "type": "Scene" + }, + { + "name": "starforgedassets", + "label": "Starforged Assets", + "system": "foundry-ironsworn", + "path": "packs/starforged-assets.db", + "type": "Item" + }, + { + "name": "starforgedencounters", + "label": "Starforged Encounters", + "system": "foundry-ironsworn", + "path": "packs/starforged-encounters.db", + "type": "Item" + }, + { + "name": "starforgedmoves", + "label": "Starforged Moves", + "system": "foundry-ironsworn", + "path": "packs/starforged-moves.db", + "type": "Item" + }, + { + "name": "starforgedoracles", + "label": "Starforged Oracles", + "system": "foundry-ironsworn", + "path": "packs/starforged-oracles.db", + "type": "RollTable" + }, + { + "name": "starforgedtruths", + "label": "Starforged Setting Truths", + "system": "foundry-ironsworn", + "path": "packs/starforged-truths.db", + "type": "JournalEntry" + }, + { + "name": "macros", + "label": "Ironsworn Macros", + "system": "foundry-ironsworn", + "path": "packs/macros.db", + "type": "Macro" + } + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "de", + "name": "Deutsch", + "path": "lang/de.json" + }, + { + "lang": "es", + "name": "Español", + "path": "lang/es.json" + }, + { + "lang": "pl", + "name": "Polski", + "path": "lang/pl.json" + }, + { + "lang": "fr", + "name": "Français", + "path": "lang/fr.json" + } + ] }