diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df98b2..db875fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog Date format : day/month/year -## 1.8.1 - ??/??/2022 - ??? +## 1.8.1 - 09/06/2022 - Small bugfixes - Added a restriction on symbols, they are now lower-case only, ex : (air) work, (Air) will not (#36). - Added some 20q questions in GM monitor global tooltip (q14, q15, q20) for quick access. - Fixed css for body>background-size from auto to cover, for blank scene (Thx to Sasmira). - Fixed css for header buttons in maximized state for "OneJournal" module. +- Updated System manifest property "manifestPlusVersion" to 1.2.0, and added screenshots in media section. ## 1.8.0 - 29/04/2022 - QoL & Compendiums Update - Added 179 Japanese villages name table. diff --git a/system/system.json b/system/system.json index e6a2e48..fae9070 100644 --- a/system/system.json +++ b/system/system.json @@ -10,13 +10,14 @@ "version": "1.8.1", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", - "manifestPlusVersion": "1.0.0", + "manifestPlusVersion": "1.2.0", "socket": true, "author": "Team L5R", "authors": [ { "name": "Vlyan", - "discord": "Vlyan#6771" + "discord": "Vlyan#6771", + "ko-fi": "vlyan" }, { "name": "Mandar", @@ -265,5 +266,37 @@ "name": "Spanish (Spain)", "path": "lang/es-es.json" } + ], + "media": [ + { + "type": "screenshot", + "url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/login.jpg?raw=true", + "caption": "Login screen" + }, + { + "type": "screenshot", + "url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/roll.jpg?raw=true", + "caption": "DicePicker and Roll and Keep" + }, + { + "type": "screenshot", + "url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/school.jpg?raw=true", + "caption": "Experience and School" + }, + { + "type": "screenshot", + "url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_pc.jpg?raw=true", + "caption": "PC sheet" + }, + { + "type": "screenshot", + "url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/sheet_npc_army.jpg?raw=true", + "caption": "NPC and Army sheets" + }, + { + "type": "screenshot", + "url": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/screenshoots/compendiums.jpg?raw=true", + "caption": "Compendiums" + } ] }