Browse Source

Bump to 0.3.0

master
Igor Zhukov 10 years ago
parent
commit
0b7dde4e5d
  1. 19
      app/partials/changelog_modal.html
  2. 2
      package.json

19
app/partials/changelog_modal.html

@ -20,6 +20,25 @@ @@ -20,6 +20,25 @@
<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.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>[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>
<div class="modal_section changelog_version_wrap">
<h3 class="modal_section_header changelog_version_title">
Version 0.2.9
</h3>
<div class="modal_section_body changelog_version_changes">

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "Telegram",
"version": "0.2.9",
"version": "0.3.0",
"description": "Telegram UNOFFICIAL Web App",
"main": "app/index.html",
"single-instance": true,

Loading…
Cancel
Save