From 7b37e9156d3f68bb4a0830e25414cfa5b530f270 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 1 Oct 2018 17:19:31 -0400 Subject: [PATCH] -Added xanChat to the Blizzard Addon Interface configuration screen -Added localization to xanChat. xanChat can now support multiple languages! Donate those language files now! -Fixed a stupid issue with the shortnames not functioning properly. -Complete rewrote how the History is saved and retrieved -Fixed an issue where sometimes the history wouldn't clear when user manually asked for it. -Fixed how settings are saved/restored. Not it's much more accurate and lean on the DB variables. -Added an autopackager for me for wowinterface. I'm getting tired of packaging stuff on my own. (that is the .travis.yml file... don't touch it!) --- .travis.yml | 13 +++++++++++++ XanChat.toc | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5cf81a2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +sudo: false +language: c + +addons: + apt: + packages: + - pandoc + +script: curl -s [url]https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh[/url] | bash + +branches: + only: + - /^\d+\.\d+(\.\d+)?(-\S*)?$/ diff --git a/XanChat.toc b/XanChat.toc index 0c8b9a7..56fa039 100644 --- a/XanChat.toc +++ b/XanChat.toc @@ -2,7 +2,9 @@ ## Title: xanChat ## Notes: A very minimalistic chat modification addon. ## Author: Xruptor -## Version: 4.9 +## Version: 5.0 +## X-Curse-Project-ID: 28603 +## X-WoWI-ID: 18787 ## OptionalDeps: tekDebug ## SavedVariables: XCHT_DB, XCHT_HISTORY -- 1.7.9.5