diff --git a/CHANGELOG.md b/CHANGELOG.md index dac43f20e..3153dfa77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 0.92 (2015-06-08) + +* Make swap only in portrait mode to prevent crashes and issues where UI elements are obscured + +* Update Universal-Image-Loader to 1.9.4 + +* Make Apk downloads progress be measured in kilobytes instead of bytes + +* Add missing Sardinian language to the preferences + +* Fix minimum SDK to be 8 (2.2) instead of 7 (2.1) since support for version 7 + was dropped long ago + ### 0.91 (2015-05-18) * Don't request the "Write to external storage" permission on 4.4 and later diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index d798d09f7..b769ecbfd 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.fdroid.fdroid" android:installLocation="auto" - android:versionCode="910" - android:versionName="0.91" + android:versionCode="920" + android:versionName="0.92" >