Skip to content

Commit

Permalink
docs(release): update module, changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner committed Aug 26, 2021
1 parent 781f781 commit 257b8ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.6

* Enable gender flag so use a generic gender field and if it doesn't save the gender to correct field for a system, handle it case by case.

# 0.1.5

* Fix an issue where the "Save to gender flag" is trying to be accessed on unsupported game systems
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This allows you to manually add your own pronouns on the player configuration fo
This will add the entered pronouns after the character name.

### Save Pronouns to Gender Field
This will save the selected character pronoun to the Gender of the actor. This has been confirmed to work on 5e and PF2e systems. If you need it on your system and it doesn't currently save, please load an issue.
This will save the selected character pronoun to the Gender of the actor. This has been confirmed to work on most systems. If it doesn't save to the gender field on your system, please load an issue.

## Future Development
* Show pronouns when chatting as player
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "player-pronouns",
"title": "Player Pronouns",
"description": "Adds a section to the player configuration that allows you to add your pronouns.",
"version": "0.1.5",
"version": "0.1.6",
"authors": [
{
"name": "VTT Lair",
Expand All @@ -24,7 +24,7 @@
],
"url": "https://github.com/vtt-lair/player-pronouns",
"manifest": "https://github.com/vtt-lair/player-pronouns/releases/latest/download/module.json",
"download": "https://github.com/vtt-lair/player-pronouns/releases/download/v0.1.5/player-pronouns-v0.1.5.zip",
"download": "https://github.com/vtt-lair/player-pronouns/releases/download/v0.1.6/player-pronouns-v0.1.6.zip",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.8"
"compatibleCoreVersion": "0.8.9"
}

0 comments on commit 257b8ab

Please sign in to comment.