From 6d3c23b8cb5bc5b9e6c39f61d3476db233ab04aa Mon Sep 17 00:00:00 2001 From: sirinsidiator Date: Tue, 7 May 2019 18:58:05 +0200 Subject: [PATCH] built r29 and updated meta info --- LibAddonMenu-2.0/LibAddonMenu-2.0.txt | 2 +- build/build.number | 4 ++-- info/changelog.txt | 7 +++++++ info/info.txt | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/LibAddonMenu-2.0/LibAddonMenu-2.0.txt b/LibAddonMenu-2.0/LibAddonMenu-2.0.txt index 2f53bac..980464d 100644 --- a/LibAddonMenu-2.0/LibAddonMenu-2.0.txt +++ b/LibAddonMenu-2.0/LibAddonMenu-2.0.txt @@ -5,7 +5,7 @@ ## IsLibrary: true ## OptionalDependsOn: LibStub LibDebugLogger ## Author: Seerah, sirinsidiator, et al. -## Contributors: votan, merlight, Garkin, Randactyl, KuroiLight, silvereyes333, Baertram, kyoma, klingo +## Contributors: votan, merlight, Garkin, Randactyl, KuroiLight, silvereyes333, Baertram, kyoma, klingo, phuein ## Description: A library to aid in the creation of option panels. ## ## This Add-on is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates. diff --git a/build/build.number b/build/build.number index 4847363..dcd3ec6 100644 --- a/build/build.number +++ b/build/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Wed May 01 17:30:31 CEST 2019 -build.number=29 +#Tue May 07 18:57:45 CEST 2019 +build.number=30 diff --git a/info/changelog.txt b/info/changelog.txt index 4e24121..958c8c4 100644 --- a/info/changelog.txt +++ b/info/changelog.txt @@ -1,3 +1,10 @@ +2.0 r29 +- fixed a rare error when a panel refresh is triggered by an addon before LAM is fully initialized ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/98]#98[/url]) +- fixed SetHandler warning showing when a scrollable dropdown is used ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/97]#97[/url]) +- improved SetHandler warning message to show the panel title instead of the internal name and in addition log to LibDebugLogger for easy access to a stack trace ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/99]#99[/url]) +- improved comments in control files ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/100]#100[/url], thanks Phuein) +- adjusted ReloadUI warning color to match the color of the warning in the ingame video settings ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/101]#101[/url], thanks Phuein) + 2.0 r28 - fixed color picker throwing errors in gamepad mode ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/94]#94[/url], thanks Gandalf) - added global variable "LibAddonMenu2" for direct access without using LibStub ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/95]#95[/url]) diff --git a/info/info.txt b/info/info.txt index 2bedca5..5ebae62 100644 --- a/info/info.txt +++ b/info/info.txt @@ -1,3 +1,3 @@ title: LibAddonMenu -version: 2.0 r28 +version: 2.0 r29 compatiblity: 5.0 \ No newline at end of file