diff --git a/build/build.number b/build/build.number index 9d533dd..546f940 100644 --- a/build/build.number +++ b/build/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Sun May 20 16:59:17 CEST 2018 -build.number=27 +#Thu Apr 18 22:59:59 CEST 2019 +build.number=28 diff --git a/info/changelog.txt b/info/changelog.txt index 59045dc..751fad4 100644 --- a/info/changelog.txt +++ b/info/changelog.txt @@ -1,3 +1,20 @@ +2.0 r27 +- fixed scrollable dropdown not working correctly ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/83]#83[/url]) +- fixed disabled sliders changing value in some situations when clicked +- fixed panel not refreshing on open when it was already selected ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/82]#82[/url]) +- added RefreshPanel function to panel control ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/84]#84[/url]) +[INDENT]- the panel control is returned by RegisterAddonPanel[/INDENT] +- added "translation", "feedback" and "donation" properties to panel ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/pull/88]#88[/url], thanks Baertram) +[INDENT]- all three (and also the "website" property) accept a function or a string[/INDENT] +- added "disabled" and "disabledLabel" property for submenus ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/pull/86]#86[/url], [url=https://github.com/sirinsidiator/ESO-LibAddonMenu/pull/90]#90[/url], thanks klingo) +- added "icon" and "iconTextureCoords" property for submenus ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/pull/91]#91[/url]) +- added "disabled" property for descriptions ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/pull/89]#89[/url], thanks klingo) +- added "clampFunction" property for slider controls ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/85]#85[/url]) +[INDENT]- the function receives the value, min and max as arguments and has to return a clamped value[/INDENT] +- added optional support for LibDebugLogger +[INDENT]- in case it is loaded, it logs the full error when control creation failed[/INDENT] +- updated LibStub to r5 + 2.0 r26 - fixed error when loading LAM on an unsupported locale - added Korean translation (thanks p.walker) diff --git a/info/info.txt b/info/info.txt index 554cad5..6f9efd4 100644 --- a/info/info.txt +++ b/info/info.txt @@ -1,3 +1,3 @@ -title: LibAddonMenu -version: 2.0 r25 -compatiblity: 3.2 \ No newline at end of file +title: LibAddonMenu +version: 2.0 r27 +compatiblity: 5.0 \ No newline at end of file