Release v1.8.1

This commit is contained in:
Vlyan
2022-06-09 09:34:27 +02:00
parent d1ed939e9a
commit c5cca09e86
2 changed files with 37 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
# Changelog # Changelog
Date format : day/month/year 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 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. - 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 body>background-size from auto to cover, for blank scene (Thx to Sasmira).
- Fixed css for header buttons in maximized state for "OneJournal" module. - 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 ## 1.8.0 - 29/04/2022 - QoL & Compendiums Update
- Added 179 Japanese villages name table. - Added 179 Japanese villages name table.

View File

@@ -10,13 +10,14 @@
"version": "1.8.1", "version": "1.8.1",
"minimumCoreVersion": "9", "minimumCoreVersion": "9",
"compatibleCoreVersion": "9", "compatibleCoreVersion": "9",
"manifestPlusVersion": "1.0.0", "manifestPlusVersion": "1.2.0",
"socket": true, "socket": true,
"author": "Team L5R", "author": "Team L5R",
"authors": [ "authors": [
{ {
"name": "Vlyan", "name": "Vlyan",
"discord": "Vlyan#6771" "discord": "Vlyan#6771",
"ko-fi": "vlyan"
}, },
{ {
"name": "Mandar", "name": "Mandar",
@@ -265,5 +266,37 @@
"name": "Spanish (Spain)", "name": "Spanish (Spain)",
"path": "lang/es-es.json" "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"
}
] ]
} }