Skip to content

Commit

Permalink
built r22 and updated meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
sirinsidiator committed Aug 6, 2016
1 parent 7688b98 commit dfee5e5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sun Jul 17 18:47:21 CEST 2016
build.number=22
#Sat Aug 06 13:43:39 CEST 2016
build.number=23
11 changes: 11 additions & 0 deletions info/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.0 r22
- fixed mouse exit events for sliders and textures ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/52]#52[/url], thanks silvereyes333)
- fixed decimal input on sliders ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/54]#54[/url])
- fixed icon picker not retaining color when disabled is toggled ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/58]#58[/url])
- fixed slider accepting mouse wheel input while being disabled ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/60]#60[/url])
- added support for nested submenus ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/53]#53[/url])
- added new divider widget ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/56]#56[/url], thanks silvereyes333)
- added new function "UpdateWarning" to controls which allows to refresh the warning text ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/55]#55[/url], thanks silvereyes333)
- added new property "website" to panels which will render a button in the panel to open the specified addon URL ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/57]#57[/url])
- updated localization ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/59]#59[/url], thanks everyone who helped with it)

2.0 r21
- fixed panel creation starting more than once when switching between different addon panels quickly ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/40]#40[/url])
- fixed LAM.util getting wiped with each version load causing errors for many players ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/44]#44[/url])
Expand Down
3 changes: 2 additions & 1 deletion info/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ libs\LibAddonMenu-2.0\controls\editbox.lua
libs\LibAddonMenu-2.0\controls\header.lua
libs\LibAddonMenu-2.0\controls\slider.lua
libs\LibAddonMenu-2.0\controls\texture.lua
libs\LibAddonMenu-2.0\controls\iconpicker.lua[/CODE]
libs\LibAddonMenu-2.0\controls\iconpicker.lua
libs\LibAddonMenu-2.0\controls\divider.lua[/CODE]
(Don't forget to also embed LibStub and have it listed to load prior to LibAddonMenu!)


Expand Down
4 changes: 2 additions & 2 deletions info/info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title: LibAddonMenu
version: 2.0 r21
compatiblity: 2.4, 2.5
version: 2.0 r22
compatiblity: 2.5

0 comments on commit dfee5e5

Please sign in to comment.