Browse Source

Updated changelog

master
Igor Zhukov 10 years ago
parent
commit
7dcc2df4d4
  1. 5
      app/partials/desktop/changelog_modal.html
  2. 45
      app/partials/mobile/changelog_modal.html

5
app/partials/desktop/changelog_modal.html

@ -24,9 +24,10 @@ @@ -24,9 +24,10 @@
</h3>
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Supported usernames. <a href="" ng-click="changeUsername">Set up right now!</a></li>
<li>Conversations search field is now searching public users by username.</li>
<li>Usernames support: <a href="" ng-click="changeUsername">Choose a username right now!</a></li>
<li>Search can now find public users by username.</li>
<li>Added default recent emoticons.</li>
<li>Bugfixes</li>
</ul>
</div>
</div>

45
app/partials/mobile/changelog_modal.html

@ -7,11 +7,11 @@ @@ -7,11 +7,11 @@
<div class="changelog_card_wrap" ng-switch="lastVersion === false">
<div ng-switch-when="true">
<div class="changelog_card"></div>
<h2 class="changelog_header">Recent updates in <strong>Telegram Web</strong></h2>
<h2 class="changelog_header" my-i18n="changelog_modal_header_recent_updates_md"></h2>
</div>
<div ng-switch-default>
<div class="changelog_card"></div>
<h2 class="changelog_header"><strong>Telegram Web</strong> has been updated!</h2>
<h2 class="changelog_header" my-i18n="changelog_modal_header_new_updates_md"></h2>
</div>
</div>
@ -19,20 +19,49 @@ @@ -19,20 +19,49 @@
<div class="modal_section changelog_version_wrap">
<h3 class="modal_section_header changelog_version_title">
<span class="pull-right">current version</span>
Version 0.3.2
<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>Usernames support: <a href="" ng-click="changeUsername">Choose a username right now!</a></li>
<li>Search can now find public users by username.</li>
<li>Added default recent emoticons.</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.1
</h3>
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>New languages: Spanish, German and Italian are now available </li>
<li>New custom-made audio player</li>
<li>Bad browser page for IE 6-9</li>
<li>Perfomance improvements and bugfixes</li>
</ul>
</div>
</div>
<div class="modal_section changelog_version_wrap">
<h3 class="modal_section_header changelog_version_title">
Version 0.3.0
</h3>
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Added online statuses automatic update</li>
<li>Fixed scrollbar invalid width bug</li>
<li>[Desktop] Added phone country detection</li>
<li>Log in codes may be received in other Telegram apps</li>
<li>Partner's online status updates automatically</li>
<li>Added support for non-english hashtags in messages</li>
<li>Fixed invalid scrollbar width bug</li>
<li>[Desktop] Added automatic country code detection</li>
<li>[FirefoxOS] Improved PUSH-notifications for &lt;= 1.1</li>
<li>[FirefoxOS] Fixed emoji in notifications</li>
<li>[FirefoxOS] Fixed attachment bug for &lt;= 1.1</li>
<li>[FirefoxOS] Added phonebook permissions handling</li>
<li>[FirefoxOS] Added ability to share Gallery photos in Telegram</li>
<li>Supported international hashtags in messages</li>
</ul>
</div>
</div>
@ -196,4 +225,4 @@ @@ -196,4 +225,4 @@
</div>
</div>
</div>

Loading…
Cancel
Save