]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 1.11. v1.11
authorSoren Stoutner <soren@stoutner.com>
Sun, 23 Oct 2016 04:43:20 +0000 (21:43 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sun, 23 Oct 2016 04:43:20 +0000 (21:43 -0700)
app/build.gradle
app/src/main/assets/en/about_changelog.html

index 823eb5e86be9be0f25bd938a127aebca897025df..e8c755090ccb0216a642124e222fb2eb88739dfa 100644 (file)
@@ -25,8 +25,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 24
-        versionCode 12
-        versionName "1.10"
+        versionCode 13
+        versionName "1.11"
     }
 
     buildTypes {
index 7da4a7f1e5e926781a64915fe6e38b59d947c80c..aaac76eaddb742d25c1630781325398f584a0e59 100644 (file)
 
 <body>
 
+<h3>1.11 (version code 13)</h3>
+<p>22 October 2016 - minimum API 19, target API 24</p>
+<ul>
+    <li>Bump target API to 24, which enables multi-window support on Nougat.</li>
+    <li>Fix a bug introduced in version 1.10 that consumed <a href="https://redmine.stoutner.com/issues/66">massive amounts of CPU</a> for no good reason.</li>
+    <li>Add <a href="https://redmine.stoutner.com/issues/18">printing support</a>.</li>
+    <li>Fix <a href="https://redmine.stoutner.com/issues/67">file downloading</a> on KitKat and Lollipop.</li>
+</ul>
+
 <h3>1.10 (version code 12)</h3>
 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=c9365866ad37cc2b0b0fa53ee04aaaa4740f70b7">15 September 2016</a> - minimum API 19, target API 23</p>
 <ul>