From ae9cb54d39479f6d3723d541e6d21a6986b85059 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Mon, 12 Jan 2015 03:58:01 +0100 Subject: [PATCH] Updated changelog Signed-off-by: Alar of Daggerspine --- CHANGELOG.txt | 7 +++++++ GarrisonCommander.lua | 10 +++++++--- GarrisonCommander.toc | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d6c9494..a553143 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,11 @@ = GarrisonCommander helps you when choosing the right follower for the right mission = +* 2.2.0 +Feature: Fast Mission Control: you can have GC set up parties for your follower and send them out with just two mouse click. +Party building can be customized setting varios criteria. +This feature is invoked via the right side tab with Hammer and clock. Take some time to check it. Feedbacl appreciated +Feature: Little screen mode now have almost all the informations present in big screen +Feature: In follower list: xp needed to level, time to be available, item and armor level +Feature: Garrison Commander header can now be opened or closed at will to reclaim more screen estate * 2.1.4 Fix: Mission page semi transparet when MP is installed Fix: Was spamming "released" on main window closing diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua index c7e2218..9c522bd 100644 --- a/GarrisonCommander.lua +++ b/GarrisonCommander.lua @@ -549,9 +549,6 @@ function addon:OnInitialized() --@debug@ xprint("OnInitialized") --@end-debug@ ---@alpha@ - self:Popup(L["You are using an Alpha version of Garrison Commander. Please post bugs on Curse if you find them"],10) ---@end-alpha@ for _,b in ipairs(GMFMissionsListScrollFrame.buttons) do local scale=0.8 local f,h,s=b.Title:GetFont() @@ -2689,6 +2686,13 @@ function addon:SetUp(...) --@debug@ xprint("Setup") --@end-debug@ +--@alpha@ + if (not db.alfa.v220) then + self:Popup(L["You are using an Alpha version of Garrison Commander. Please post bugs on Curse if you find them"],10) + db.alfa.v220=true + end +--@end-alpha@ + SIZEV=GMF:GetHeight() self:CheckMP() self:CheckGMM() diff --git a/GarrisonCommander.toc b/GarrisonCommander.toc index 6c7ff5c..de5bdf8 100644 --- a/GarrisonCommander.toc +++ b/GarrisonCommander.toc @@ -5,7 +5,7 @@ ## Notes-frFR: Vous aide au moment de choisir le droit utilisateur pour la bonne mission ## Author: Alar of Daggerspine ## Version: @project-version@ @project-abbreviated-hash@ -## X-Version: 2.1.4 +## X-Version: 2.2.0-Alfa-1 ## X-Revision: @project-abbreviated-hash@ ## eMail: alar@aspide.it ## URL: http://wow.aspide.it -- 1.7.9.5