diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5ed6c..d75264d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.0.8 + +[BETA Release] +- add French translation [#19](https://github.com/ceriath/candelafvtt/pull/19) (thanks [@soleilpapa](https://github.com/soleilpapa)) + ## 0.0.7 [ BETA Release] diff --git a/README.md b/README.md index d4b9b94..859c502 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Candela Obscura for Foundry VTT ![Foundry v11](https://img.shields.io/badge/foundry-v11-green) +![Foundry v12](https://img.shields.io/badge/foundry-v12-green) This system is an unofficial, basic implementation of the Candela Obscura Core Rulebook by Darrington Press. diff --git a/package.json b/package.json index 0048ec5..28f5902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "candelafvtt", - "version": "0.0.7", + "version": "0.0.8", "description": "CSS compiler for the Candela FVTT system", "scripts": { "build": "gulp build", diff --git a/system.json b/system.json index 9136667..4fa17fc 100644 --- a/system.json +++ b/system.json @@ -1,6 +1,6 @@ { "id": "candelafvtt", - "version": "0.0.7", + "version": "0.0.8", "title": "Candela Obscura for Foundry (unofficial system)", "url": "https://github.com/ceriath/candelafvtt/", "description": "Unofficial basic implementation of the Candela Obscura Core Rulebook by Darrington Press. If you like the system, you can find the books and more detail over at https://darringtonpress.com/candela/", @@ -110,6 +110,12 @@ "name": "Español", "path": "lang/es.json", "flags": {} + }, + { + "lang": "fr", + "name": "Française", + "path": "lang/fr.json", + "flags": {} } ], "compatibility": { @@ -125,6 +131,6 @@ "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "manifest": "https://github.com/ceriath/candelafvtt/releases/latest/download/system.json", - "download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.7/candelafvtt-v0.0.7.zip", + "download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.8/candelafvtt-v0.0.8.zip", "changelog": "CHANGELOG.md" } \ No newline at end of file