Skip to content

Commit

Permalink
docs(release): update module, readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner committed Jul 26, 2021
1 parent 1d19395 commit 367ad82
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.4

* Add functionality to select pronouns for a selected character in your player configuration
* Add functionality to display character pronouns on the player list, next to the character name
* Add functionality to save the pronoun to the actor's gender field. This has been tested on 5e systems and PF2e.

# 0.1.3

* Fix module for 0.8.x
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ Add the functionality to manually set a player's pronouns via the Player Configu
### Enable Player Pronouns
This allows you to manually add your own pronouns on the player configuration.

### Show Pronoun in Player List
### Show Pronouns in Player List
This will add the entered pronouns after the player name, but before the character name in the Player List

### Enable Character Pronouns
This allows you to manually add your own pronouns on the player configuration for a selected character.

### Show Pronouns in Player List
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.

## Future Development
* Show pronouns when chatting as player
* Implement some form of pronouns usage for tokens
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.3",
"version": "0.1.4",
"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.3/player-pronouns-v0.1.3.zip",
"download": "https://github.com/vtt-lair/player-pronouns/releases/download/v0.1.4/player-pronouns-v0.1.4.zip",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.7"
"compatibleCoreVersion": "0.8.8"
}

0 comments on commit 367ad82

Please sign in to comment.