Difference between revisions of "11.1"

(Created page)
 
m (Points to correct subfields of t.console)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{notice|The information on this page may not be accurate or up to date due to the information pertaining to a version that is currently in development.}}
+
[[File:11.0-NoGame.png|thumb|no-game screen]]
 
+
The codename for LÖVE 11.1 is '''Mysterious Mysteries'''. It is currently '''<span style="color:#0000ff;">released</span>'''.
The codename for LÖVE 11.1 is '''Mysterious Mysteries'''. It is currently '''<span style="color:#ff0000;">not released</span>'''.
 
  
 
== Changes from [[11.0]] ==
 
== Changes from [[11.0]] ==
Line 13: Line 12:
 
* Fixed [[love.joystick.loadGamepadMappings]] outputting a deprecation warning about [[love.filesystem.isFile]].
 
* Fixed [[love.joystick.loadGamepadMappings]] outputting a deprecation warning about [[love.filesystem.isFile]].
 
* Fixed [[Source:queue]] to show the correct argument name in the error message when an invalid data parameter is given.
 
* Fixed [[Source:queue]] to show the correct argument name in the error message when an invalid data parameter is given.
* Fixed [[love.conf|t.console=true]] causing an error on Windows if lovec.exe is used.
+
* Fixed [[Config Files#console|t.console=true]] causing an error on Windows if lovec.exe is used.
  
  
 
[[Category:Versions]]
 
[[Category:Versions]]
 +
{{#set:InternalVersion=111}}
 +
{{#set:Codename=Mysterious Mysteries}}
 +
{{#set:Status=<span style="color:#0000ff;">Released</span>}}
 +
{{#set:ReleaseDate=2018-04-15}}

Latest revision as of 14:55, 20 July 2019

no-game screen

The codename for LÖVE 11.1 is Mysterious Mysteries. It is currently released.

Changes from 11.0

Fixes