Release v1.4.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,3 +1,13 @@
|
|||||||
|
## 1.4.0
|
||||||
|
### Compatibility
|
||||||
|
- Smart Doors is now compatible with Foundry v10
|
||||||
|
|
||||||
|
### Translation
|
||||||
|
- Updated the english text for several UI items
|
||||||
|
- Updated the german translation (thanks Athemis!)
|
||||||
|
- Updated the french translation (thanks rectulo!)
|
||||||
|
|
||||||
|
|
||||||
## 1.3.3
|
## 1.3.3
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- Fixed a bug that could cause some settings to not apply if multiple settings were changed at once
|
- Fixed a bug that could cause some settings to not apply if multiple settings were changed at once
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "smart-doors",
|
"id": "smart-doors",
|
||||||
"title": "Smart Doors",
|
"title": "Smart Doors",
|
||||||
"description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.",
|
"description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.",
|
||||||
"version": "1.3.3",
|
"version": "1.4.0",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": 10,
|
"minimum": 10,
|
||||||
"verified": 10
|
"verified": 10
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
],
|
],
|
||||||
"url": "https://github.com/manuelVo/foundryvtt-smart-doors",
|
"url": "https://github.com/manuelVo/foundryvtt-smart-doors",
|
||||||
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json",
|
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json",
|
||||||
"download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.3.3.zip",
|
"download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.4.0.zip",
|
||||||
"readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md",
|
"readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md",
|
||||||
"changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md",
|
"changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md",
|
||||||
"bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues",
|
"bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues",
|
||||||
|
|||||||
Reference in New Issue
Block a user