summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-10-06 23:45:30 -0700
committerelijah <elijah@riseup.net>2014-10-06 23:45:30 -0700
commit9bcc5911560304fdc3b6bca79a85e4ce08ccd999 (patch)
tree2c382cc26757b89dd498533713e3b4dff6a72429
parentbbc761b2b57d4898a47aa8f6d775cdd77cf7707a (diff)
added 0.7 announcements
-rw-r--r--pages/about-us/news/2014/android-oh-seven.md19
-rw-r--r--pages/about-us/news/2014/bitmask-oh-seven-rc.md21
-rw-r--r--public/img/pages/android-mask.pngbin0 -> 9530 bytes
-rw-r--r--public/img/pages/clocks.jpgbin0 -> 20273 bytes
4 files changed, 40 insertions, 0 deletions
diff --git a/pages/about-us/news/2014/android-oh-seven.md b/pages/about-us/news/2014/android-oh-seven.md
new file mode 100644
index 0000000..ef0428e
--- /dev/null
+++ b/pages/about-us/news/2014/android-oh-seven.md
@@ -0,0 +1,19 @@
+@title = 'Bitmask Android 0.7.0'
+@author = 'Parménides GV'
+@posted_at = '2014-09-06'
+@more = true
+@preview = '<div style="float:left; margin-right: 8px; margin-left: 0;"><img src="/img/pages/android-mask.png"></div><p>We\'ve released a new version of our Android client, which improves the stability of our VPN tunnel and fixes a bunch of bugs.</p>'.html_safe
+
+We've released a new version of our Android client, which improves the stability of our VPN tunnel and fixes a bunch of bugs.
+
+We solved a pesky problem related to memory usage. When total available memory gets very low, Bitmask would stop. To solve this problem Bitmask will now restart when neccessary.
+
+Deep research on how AOSP (Android Open Source Project) works when an app is killed informed this solution, and the restart should happen as quick as possible: we've measured 45 seconds in a real environment. Once implemented, this feature was suggested to the upstream project for the VPN, [ics-openvpn](https://code.google.com/ics-openvpn), and was accepted and incorporated right away (thanks Arne).
+
+We also started to do the work needed for Bitmask to be added to F-Droid, but we're going to use a much awaited feature from F-Droid which is [almost complete](https://f-droid.org/wiki/page/Verification_Server) so stay tuned, because you'll see both F-Droid improvements from their side and Bitmask Android on an F-Droid repository really soon!
+
+Finally, a couple of annoying bugs have been fixed: first of all, you can turn off VPN from our dashboard switch, and if that happens (or more generally, if you switch off VPN by any means), you won't see the "Blocked traffic" notification which appeared on 0.6.0.
+
+We're beginning to collaborate with third parties, and getting more [users and feedback on the Play Store](https://play.google.com/store/apps/details?id=se.leap.bitmaskclient). As with any Libre Software project, you're more than welcomed to tell us your suggestions (use [Twitter](https://twitter.com/leapcode), [GitHub](https://github.com/leapcode/bitmask_android), [file bugs](https://leap.se/code/), or even [collaborate with us in the development itself](https://github.com/leapcode/bitmask_android#contributing).
+
+Thanks for your attention, and if you're a user, thanks for your feedback and support!
diff --git a/pages/about-us/news/2014/bitmask-oh-seven-rc.md b/pages/about-us/news/2014/bitmask-oh-seven-rc.md
new file mode 100644
index 0000000..bc6d70c
--- /dev/null
+++ b/pages/about-us/news/2014/bitmask-oh-seven-rc.md
@@ -0,0 +1,21 @@
+@title = 'Bitmask Desktop v0.7.0-rc1 is ready for testing'
+@author = 'Ivan'
+@posted_at = '2014-09-06'
+@more = true
+@preview = '<div style="float:left; margin-right: 8px; margin-left: 0;"><img src="/img/pages/clocks.jpg"></div><p>Starting today users can run a "stable" or "unstable" version of Bitmask. For each new version, we will first issue an "unstable" public release candidate. People who are in position to run bleeding edge code can run the "unstable" version and help us find any problems that we might have missed.</p>'.html_safe
+
+Code name: "One time download, all time update"
+
+Starting today users can run a "stable" or "unstable" version of Bitmask. For each new version, we will first issue an "unstable" public release candidate. People who are in position to run bleeding edge code can run the "unstable" version and help us find any problems that we might have missed. We will fix these problems and then release a rock solid "stable" version of Bitmask. Download the release candiate, and report issues you find on our tracker https://leap.se/code or alert us on irc (freenode.net #leap).
+
+## Changes
+
+For the users of the Linux Bundles, this is the first Bitmask Desktop client release that brings the ability to self-update. This means that you will be able to easily up to date to the latest version. On startup, the app will look for updates, and let you known when a new release is ready and give you a one-click access to the update. If you are using your package manager, you will still have to use the traditional methods to get updates (in ubuntu/Debian, that's `apt-get update && apt-get upgrade`).
+
+Based on your feedback we have merged all preferences into one elegant and simplified window, and as usual have fixed a hand full of smaller bugs.
+
+Behind the scenes were are quietly readying Bitmask for dead simple encrypted email. Its getting dangerously close to a public release candidate.
+
+* Download Release Candidate v0.7.0-rc1 and help us test the code
+* Download the "Stable" version https://dl.bitmask.net/
+* Changelog: https://raw.githubusercontent.com/leapcode/bitmask_client/master/CHANGELOG.rst
diff --git a/public/img/pages/android-mask.png b/public/img/pages/android-mask.png
new file mode 100644
index 0000000..8fee9a2
--- /dev/null
+++ b/public/img/pages/android-mask.png
Binary files differ
diff --git a/public/img/pages/clocks.jpg b/public/img/pages/clocks.jpg
new file mode 100644
index 0000000..0148508
--- /dev/null
+++ b/public/img/pages/clocks.jpg
Binary files differ