diff --git a/README.rst b/README.rst index 6215dd1..111ac9c 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ A GUI Module for Lua (based on JUCE) .. image:: http://peersuasive.github.io/images/lua-inside.png -``Luce`` 0.3.2 *trust in stilts* `released ! `__ +``Luce`` 0.3.3 *ebb and flow* `released ! `__ `Downloads`_ for Linux, Windows, OS X, iOS and Android are available. @@ -380,7 +380,7 @@ to compile the module and for C++ projects To extend with new JUCE classes ------------------------------- -* ``JUCE`` 3.0.6+ +* ``JUCE`` 4.0.1+ .. _download: @@ -407,52 +407,73 @@ For Android, at the opposite, only the shared library/module is available, as a static library wouldn't really make sense, but feel free to ask also. -v0.3.2 (alpha) +v0.3.3 (alpha) -------------- Linux64 5.1 ~~~~~~~~~~~ -* `Linux/64/2.13 (lua 5.1 module) `__ -* `Linux/64/2.13 (lua 5.1 module/debug) `__ -* `Linux/64/2.13 (static) `__ +* `Linux/64/2.13 (lua 5.1 module) `__ +* `Linux/64/2.13 (lua 5.1 module/debug) `__ +* `Linux/64/2.13 (static) `__ Linux64 5.2 ~~~~~~~~~~~ -* `Linux/64/2.13 (lua 5.2 module) `__ -* `Linux/64/2.13 (lua 5.2 module/debug) `__ -* `Linux/64/2.13 (static) `__ + +* `Linux/64/2.13 (lua 5.2 module) `__ +* `Linux/64/2.13 (lua 5.2 module/debug) `__ +* `Linux/64/2.13 (static) `__ + +Linux64 5.3 +~~~~~~~~~~~ + +* `Linux/64/2.13 (lua 5.3 module) `__ +* `Linux/64/2.13 (lua 5.3 module/debug) `__ +* `Linux/64/2.13 (static) `__ Win32 5.1 ~~~~~~~~~ -* `Windows/32 (lua 5.1 module) `__ -* `Windows/32 (lua 5.1 module/debug) `__ -* `Windows/32 (static) `__ +* `Windows/32 (lua 5.1 module) `__ +* `Windows/32 (lua 5.1 module/debug) `__ +* `Windows/32 (static) `__ Win32 5.2 ~~~~~~~~~ -* `Windows/32 (lua 5.2 module) `__ -* `Windows/32 (lua 5.2 module/debug) `__ -* `Windows/32 (static) `__ +* `Windows/32 (lua 5.2 module) `__ +* `Windows/32 (lua 5.2 module/debug) `__ +* `Windows/32 (static) `__ OS X 5.1 ~~~~~~~~ -* `Mac OS X/64/10.8 (lua 5.1 module) `__ -* `Mac OS X/64/10.8 (lua 5.1 module/debug) `__ -* `Mac OS X/64/10.8 (static) `__ +* `Mac OS X/64/10.8 (lua 5.1 module) `__ +* `Mac OS X/64/10.8 (lua 5.1 module/debug) `__ +* `Mac OS X/64/10.8 (static) `__ -iOS 6.1 5.1 -~~~~~~~~~~~ +OS X 5.2 +~~~~~~~~ + +* `Mac OS X/64/10.8 (lua 5.2 module) `__ +* `Mac OS X/64/10.8 (lua 5.2 module/debug) `__ +* `Mac OS X/64/10.8 (static) `__ + +iOS 5.1+ 5.1 +~~~~~~~~~~~~ + +* `iOS/5.1 (lua 5.1 static) `__ + +iOS 5.1+ 5.2 +~~~~~~~~~~~~ + +* `iOS/5.1 (lua 5.2 static) `__ -* `iOS/5.1 (lua 5.1 static) `__ -Android 4.4 5.1 -~~~~~~~~~~~~~~~ +Android 4.4 5.1 (luajit) +~~~~~~~~~~~~~~~~~~~~~~~~ -* `Android/4.X (lua 5.1 shared) `__ +* `Android/4.X (lua 5.1 shared) `__