Skip to content

Commit cff6251

Browse files
chore(release): v6.0.9
1 parent 6eea984 commit cff6251

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v6.0.9] - 2025-07-21
4+
- Resolved FXMaster+ effects not showing up in region config
5+
- Enabled proper masking for the firefly effect
6+
- Updated pt-br and pl translations, thanks Kharmans and Lioheart!
7+
38
## [v6.0.8] - 2025-07-19
49
- Updated regions Suppress Weather functionality to allow scene level particle effects to play in areas marked as a hole within a Suppress Weather region
510
- Added a few localization keys for July's new FXMaster+ effects

module.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
}
2525
},
2626
"url": "https://github.com/gambit07/fxmaster",
27-
"license": "https://raw.githubusercontent.com/gambit07/fxmaster/v6.0.8/LICENSE.md",
28-
"readme": "https://raw.githubusercontent.com/gambit07/fxmaster/v6.0.8/README.md",
27+
"license": "https://raw.githubusercontent.com/gambit07/fxmaster/v6.0.9/LICENSE.md",
28+
"readme": "https://raw.githubusercontent.com/gambit07/fxmaster/v6.0.9/README.md",
2929
"bugs": "https://github.com/gambit07/fxmaster/issues",
30-
"changelog": "https://github.com/gambit07/fxmaster/releases/tag/v6.0.8",
30+
"changelog": "https://github.com/gambit07/fxmaster/releases/tag/v6.0.9",
3131
"flags": {
3232
"hotReload": {
3333
"extensions": ["css", "hbs", "json"],
3434
"paths": ["templates", "css", "lang"]
3535
}
3636
},
37-
"version": "6.0.8",
37+
"version": "6.0.9",
3838
"compatibility": {
3939
"minimum": "12",
4040
"verified": "13"
@@ -105,5 +105,5 @@
105105
],
106106
"socket": true,
107107
"manifest": "https://github.com/gambit07/fxmaster/releases/latest/download/module.json",
108-
"download": "https://github.com/gambit07/fxmaster/releases/download/v6.0.8/module.zip"
108+
"download": "https://github.com/gambit07/fxmaster/releases/download/v6.0.9/module.zip"
109109
}

0 commit comments

Comments
 (0)