Skip to content

Commit

Permalink
Merge pull request #13714 from stephaned68/COG-v4.8.0
Browse files Browse the repository at this point in the history
ChroniquesGalactiques Version 4.8.0
  • Loading branch information
davidroll20 authored Jan 28, 2025
2 parents 58fcbd7 + bdf1ac7 commit 2020ccd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
7 changes: 6 additions & 1 deletion ChroniquesGalactiques/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ Des fonctionnalités avancées facilitent l'import des données tech

# Version courante

V4.7.0 [Screenshot](cog_v4.png)
V4.8.0 [Screenshot](cog_v4.png)

# Notes de version

___Chroniques Oubliées Galactiques Version 2___


## V4.8.0 (2025.01.25)

- Compatibilité avec le dark-mode Roll20 (jets du chat)

## V4.7.0 (2024.08.24)

- Gestion des capacités avec nombre d'utilisations limitées
Expand Down
11 changes: 10 additions & 1 deletion ChroniquesGalactiques/cog.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Version 4.7.0 - 2024-08-24 */
/* Version 4.8.0 - 2025-01-25 */

/* Police Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');
Expand Down Expand Up @@ -798,3 +798,12 @@ ul.sheet-release-notes {
font-family: var(--cog-font);
font-size: 16px;
}

.sheet-rolltemplate-co1.sheet-rolltemplate-darkmode,
.sheet-rolltemplate-co1.sheet-rolltemplate-darkmode th {
color: #333 !important;
}

.sheet-rolltemplate-co1.sheet-rolltemplate-darkmode .inlinerollresult {
color: #f6f6f6;
}
17 changes: 14 additions & 3 deletions ChroniquesGalactiques/cog.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="sheet-mainBg">
<!-- FDP -->
<!-- INPUT HIDDEN Version FdP -->
<input type="hidden" name="attr_VERFDP" value="4.7.0" />
<input type="hidden" name="attr_VERSION" value="4.7.0" />
<input type="hidden" name="attr_VERFDP" value="4.8.0" />
<input type="hidden" name="attr_VERSION" value="4.8.0" />
<!-- INPUT HIDDEN Univers (COF, COG, COC) -->
<input type="hidden" name="attr_UNIVERS" value="COG" />
<input type="hidden" name="attr_token_url" value="" />
Expand Down Expand Up @@ -156,7 +156,7 @@
<div style="width: 420px; vertical-align: middle; text-align: center">
<img
width="320px"
title="Version 4.7.0 - 24/08/2024"
title="Version 4.8.0 - 25/01/2025"
src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ChroniquesGalactiques/cog2_logo.png"
/>
<img width="90px" height="90px" name="attr_character_token" />
Expand Down Expand Up @@ -6114,6 +6114,17 @@
</div>
<div class="sheet-scroll-300">
<ul class="sheet-release-notes">
<li>
<details>
<summary>
<strong>Version 4.8.0</strong> (2025.01.25)
</summary>
<ul>
<em>Fiche de personnage</em>
<li>Compatibilité avec le dark-mode Roll20 (jets de chat)</li>
</ul>
</details>
</li>
<li>
<details>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion ChroniquesGalactiques/sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": "StéphaneD",
"roll20userid": "84776",
"preview": "cog_v4.png",
"instructions": "Feuilles de personnage, pnj, vaisseau et mécha (avec jets de dés intégrés) pour Chroniques Oubliées Galactiques (http://www.black-book-editions.fr/catalogue.php?id=207). Version 4.7.0 (24/08/2024). [Lisez-moi](https://github.com/Roll20/roll20-character-sheets/blob/master/ChroniquesGalactiques/ReadMe.md).",
"instructions": "Feuilles de personnage, pnj, vaisseau et mécha (avec jets de dés intégrés) pour Chroniques Oubliées Galactiques (http://www.black-book-editions.fr/catalogue.php?id=207). Version 4.8.0 (25/01/2025). [Lisez-moi](https://github.com/Roll20/roll20-character-sheets/blob/master/ChroniquesGalactiques/ReadMe.md).",
"useroptions": [
{
"attribute": "cogcrew",
Expand Down

0 comments on commit 2020ccd

Please sign in to comment.