Skip to content

Commit

Permalink
Merge pull request #12269 from stephaned68/cog-v4.4.1
Browse files Browse the repository at this point in the history
ChroniquesGalactiques Version 4.4.1 (BUGFIX)
  • Loading branch information
BronsonHall authored Nov 2, 2023
2 parents 9218e96 + db8af3b commit f3d3225
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 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.4.0 [Screenshot](cog_v4.png)
V4.4.1 [Screenshot](cog_v4.png)

# Notes de version

___Chroniques Oubliées Galactiques Version 2___

## V4.4.1 (2023.10.31)

- Fiche de personnage
- Correction d'un bug empêchant l'exécution du code Javascript de la fiche

## V4.4.0 (2023.09.30)

- Fiche de personnage
Expand Down
13 changes: 10 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.4.0" />
<input type="hidden" name="attr_VERSION" value="4.4.0" />
<input type="hidden" name="attr_VERFDP" value="4.4.1" />
<input type="hidden" name="attr_VERSION" value="4.4.1" />
<!-- 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.4.0 - 30/09/2023"
title="Version 4.4.1 - 31/10/2023"
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 @@ -5248,6 +5248,12 @@
</div>
<div class="sheet-scroll-300">
<ul>
<li>
<strong>Version 4.4.1</strong> (2023.10.31)
<ul>
<li>Correction d'un bug empêchant le lancement du code Javascript de la fiche</li>
</ul>
</li>
<li>
<strong>Version 4.4.0</strong> (2023.09.30)
<ul>
Expand Down Expand Up @@ -13899,6 +13905,7 @@
on("change:custom", function() {
rebuildCustom();
});
*/

</script>
<!-- FIN SCRIPTS / SHEET WORKERS -->
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.4.0 (30/09/2023). [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.4.1 (31/10/2023). [Lisez-moi](https://github.com/Roll20/roll20-character-sheets/blob/master/ChroniquesGalactiques/ReadMe.md).",
"useroptions": [
{
"attribute": "cogcrew",
Expand Down

0 comments on commit f3d3225

Please sign in to comment.