Skip to content

Commit

Permalink
built r21 and updated meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
sirinsidiator committed Jul 17, 2016
1 parent 1768ed9 commit 2ab8c96
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 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!
#Sat Mar 26 16:25:39 CET 2016
build.number=21
#Sun Jul 17 18:47:21 CEST 2016
build.number=22
14 changes: 14 additions & 0 deletions info/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
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])
- fixed disabled controls not having the correct label color in some cases ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/41]#41[/url])
- fixed controls not updating their own disabled state when their value changes ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/51]#51[/url])
- added Japanese translation (thanks k0ta0uchi) ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/45]#45[/url])
- added isDangerous flag for button controls ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/50]#50[/url])
[INDENT]- when set to true it changes the text color of the button to red and opens a dialog which shows the label and the warning text before running the callback[/INDENT]
- added new options for sliders and fixed some bugs ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/49]#49[/url])
[INDENT]- autoSelect (boolean): when set to true it makes the input field select all text when it gains focus
- inputLocation (string): setting it to "right" will move the input field to the right side of the slider and make it slightly bigger. For aesthetic reasons this should only be used in custom panels and not in the addon menu
- clampInput (boolean): true by default and if set to false it allows the input values of the slider to exceed the min and max value[/INDENT]
- for other internal code changes take a look at the [URL="https://github.com/sirinsidiator/ESO-LibAddonMenu/commits/master"]git history[/URL]

2.0 r20
- fixed empty panels not firing LAM-PanelControlsCreated ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/32]#32[/url])
- removed height constraint of 2500 from submenus ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/34]#34[/url])
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 r20
compatiblity: 2.3
version: 2.0 r21
compatiblity: 2.4, 2.5

0 comments on commit 2ab8c96

Please sign in to comment.