@@ -251,36 +251,36 @@ download (or continue to use)
251251 <td>Windows</td>
252252 <td>
253253 <a onclick="return onDownload(this)" id="win-studio"
254- href="http://dl.google.com/android/studio/install/0.8.0 /android-studio-bundle-135.1245622 -windows.exe">
255- android-studio-bundle-135.1245622 -windows.exe
254+ href="http://dl.google.com/android/studio/install/0.8.6 /android-studio-bundle-135.1339820 -windows.exe">
255+ android-studio-bundle-135.1339820 -windows.exe
256256 </a>
257257 </td>
258- <td>380000036 bytes</td>
259- <td>5720baef7d492f2df7398a38dae2fa92 </td>
258+ <td>379497130 bytes</td>
259+ <td>024e002b8c8fa7dcd2ff69fd69e06e56 </td>
260260 </tr>
261261
262262 <tr>
263263 <td><nobr>Mac OS X</nobr></td>
264264 <td>
265265 <a onclick="return onDownload(this)" id="mac-studio"
266- href="http://dl.google.com/android/studio/install/0.8.0 /android-studio-bundle-135.1245622 -mac.dmg">
267- android-studio-bundle-135.1245622 -mac.dmg
266+ href="http://dl.google.com/android/studio/install/0.8.6 /android-studio-bundle-135.1339820 -mac.dmg">
267+ android-studio-bundle-135.1339820 -mac.dmg
268268 </a>
269269 </td>
270- <td>368451923 bytes</td>
271- <td>fa9da3625db44687576c5c4e8f96280e </td>
270+ <td>368507143 bytes</td>
271+ <td>4143f2aa556634eae91701965d88899b </td>
272272 </tr>
273273
274274 <tr>
275275 <td>Linux</td>
276276 <td>
277277 <a onclick="return onDownload(this)" id="linux-studio"
278- href="http://dl.google.com/android/studio/install/0.8.0 /android-studio-bundle-135.1245622 -linux.tgz">
279- android-studio-bundle-135.1245622 -linux.tgz
278+ href="http://dl.google.com/android/studio/install/0.8.6 /android-studio-bundle-135.1339820 -linux.tgz">
279+ android-studio-bundle-135.1339820 -linux.tgz
280280 </a>
281281 </td>
282- <td>417756987 bytes</td>
283- <td>c70dd2e4035484b84f0ad0046a34f136 </td>
282+ <td>417631443 bytes</td>
283+ <td>fa403762ecd0a5da87acbeff485f81cc </td>
284284 </tr>
285285 </table>
286286
@@ -450,6 +450,17 @@ style="vertical-align:bottom;margin:0;height:19px" /> in the toolbar.</p>
450450<div class="toggle-content opened">
451451 <p><a href="#" onclick="return toggleContent(this)">
452452 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
453+ alt=""/>Android Studio v0.8.6</a> <em>(August 2014)</em>
454+ </p>
455+
456+ <div class="toggle-content-toggleme">
457+ <p>See <a href="http://tools.android.com/recent">tools.android.com</a> for a full list of changes.</p>
458+ </div>
459+ </div>
460+
461+ <div class="toggle-content closed">
462+ <p><a href="#" onclick="return toggleContent(this)">
463+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
453464 alt=""/>Android Studio v0.8.0</a> <em>(June 2014)</em>
454465 </p>
455466
@@ -636,7 +647,7 @@ for possible resolutions to known issues: <a href="http://tools.android.com/know
636647 if (os) {
637648 /* set up primary ACE download button */
638649 $('#download-ide-button').show();
639- $('#download-ide-button').append("Download Android Studio Beta <span class='small'>v0.8.0 </span>"
650+ $('#download-ide-button').append("Download Android Studio Beta <span class='small'>v0.8.6 </span>"
640651 + "<br/> <span class='small'>with the Android SDK for " + os + "</span>");
641652 $('#download-ide-button').click(function() {return onDownload(this,true);}).attr('href', bundlename);
642653
0 commit comments