From 6561c99e4671463035c3460c4605fb68c35aa467 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 13 Oct 2015 21:47:53 +0200 Subject: [PATCH] Bump to 0.4.9 --- app/js/app.js | 2 +- app/js/background.js | 2 +- app/js/controllers.js | 2 +- app/js/directives.js | 2 +- app/js/directives_mobile.js | 2 +- app/js/filters.js | 2 +- app/js/lib/bin_utils.js | 2 +- app/js/lib/config.js | 4 ++-- app/js/lib/crypto_worker.js | 2 +- app/js/lib/mtproto.js | 2 +- app/js/lib/mtproto_wrapper.js | 2 +- app/js/lib/ng_utils.js | 2 +- app/js/lib/tl_utils.js | 2 +- app/js/lib/utils.js | 2 +- app/js/message_composer.js | 3 +-- app/js/messages_manager.js | 2 +- app/js/services.js | 2 +- app/manifest.json | 2 +- app/manifest.webapp | 2 +- app/partials/desktop/changelog_modal.html | 9 +++++++++ app/partials/mobile/changelog_modal.html | 13 ++++++++++++- package.json | 2 +- 22 files changed, 42 insertions(+), 23 deletions(-) diff --git a/app/js/app.js b/app/js/app.js index 4e29113f..5563a452 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/background.js b/app/js/background.js index 817accfc..372a6053 100644 --- a/app/js/background.js +++ b/app/js/background.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/controllers.js b/app/js/controllers.js index a05e89e5..c92cd392 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/directives.js b/app/js/directives.js index e60b5923..01707fee 100755 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/directives_mobile.js b/app/js/directives_mobile.js index e3057d84..004d2014 100644 --- a/app/js/directives_mobile.js +++ b/app/js/directives_mobile.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/filters.js b/app/js/filters.js index 7b6642bd..4ac33311 100644 --- a/app/js/filters.js +++ b/app/js/filters.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/lib/bin_utils.js b/app/js/lib/bin_utils.js index 41d595c6..abb6a405 100644 --- a/app/js/lib/bin_utils.js +++ b/app/js/lib/bin_utils.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/lib/config.js b/app/js/lib/config.js index a87de157..3536b724 100644 --- a/app/js/lib/config.js +++ b/app/js/lib/config.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE @@ -21,7 +21,7 @@ Config = window.Config || {}; Config.App = { id: 2496, hash: '8da85b0d5bfe62527e5b244c209159c3', - version: '0.4.8', + version: '0.4.9', domains: ['web.telegram.org', 'zhukov.github.io'] }; diff --git a/app/js/lib/crypto_worker.js b/app/js/lib/crypto_worker.js index 586c52a5..46d268f8 100644 --- a/app/js/lib/crypto_worker.js +++ b/app/js/lib/crypto_worker.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/lib/mtproto.js b/app/js/lib/mtproto.js index 9b68f8d2..8fb5250e 100644 --- a/app/js/lib/mtproto.js +++ b/app/js/lib/mtproto.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/lib/mtproto_wrapper.js b/app/js/lib/mtproto_wrapper.js index 7cb5a3eb..7b7385f7 100644 --- a/app/js/lib/mtproto_wrapper.js +++ b/app/js/lib/mtproto_wrapper.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/lib/ng_utils.js b/app/js/lib/ng_utils.js index a20357ce..74809549 100644 --- a/app/js/lib/ng_utils.js +++ b/app/js/lib/ng_utils.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/lib/tl_utils.js b/app/js/lib/tl_utils.js index 46c8776d..40710553 100644 --- a/app/js/lib/tl_utils.js +++ b/app/js/lib/tl_utils.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/lib/utils.js b/app/js/lib/utils.js index c8b212b4..c0bafb1e 100644 --- a/app/js/lib/utils.js +++ b/app/js/lib/utils.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/message_composer.js b/app/js/message_composer.js index 057a9eee..0ad11ae5 100644 --- a/app/js/message_composer.js +++ b/app/js/message_composer.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE @@ -602,7 +602,6 @@ EmojiTooltip.prototype.show = function () { }; EmojiTooltip.prototype.hide = function () { - return; if (this.tooltipEl) { this.tooltipEl.removeClass('composer_emoji_tooltip_shown'); this.btnEl.removeClass('composer_emoji_insert_btn_on'); diff --git a/app/js/messages_manager.js b/app/js/messages_manager.js index 34ca84e0..5cf4fd95 100644 --- a/app/js/messages_manager.js +++ b/app/js/messages_manager.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/js/services.js b/app/js/services.js index 7afdd746..e3c6d270 100755 --- a/app/js/services.js +++ b/app/js/services.js @@ -1,5 +1,5 @@ /*! - * Webogram v0.4.8 - messaging web application for MTProto + * Webogram v0.4.9 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov * https://github.com/zhukov/webogram/blob/master/LICENSE diff --git a/app/manifest.json b/app/manifest.json index 117a4017..ff9c6fa1 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "Telegram", "description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", - "version": "0.4.8", + "version": "0.4.9", "short_name": "Telegram", "manifest_version": 2, "app": { diff --git a/app/manifest.webapp b/app/manifest.webapp index e195f1d8..71700903 100644 --- a/app/manifest.webapp +++ b/app/manifest.webapp @@ -1,7 +1,7 @@ { "name": "Telegram", "description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", - "version": "0.4.8", + "version": "0.4.9", "type": "privileged", "launch_path": "/index.html", "developer": { diff --git a/app/partials/desktop/changelog_modal.html b/app/partials/desktop/changelog_modal.html index 37cecf87..c29bf767 100644 --- a/app/partials/desktop/changelog_modal.html +++ b/app/partials/desktop/changelog_modal.html @@ -31,6 +31,15 @@
+
+
0.4.9
+
+
    +
  • New emoji and sticker menu, tabs for sticker packs.
  • +
+
+
+
0.4.8
diff --git a/app/partials/mobile/changelog_modal.html b/app/partials/mobile/changelog_modal.html index b893d41c..2cf3dfb5 100644 --- a/app/partials/mobile/changelog_modal.html +++ b/app/partials/mobile/changelog_modal.html @@ -19,9 +19,20 @@ + +