mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Changelog update
This commit is contained in:
parent
cb2b21b2b8
commit
e2a714dcf1
@ -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)
|
Version 0.10 - Alpha (Release Date TBD)
|
||||||
================================================
|
================================================
|
||||||
|
26
readme.md
26
readme.md
@ -12,29 +12,11 @@ Love Frames is licensed under the zlib/libpng license. For more information, ple
|
|||||||
|
|
||||||
Created by Kenny Shields
|
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
|
[Changelog](https://github.com/linux-man/LoveFrames/blob/master/changelog.txt)
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user