Skip to content

Commit

Permalink
v0.0.9: release
Browse files Browse the repository at this point in the history
Signed-off-by: Ceriath <[email protected]>
  • Loading branch information
ceriath committed Jan 18, 2025
1 parent 241a51f commit f02fa8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 0.0.9

[BETA Release]
- fix gilded dice logic for unrated actions [#21](https://github.com/ceriath/candelafvtt/pull/21) (thanks [@apontious](https://github.com/apontious))
- fix missing translations for various texts [#23](https://github.com/ceriath/candelafvtt/pull/23) (thanks [@ChemistryPolar](https://github.com/ChemistryPolar))
- add option to add additional gilded dice to rolls [#21](https://github.com/ceriath/candelafvtt/pull/21) (thanks [@apontious](https://github.com/apontious))
- add Portuguese translation [#23](https://github.com/ceriath/candelafvtt/pull/23) (thanks [@ChemistryPolar](https://github.com/ChemistryPolar))

## 0.0.8

[BETA Release]
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.8",
"version": "0.0.9",
"description": "CSS compiler for the Candela FVTT system",
"scripts": {
"build": "gulp build",
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "candelafvtt",
"version": "0.0.8",
"version": "0.0.9",
"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 @@ -137,6 +137,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.8/candelafvtt-v0.0.8.zip",
"download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.9/candelafvtt-v0.0.9.zip",
"changelog": "CHANGELOG.md"
}

0 comments on commit f02fa8a

Please sign in to comment.