Skip to content

Commit

Permalink
doc(release): update release module, changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner committed Apr 24, 2022
1 parent d47cdee commit ac04d26
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.8

* Add setting to allow pronouns to be displayed next to players and actors names in the chatbox

# 0.1.7

* Fix character pronouns select for version 9
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ This allows you to manually add your own pronouns on the player configuration.
### Show Pronouns in Player List
This will add the entered pronouns after the player name, but before the character name in the Player List

### Show pronouns next to player name in chat
This will add the entered pronouns after the player name in the chatbox

### 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.

### Show Character Pronouns after character name in chat
This will add the entered pronouns after the character name in the chatbox

### 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 most systems. If it doesn't save to the gender field on your system, please load an issue.

Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.1.8",
"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.7/player-pronouns-v0.1.7.zip",
"download": "https://github.com/vtt-lair/player-pronouns/releases/download/v0.1.8/player-pronouns-v0.1.8.zip",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9"
}

0 comments on commit ac04d26

Please sign in to comment.