Skip to content

Commit

Permalink
System bump to 1.1.1 - Added auto prototype name change
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBauer committed Mar 17, 2023
1 parent 05d9f1c commit 3631171
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 1.1.1
* Automatically updates the prototype token name when an actors name is changed (if both were identical). Can be disabled in the system settings.

### 1.1.0
* Fixed skill modifier display in chat messages
* Updated all npm dependencies to newest versions
Expand Down
4 changes: 2 additions & 2 deletions system/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@
}
},
"autoUpdateTokenName": {
"Name": "Auto Update Token Name",
"Hint": "Automatically update prototype token name when the actor name is changed"
"Name": "Automatically update prototype token name",
"Hint": "Automatically updates the prototype token name when an actors name is changed (if both were identical)."
}
},
"Template": {
Expand Down
2 changes: 1 addition & 1 deletion system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "fatex",
"title": "FateX - Fate Extended",
"description": "An extended implementation of Fate and its derivative systems",
"version": "1.1.0",
"version": "1.1.1",
"authors": [
{
"name": "Patrick Bauer",
Expand Down

0 comments on commit 3631171

Please sign in to comment.