Changelog update

This commit is contained in:
João Lopes 2019-02-06 10:02:38 +00:00
parent cb2b21b2b8
commit e2a714dcf1
2 changed files with 24 additions and 22 deletions

View File

@ -1,3 +1,23 @@
================================================
Version 11.0 - Alpha (Apr 15 - 2018)
================================================
[FIXED] updated to LÖVE 11.0
================================================
Version 0.10.1 - Alpha (Nov 13 - 2016)
================================================
[ADDED] a new property: image.stretch (boolean)
[ADDED] a new property: button.image (image) -- left aligned image
[CHANGED] Buttons/Imagebuttons/checkboxes with the same groupIndex behave as group buttons
[ADDED] new properties: button.groupIndex (int) and button.checked (boolean)
[ADDED] new properties: imagebutton.groupIndex (int) and imagebutton.checked (boolean)
[ADDED] a new property: checkbox.groupIndex
[ADDED] a new function: wheelmoved
[FIXED] textinput - Unicode support
[FIXED] Update for LÖVE 0.10.1
[FIXED] Update stencil calls
================================================
Version 0.10 - Alpha (Release Date TBD)
================================================

View File

@ -12,29 +12,11 @@ Love Frames is licensed under the zlib/libpng license. For more information, ple
Created by Kenny Shields
**Third-Party Libraries**
##Third-Party Libraries**
- middleclass by kikito - https://github.com/kikito/middleclass
middleclass by kikito - https://github.com/kikito/middleclass
What's new:
## History
Compatible with 11.0
textinput - Unicode support.
Properties:
image.stretch (boolean)
buttom.image (image) -- left aligned image
button.groupIndex (int)
button.checked (boolean)
imagebutton.groupIndex (int)
imagebutton.checked (boolean)
checkbox.groupIndex
-- Buttons/checkboxes with the same groupIndex behave as group buttons
[Changelog](https://github.com/linux-man/LoveFrames/blob/master/changelog.txt)