Skip to content

Commit

Permalink
v0.0.8: release
Browse files Browse the repository at this point in the history
Signed-off-by: Ceriath <[email protected]>
  • Loading branch information
ceriath committed Nov 11, 2024
1 parent 59822db commit c1fe3a8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 8 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down Expand Up @@ -110,6 +110,12 @@
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "fr",
"name": "Française",
"path": "lang/fr.json",
"flags": {}
}
],
"compatibility": {
Expand All @@ -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"
}

0 comments on commit c1fe3a8

Please sign in to comment.