Browse Source

Updated changelog

master
Igor Zhukov 10 years ago
parent
commit
663fb9dcd6
  1. 1
      app/partials/desktop/changelog_modal.html
  2. 20
      app/partials/mobile/changelog_modal.html

1
app/partials/desktop/changelog_modal.html

@ -27,6 +27,7 @@ @@ -27,6 +27,7 @@
<li>Added Native Client module: dramatically improved encryption speed; Download and upload speed is now as high as in native applications.</li>
<li>HTTPS. We recommend you to use <a href="https://web.telegram.org" target="_blank">https://web.telegram.org</a>.</li>
<li>Added multiple open tabs warning. Please note, that only one tab with Telegram Web will work.</li>
<li>Added embedded Instagram, Twitter, Vine, YouTube links.</li>
<li>Jump to selected spot when playing back audio.</li>
<li>Bugfixes</li>
</ul>

20
app/partials/mobile/changelog_modal.html

@ -15,13 +15,31 @@ @@ -15,13 +15,31 @@
</div>
</div>
<div class="changelog_versions_wrap">
<div class="changelog_versions_wrap">
<div class="modal_section changelog_version_wrap">
<h3 class="modal_section_header changelog_version_title">
Version 0.3.2
Version 0.3.3
<span class="pull-right" my-i18n="changelog_modal_title_current_version"></span>
</h3>
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Added Native Client module: dramatically improved encryption speed; Download and upload speed is now as high as in native applications.</li>
<li>HTTPS. We recommend you to use <a href="https://web.telegram.org" target="_blank">https://web.telegram.org</a>.</li>
<li>Added multiple open tabs warning. Please note, that only one tab with Telegram Web will work.</li>
<li>Added embedded Instagram, Twitter, Vine, YouTube links.</li>
<li>Jump to selected spot when playing back audio.</li>
<li>Bugfixes</li>
</ul>
</div>
</div>
<div class="modal_section changelog_version_wrap">
<h3 class="modal_section_header changelog_version_title">
Version 0.3.2
</h3>
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Usernames support: <a href="" ng-click="changeUsername()">Choose a username right now!</a></li>

Loading…
Cancel
Save