Skip to content

Commit

Permalink
v0.76:
Browse files Browse the repository at this point in the history
  - Fix chat format line not parsing hex colors, courtesy of Siris with
PR #28.
    - Closes TownyAdvanced/Towny#4159.
  • Loading branch information
LlmDl committed Aug 11, 2020
1 parent 278344f commit 30c52aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit</groupId>
<artifactId>TownyChat</artifactId>
<packaging>jar</packaging>
<version>0.75</version>
<version>0.76</version>

<licenses>
<license>
Expand Down
5 changes: 4 additions & 1 deletion resources/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,7 @@ v0.75:
- Replace deprecated getLangString code.
- Update to fix spying on servers with DeluxeChat.
- Fix changing chat channels removing non-channel modes.
- Add Towny version checking to enforce min. required versions.
- Add Towny version checking to enforce min. required versions.
v0.76:
- Fix chat format line not parsing hex colors, courtesy of Siris with PR #28.
- Closes https://github.com/TownyAdvanced/Towny/issues/4159.

0 comments on commit 30c52aa

Please sign in to comment.