From 30c52aa93610ce7b2e0037945677ef41f26a8f7c Mon Sep 17 00:00:00 2001 From: Llm Dl Date: Tue, 11 Aug 2020 13:45:35 -0500 Subject: [PATCH] v0.76: - Fix chat format line not parsing hex colors, courtesy of Siris with PR #28. - Closes https://github.com/TownyAdvanced/Towny/issues/4159. --- pom.xml | 2 +- resources/changelog.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aa4ae9a..20ed5d4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.palmergames.bukkit TownyChat jar - 0.75 + 0.76 diff --git a/resources/changelog.txt b/resources/changelog.txt index bb3f500..768e8a1 100644 --- a/resources/changelog.txt +++ b/resources/changelog.txt @@ -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. \ No newline at end of file + - 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. \ No newline at end of file