Browse Source

Added 0.5.4 changelog

master
Igor Zhukov 8 years ago
parent
commit
dca7a47760
  1. 18
      app/partials/desktop/changelog_modal.html
  2. 21
      app/partials/mobile/changelog_modal.html

18
app/partials/desktop/changelog_modal.html

@ -31,6 +31,24 @@ @@ -31,6 +31,24 @@
<div class="md_modal_sections">
<div class="md_modal_versioned_section_wrap" ng-if="canShowVersion('0.5.4')">
<div class="md_modal_section_version">0.5.4</div>
<div class="md_modal_section_description changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Introducing Bot API 2.0, the biggest update to our bot platform since June 2015.</li>
<li>New inline keyboards with callback, 'open URL' or 'switch to inline mode' buttons help create seamless interfaces.</li>
<li>Bots can now update existing messages on the fly as you interact with them.</li>
<li>Prepare for the rise of location-based bots: all bots can now ask users to share their location.</li>
<li>Inline bots can now send all attachments supported in Telegram (videos, music, stickers, files, etc.).</li>
<li>Try out these sample bots to see what's coming your way soon: @music, @sticker, @youtube, @foursquare</li>
<li>Check out the <a href="https://telegram.org/blog/bots-2-0" target="_blank">Telegram Blog</a> for more info</li>.
<li>Improved quick forward in channels (Click on message date to try it out).</li>
<li>Improved performance.</li>
</ul>
</div>
</div>
<div class="md_modal_versioned_section_wrap" ng-if="canShowVersion('0.5.3')">
<div class="md_modal_section_version">0.5.3</div>
<div class="md_modal_section_description changelog_version_changes">

21
app/partials/mobile/changelog_modal.html

@ -19,9 +19,28 @@ @@ -19,9 +19,28 @@
<div class="modal_section changelog_version_wrap">
<h3 class="modal_section_header changelog_version_title">
Version 0.5.3
Version 0.5.4
<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>Introducing Bot API 2.0, the biggest update to our bot platform since June 2015.</li>
<li>New inline keyboards with callback, 'open URL' or 'switch to inline mode' buttons help create seamless interfaces.</li>
<li>Bots can now update existing messages on the fly as you interact with them.</li>
<li>Prepare for the rise of location-based bots: all bots can now ask users to share their location.</li>
<li>Inline bots can now send all attachments supported in Telegram (videos, music, stickers, files, etc.).</li>
<li>Try out these sample bots to see what's coming your way soon: @music, @sticker, @youtube, @foursquare</li>
<li>Check out the <a href="https://telegram.org/blog/bots-2-0" target="_blank">Telegram Blog</a> for more info</li>.
<li>Improved quick forward in channels (Click on message date to try it out).</li>
<li>Improved performance.</li>
</ul>
</div>
</div>
<div class="modal_section changelog_version_wrap">
<h3 class="modal_section_header changelog_version_title">
Version 0.5.3
</h3>
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Inline bots: A new way to add bot content to any chat. Type a bot's username and your query in the text field to get instant results and send them to your chat partner. Try typing <code>@gif dog</code> in your next chat. Sample bots: @gif, @wiki, @bing, @vid, @bold.</li>

Loading…
Cancel
Save