Browse Source

New version: 0.9.1b

fysx 11 years ago
parent
commit
66f600b5ab
2 changed files with 10 additions and 1 deletions
  1. 1 1
      AndroidManifest.xml
  2. 9 0
      README.md

+ 1 - 1
AndroidManifest.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="org.love2d.android"
       android:versionCode="13"
-      android:versionName="0.9.1a"
+      android:versionName="0.9.1b"
       android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
     <uses-permission android:name="android.permission.INTERNET"/>
     <uses-permission android:name="android.permission.VIBRATE"/>

+ 9 - 0
README.md

@@ -31,6 +31,15 @@ Bugs and feature requests should be reported to the issue tracker at [https://bi
 Changelog:
 ----------
 
+0.9.1b:
+
+* added love.system.vibrate(seconds)
+* print statements are now redirected to logcat. Output is prefixed with "[LOVE] "
+* removed DevIL, libpng, libjpeg, libmng, and libtiff
+* pngs are loaded using lodepng and jpegs using libturbo-jpeg
+* repeatedly fixed a bug which caused Release builds to crash
+* update to latest mobile-common branch
+
 0.9.1a:
 
 * using latest SDL\_androidgl.c (fixes some random performance issues)