Added changelog
This commit is contained in:
parent
7e1153712b
commit
6712a79b57
@ -31,6 +31,21 @@
|
||||
|
||||
<div class="md_modal_sections">
|
||||
|
||||
<div class="md_modal_versioned_section_wrap" ng-if="canShowVersion('0.5.6')">
|
||||
<div class="md_modal_section_version">0.5.6</div>
|
||||
<div class="md_modal_section_description changelog_version_changes">
|
||||
<ul class="list-unstyled changelog_version_changes_list">
|
||||
<li>Unsend Messages: retract any messages within 48 hours of sending them. Check out the <a href="https://telegram.org/blog/unsend-and-usage" target="_blank">Telegram Blog</a> for more info.</li>
|
||||
<li>Stickers suggestions by emoji.</li>
|
||||
<li>Search for messages in specific chats.</li>
|
||||
<li>Edit the text of your messages after sending them. This works across all Telegram chats, including groups and one-on-one conversations. Select a message and click 'Edit' or just press the up arrow button to edit your last message.</li>
|
||||
<li>Pinned chats. Check out the <a href="https://telegram.org/blog/pin-and-ifttt" target="_blank">Telegram Blog</a> for more info.</li>
|
||||
<li>Background notifications in Chrome and Firefox (can be disabled in Settings)</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="md_modal_versioned_section_wrap" ng-if="canShowVersion('0.5.5')">
|
||||
<div class="md_modal_section_version">0.5.5</div>
|
||||
<div class="md_modal_section_description changelog_version_changes">
|
||||
|
@ -19,9 +19,25 @@
|
||||
|
||||
<div class="modal_section changelog_version_wrap">
|
||||
<h3 class="modal_section_header changelog_version_title">
|
||||
Version 0.5.5
|
||||
Version 0.5.6
|
||||
<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>Unsend Messages: retract any messages within 48 hours of sending them. Check out the <a href="https://telegram.org/blog/unsend-and-usage" target="_blank">Telegram Blog</a> for more info.</li>
|
||||
<li>Stickers suggestions by emoji.</li>
|
||||
<li>Search for messages in specific chats.</li>
|
||||
<li>Edit the text of your messages after sending them. This works across all Telegram chats, including groups and one-on-one conversations. Select a message and click 'Edit' or just press the up arrow button to edit your last message.</li>
|
||||
<li>Pinned chats. Check out the <a href="https://telegram.org/blog/pin-and-ifttt" target="_blank">Telegram Blog</a> for more info.</li>
|
||||
<li>Background notifications in Chrome and Firefox (can be disabled in Settings)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal_section changelog_version_wrap">
|
||||
<h3 class="modal_section_header changelog_version_title">
|
||||
Version 0.5.5
|
||||
</h3>
|
||||
<div class="modal_section_body changelog_version_changes">
|
||||
<ul class="list-unstyled changelog_version_changes_list">
|
||||
<li>Introducing Drafts: Seamless syncing for unsent messages on all your devices. Drafts are now visible in your chats list.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user