da4120bddd 
								
							 
						 
						
							
							
								
								Fix building without glib.  
							
							
							
						 
						
							2019-11-18 10:52:32 +03:00  
				
					
						
							
							
								 
						
							
								c961acabbc 
								
							 
						 
						
							
							
								
								Include private header only if needed.  
							
							
							
						 
						
							2019-11-18 10:52:08 +03:00  
				
					
						
							
							
								 
						
							
								90c6475c8c 
								
							 
						 
						
							
							
								
								Closed alpha version 1.9.1.1: Fix build on macOS.  
							
							
							
						 
						
							2019-11-15 17:11:05 +03:00  
				
					
						
							
							
								 
						
							
								8fa9172818 
								
							 
						 
						
							
							
								
								Closed alpha version 1.9.1.1.  
							
							
							
						 
						
							2019-11-15 16:16:33 +03:00  
				
					
						
							
							
								 
						
							
								1ef877d9a5 
								
							 
						 
						
							
							
								
								Fixed moving cursor to begin/end when using reply shortcuts for macOS.  
							
							
							
						 
						
							2019-11-15 16:16:33 +03:00  
				
					
						
							
							
								 
						
							
								be06d68468 
								
							 
						 
						
							
							
								
								Don't lock whole key creation by a mutex.  
							
							
							
						 
						
							2019-11-15 16:16:33 +03:00  
				
					
						
							
							
								 
						
							
								055b99f5b0 
								
							 
						 
						
							
							
								
								Don't use shared_ptr for Dcenters.  
							
							
							
						 
						
							2019-11-15 16:16:33 +03:00  
				
					
						
							
							
								 
						
							
								f37ab6e38e 
								
							 
						 
						
							
							
								
								Remove checked key property.  
							
							
							
						 
						
							2019-11-15 16:16:33 +03:00  
				
					
						
							
							
								 
						
							
								fe1e627cac 
								
							 
						 
						
							
							
								
								Improve working with sessions.  
							
							
							
						 
						
							2019-11-15 16:16:33 +03:00  
				
					
						
							
							
								 
						
							
								1e252a6505 
								
							 
						 
						
							
							
								
								Remove old debug information.  
							
							
							
						 
						
							2019-11-15 16:16:32 +03:00  
				
					
						
							
							
								 
						
							
								3a7faffa3a 
								
							 
						 
						
							
							
								
								Use thread_local counter in logs for thread index.  
							
							
							
						 
						
							2019-11-15 16:16:32 +03:00  
				
					
						
							
							
								 
						
							
								8b14249cd2 
								
							 
						 
						
							
							
								
								Move DumpToText from Telegram to lib_mtproto.  
							
							
							
						 
						
							2019-11-15 16:16:32 +03:00  
				
					
						
							
							
								 
						
							
								7243fb52ad 
								
							 
						 
						
							
							
								
								Check keys that receive -404 error codes.  
							
							
							
						 
						
							2019-11-15 16:16:32 +03:00  
				
					
						
							
							
								 
						
							
								1524b4a930 
								
							 
						 
						
							
							
								
								Allow creating temporary keys.  
							
							
							
						 
						
							2019-11-15 16:16:32 +03:00  
				
					
						
							
							
								 
						
							
								08bfe6f1c1 
								
							 
						 
						
							
							
								
								Extract mtproto key generation code.  
							
							
							
						 
						
							2019-11-15 16:16:32 +03:00  
				
					
						
							
							
								 
						
							
								2577bedeac 
								
							 
						 
						
							
							
								
								Remove mtproto/facade.h from main pch.  
							
							
							
						 
						
							2019-11-13 11:31:12 +03:00  
				
					
						
							
							
								 
						
							
								0c0c8f3584 
								
							 
						 
						
							
							
								
								libnotify: capabilities are not exclusive  
							
							... 
							
							
							
							Capabilities "actions" and "body-markup" can be available at the
same time.
Signed-off-by: Christian Hesse <mail@eworm.de> 
							
						 
						
							2019-11-13 11:22:08 +03:00  
				
					
						
							
							
								 
						
							
								793862bee6 
								
							 
						 
						
							
							
								
								Fix -Wredundant-move and -Wdeprecated-copy warnings ( #6663 )  
							
							... 
							
							
							
							* Do not move result at end of function
This makes GCC 9.1.2 happy with the active -Wredundant-move warning.
Indeed, such moving of local variables or local arguments before
returning is unnecessary and prevents the compiler from copy elision
optimization. 
							
						 
						
							2019-11-12 18:15:34 +03:00  
				
					
						
							
							
								 
						
							
								a196b0aba7 
								
							 
						 
						
							
							
								
								Fixed animated stickers cache  
							
							
							
						 
						
							2019-11-11 19:46:33 +03:00  
				
					
						
							
							
								 
						
							
								6a668fc171 
								
							 
						 
						
							
							
								
								'TDESKTOP_DISABLE_CRASH_REPORTS' => 'DESKTOP_APP_DISABLE_..'  
							
							
							
						 
						
							2019-11-07 13:53:55 +03:00  
				
					
						
							
							
								 
						
							
								2677a86ffd 
								
							 
						 
						
							
							
								
								Beta version 1.9.1.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-11-06 19:32:29 +03:00  
				
					
						
							
							
								 
						
							
								16d06527be 
								
							 
						 
						
							
							
								
								Updated lib_spellcheck.  
							
							... 
							
							
							
							- Fixed  #6756 . 
							
						 
						
							2019-11-06 15:45:03 +03:00  
				
					
						
							
							
								 
						
							
								c867727e1c 
								
							 
						 
						
							
							
								
								Removed spellcheck setting for OS X 10.10/10.11 version.  
							
							
							
						 
						
							2019-11-06 15:31:41 +03:00  
				
					
						
							
							
								 
						
							
								54a64c01dc 
								
							 
						 
						
							
							
								
								Version 1.9.  
							
							... 
							
							
							
							- System spellchecker on Windows 8+ and macOS 10.12+. 
							
						 
						
							2019-11-05 17:46:42 +03:00  
				
					
						
							
							
								 
						
							
								3fd2d73f04 
								
							 
						 
						
							
							
								
								Fix layout in the spellchecker settings block.  
							
							
							
						 
						
							2019-11-05 17:44:39 +03:00  
				
					
						
							
							
								 
						
							
								d1e2fec760 
								
							 
						 
						
							
							
								
								Fix crash in destructor of spellchecked input field.  
							
							
							
						 
						
							2019-11-05 17:03:48 +03:00  
				
					
						
							
							
								 
						
							
								b94ed1fc3b 
								
							 
						 
						
							
							
								
								Remove 'mac32' and add 'osx' special targets.  
							
							
							
						 
						
							2019-11-05 15:45:55 +03:00  
				
					
						
							
							
								 
						
							
								1eb62579e2 
								
							 
						 
						
							
							
								
								Support building OS X 10.10/10.11 version.  
							
							
							
						 
						
							2019-11-05 14:27:42 +03:00  
				
					
						
							
							
								 
						
							
								88e0342e02 
								
							 
						 
						
							
							
								
								Update to the latest submodules.  
							
							
							
						 
						
							2019-11-05 14:27:42 +03:00  
				
					
						
							
							
								 
						
							
								6c2479c09f 
								
							 
						 
						
							
							
								
								Fixed moving cursor when using reply shortcuts.  
							
							... 
							
							
							
							- Fixed  #6038 .
 - Slightly refactored comparison of modifiers. 
							
						 
						
							2019-11-05 13:23:56 +03:00  
				
					
						
							
							
								 
						
							
								bd0aee2f77 
								
							 
						 
						
							
							
								
								Use userpic if no photo thumbnail is loaded.  
							
							
							
						 
						
							2019-11-05 13:23:56 +03:00  
				
					
						
							
							
								 
						
							
								d63e50944a 
								
							 
						 
						
							
							
								
								Update submodules to the latest spellcheck.  
							
							
							
						 
						
							2019-11-05 13:23:56 +03:00  
				
					
						
							
							
								 
						
							
								6529edff92 
								
							 
						 
						
							
							
								
								Closed alpha version 1.8.15.2.  
							
							
							
						 
						
							2019-10-20 21:43:31 +04:00  
				
					
						
							
							
								 
						
							
								aa9dc2bee2 
								
							 
						 
						
							
							
								
								Added phrases for spellchecker.  
							
							
							
						 
						
							2019-10-20 21:11:38 +04:00  
				
					
						
							
							
								 
						
							
								4be178c75f 
								
							 
						 
						
							
							
								
								Added SpellingHighlighter to InputField in HistoryWidget and some boxes.  
							
							
							
						 
						
							2019-10-20 21:11:38 +04:00  
				
					
						
							
							
								 
						
							
								1056021059 
								
							 
						 
						
							
							
								
								Added new setting to disable spellchecker.  
							
							
							
						 
						
							2019-10-20 21:11:37 +04:00  
				
					
						
							
							
								 
						
							
								92d48a7846 
								
							 
						 
						
							
							
								
								Fix build on Windows.  
							
							
							
						 
						
							2019-10-20 15:32:44 +04:00  
				
					
						
							
							
								 
						
							
								467be135d6 
								
							 
						 
						
							
							
								
								Fix build in macOS.  
							
							
							
						 
						
							2019-10-20 15:24:09 +04:00  
				
					
						
							
							
								 
						
							
								768a3d5a12 
								
							 
						 
						
							
							
								
								Backport a fix for custom window title.  
							
							
							
						 
						
							2019-10-20 14:23:02 +04:00  
				
					
						
							
							
								 
						
							
								27a83a7a09 
								
							 
						 
						
							
							
								
								Use base::FileNameFromUserString.  
							
							
							
						 
						
							2019-10-20 14:22:46 +04:00  
				
					
						
							
							
								 
						
							
								3ae7f9f93d 
								
							 
						 
						
							
							
								
								Fix color conversion for Qt 5.12.5.  
							
							
							
						 
						
							2019-10-20 13:00:36 +04:00  
				
					
						
							
							
								 
						
							
								3ce72d0696 
								
							 
						 
						
							
							
								
								Closed alpha version 1.8.15.1.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								28719939a0 
								
							 
						 
						
							
							
								
								Fix tray icon on macOS in Qt 5.12.5.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								85acdbc7ed 
								
							 
						 
						
							
							
								
								Disable custom scaling by envvar.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								01936b5f1b 
								
							 
						 
						
							
							
								
								Build with Qt 5.12.5 and OpenSSL 1.1.1.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								bc2a0fb505 
								
							 
						 
						
							
							
								
								Use TL code generator from lib_tl.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								7bb23519f9 
								
							 
						 
						
							
							
								
								Use base::Platform::ShowInFolder.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								30a1bd7ba2 
								
							 
						 
						
							
							
								
								Use base::call_delayed.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								09a7daf164 
								
							 
						 
						
							
							
								
								Update submodules.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								e757e6f67b 
								
							 
						 
						
							
							
								
								Move private folder.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								2fc9fd5887 
								
							 
						 
						
							
							
								
								Remove some unused code.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								c87f9d0074 
								
							 
						 
						
							
							
								
								Fix build for Linux.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								fcb2950ce8 
								
							 
						 
						
							
							
								
								Use slide animation from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								250b7240f6 
								
							 
						 
						
							
							
								
								Add lib_[r]lottie as submodules.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								dad73c0e7b 
								
							 
						 
						
							
							
								
								Build with updated submodules.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								959901d599 
								
							 
						 
						
							
							
								
								Use toasts from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								2d3f683003 
								
							 
						 
						
							
							
								
								Rename core_ui_integration to ui_integration.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								f677b116f9 
								
							 
						 
						
							
							
								
								Use install_base_filter for lib_base.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								a6b96662c4 
								
							 
						 
						
							
							
								
								Use some resources from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								a6c84c36c0 
								
							 
						 
						
							
							
								
								Use layers and boxes from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:52 +04:00  
				
					
						
							
							
								 
						
							
								860353824b 
								
							 
						 
						
							
							
								
								Fix build in Xcode.  
							
							
							
						 
						
							2019-10-19 12:27:34 +04:00  
				
					
						
							
							
								 
						
							
								383195f1b2 
								
							 
						 
						
							
							
								
								Use some icons from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:34 +04:00  
				
					
						
							
							
								 
						
							
								246c45ce0e 
								
							 
						 
						
							
							
								
								Use lib_ui from submodule.  
							
							
							
						 
						
							2019-10-19 12:27:28 +04:00  
				
					
						
							
							
								 
						
							
								1b89348d89 
								
							 
						 
						
							
							
								
								Use lib_rpl / lib_base from submodules.  
							
							
							
						 
						
							2019-10-19 10:30:08 +04:00  
				
					
						
							
							
								 
						
							
								17baac710e 
								
							 
						 
						
							
							
								
								Fix save dialog in macOS for streamed videos.  
							
							
							
						 
						
							2019-10-07 19:57:26 +03:00  
				
					
						
							
							
								 
						
							
								883d6dcede 
								
							 
						 
						
							
							
								
								Fixed inline message restriction width  
							
							
							
						 
						
							2019-10-07 18:58:21 +03:00  
				
					
						
							
							
								 
						
							
								261a83eda3 
								
							 
						 
						
							
							
								
								Show restricted date to user ( #6642 )  
							
							... 
							
							
							
							* Show restricted date to user
* Fixed attach button toast
* Fixed attach button toast in scheduled messages 
							
						 
						
							2019-10-07 17:35:22 +03:00  
				
					
						
							
							
								 
						
							
								5f06279b9a 
								
							 
						 
						
							
							
								
								Version 1.8.15.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-10-07 17:33:41 +03:00  
				
					
						
							
							
								 
						
							
								2835aa446f 
								
							 
						 
						
							
							
								
								Fix possible HistoryHider bug on old OS X.  
							
							
							
						 
						
							2019-10-07 17:28:36 +03:00  
				
					
						
							
							
								 
						
							
								55d5f6e03d 
								
							 
						 
						
							
							
								
								Fix possible crash in emoji suggestions.  
							
							... 
							
							
							
							Fixes  #6652 , fixes  #6654 . 
						
							2019-10-07 12:35:49 +03:00  
				
					
						
							
							
								 
						
							
								60b39c8f7e 
								
							 
						 
						
							
							
								
								Fix inline result previews.  
							
							
							
						 
						
							2019-10-07 12:19:04 +03:00  
				
					
						
							
							
								 
						
							
								de230332b9 
								
							 
						 
						
							
							
								
								Version 1.8.14: Fix crash in text processing on old OS X.  
							
							
							
						 
						
							2019-10-03 19:51:09 +03:00  
				
					
						
							
							
								 
						
							
								dcf79df0b2 
								
							 
						 
						
							
							
								
								Version 1.8.13.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-10-03 13:26:39 +03:00  
				
					
						
							
							
								 
						
							
								9773563926 
								
							 
						 
						
							
							
								
								Fix history geometry update being lost.  
							
							... 
							
							
							
							Fixes  #6629 . 
						
							2019-10-03 13:25:05 +03:00  
				
					
						
							
							
								 
						
							
								3779ad46ca 
								
							 
						 
						
							
							
								
								Fix crash in pre-launch logging.  
							
							... 
							
							
							
							Fixes  #6635 . 
						
							2019-10-03 12:37:00 +03:00  
				
					
						
							
							
								 
						
							
								4e7946d03e 
								
							 
						 
						
							
							
								
								Allow scales below 100.  
							
							... 
							
							
							
							Fixes  #6632 . 
						
							2019-10-03 12:34:58 +03:00  
				
					
						
							
							
								 
						
							
								606a90a4ac 
								
							 
						 
						
							
							
								
								Fix crash in emoji suggestions.  
							
							... 
							
							
							
							Fixes  #6636 . 
						
							2019-10-03 12:13:41 +03:00  
				
					
						
							
							
								 
						
							
								af818b40aa 
								
							 
						 
						
							
							
								
								Version 1.8.12: Apply user settings in Session().  
							
							... 
							
							
							
							Fixes  #6617 . 
						
							2019-10-02 13:47:40 +03:00  
				
					
						
							
							
								 
						
							
								ecfe1dacb2 
								
							 
						 
						
							
							
								
								Version 1.8.12: Fix build for Xcode.  
							
							
							
						 
						
							2019-10-02 12:54:29 +03:00  
				
					
						
							
							
								 
						
							
								60640c7087 
								
							 
						 
						
							
							
								
								Version 1.8.12: Fix 'edited' badge display.  
							
							
							
						 
						
							2019-10-02 12:08:31 +03:00  
				
					
						
							
							
								 
						
							
								982edcb310 
								
							 
						 
						
							
							
								
								Resize message with photo when bubbled  
							
							
							
						 
						
							2019-10-02 11:56:33 +03:00  
				
					
						
							
							
								 
						
							
								497df7f4b2 
								
							 
						 
						
							
							
								
								change deprecated ranges::to_ to ranges::to (no underscore)  
							
							
							
						 
						
							2019-10-02 11:52:55 +03:00  
				
					
						
							
							
								 
						
							
								56aab1aa07 
								
							 
						 
						
							
							
								
								explicitly specify the upper bound in ranges::view::ints  
							
							
							
						 
						
							2019-10-02 11:52:55 +03:00  
				
					
						
							
							
								 
						
							
								8abeb4a9db 
								
							 
						 
						
							
							
								
								include range/v3/range/conversion.hpp instead of range/v3/to_container.hpp  
							
							
							
						 
						
							2019-10-02 11:52:55 +03:00  
				
					
						
							
							
								 
						
							
								9d850b71e7 
								
							 
						 
						
							
							
								
								be compatible with range-v3 0.9.x/1.0 branch  
							
							... 
							
							
							
							This made 2 changes to the current code base to be compatible with higher versions of range-v3 library.
1. ranges::iterator_range was renamed to subrange, see https://github.com/ericniebler/range-v3/issues/766 
2. PercentCounterItem need an operator== for ranges::sort for some reason 
							
						 
						
							2019-10-02 11:52:55 +03:00  
				
					
						
							
							
								 
						
							
								684cfa16b8 
								
							 
						 
						
							
							
								
								Do not show edit timer for supergroup admins  
							
							
							
						 
						
							2019-10-02 11:31:43 +03:00  
				
					
						
							
							
								 
						
							
								2cb7d76417 
								
							 
						 
						
							
							
								
								Optimize unixtime refresh.  
							
							
							
						 
						
							2019-10-02 11:30:50 +03:00  
				
					
						
							
							
								 
						
							
								9bf8b619fe 
								
							 
						 
						
							
							
								
								Refactored ability to display media preview from touchbar.  
							
							
							
						 
						
							2019-10-02 11:30:23 +03:00  
				
					
						
							
							
								 
						
							
								718f862be0 
								
							 
						 
						
							
							
								
								Version 1.8.12: Fix build for Mac App Store.  
							
							
							
						 
						
							2019-10-02 11:21:02 +03:00  
				
					
						
							
							
								 
						
							
								489bd22828 
								
							 
						 
						
							
							
								
								Version 1.8.12.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-10-02 11:18:23 +03:00  
				
					
						
							
							
								 
						
							
								65b5a29288 
								
							 
						 
						
							
							
								
								Fix local url handling.  
							
							... 
							
							
							
							Regression was introduced in 849deb57e2Fixes  #6622 . 
							
						 
						
							2019-10-02 11:11:03 +03:00  
				
					
						
							
							
								 
						
							
								1e5aa2a78d 
								
							 
						 
						
							
							
								
								Version 1.8.11.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								8cf62c312f 
								
							 
						 
						
							
							
								
								Allow not to cache emoji sprites.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								3b0bf7cb1e 
								
							 
						 
						
							
							
								
								Move some more widgets and effects.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								849deb57e2 
								
							 
						 
						
							
							
								
								Move many widget classes to lib_ui.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								dda587a2fc 
								
							 
						 
						
							
							
								
								Move QtConnectionOwner to base/qt_connection.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								c057f28425 
								
							 
						 
						
							
							
								
								Move standard buttons to lib_ui.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								a16c6ca41a 
								
							 
						 
						
							
							
								
								Support more request types.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								c5845f17ae 
								
							 
						 
						
							
							
								
								Remove twidget header.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								e2f54eb3e9 
								
							 
						 
						
							
							
								
								Move some style code to lib_ui.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								b73390a3f6 
								
							 
						 
						
							
							
								
								Support emoji in popup menu items.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								0c713a930a 
								
							 
						 
						
							
							
								
								Remove app.h / facades.h from precompiled header.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								a87529b8c9 
								
							 
						 
						
							
							
								
								Version 1.8.10.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								0c30bbf40a 
								
							 
						 
						
							
							
								
								Fix file reference refresh in stickers / GIFs.  
							
							... 
							
							
							
							Fixes  #6592 . 
						
							2019-09-30 13:25:09 +03:00  
				
					
						
							
							
								 
						
							
								f75bfb4369 
								
							 
						 
						
							
							
								
								Version 1.8.9.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-09-27 20:04:25 +03:00  
				
					
						
							
							
								 
						
							
								0c34ba638c 
								
							 
						 
						
							
							
								
								Don't show revoke checkbox in Saved Messages.  
							
							
							
						 
						
							2019-09-27 20:01:36 +03:00  
				
					
						
							
							
								 
						
							
								4af9c801ae 
								
							 
						 
						
							
							
								
								Don't show sticker suggestions if can't send.  
							
							... 
							
							
							
							Fixes  #6581 . 
						
							2019-09-27 19:56:54 +03:00  
				
					
						
							
							
								 
						
							
								e06bf16980 
								
							 
						 
						
							
							
								
								Improve name / title limits.  
							
							
							
						 
						
							2019-09-27 19:46:27 +03:00  
				
					
						
							
							
								 
						
							
								1018745b0b 
								
							 
						 
						
							
							
								
								Fix userpic display in custom notifications.  
							
							... 
							
							
							
							Fixes  #6532 . 
						
							2019-09-27 19:36:19 +03:00  
				
					
						
							
							
								 
						
							
								47b157bf32 
								
							 
						 
						
							
							
								
								Fix possible crash in custom notifications.  
							
							
							
						 
						
							2019-09-27 18:53:44 +03:00  
				
					
						
							
							
								 
						
							
								09547bd6d5 
								
							 
						 
						
							
							
								
								Fix possible crash in scheduled messages.  
							
							
							
						 
						
							2019-09-27 18:49:49 +03:00  
				
					
						
							
							
								 
						
							
								f11339361d 
								
							 
						 
						
							
							
								
								Make "All Users" checkbox behave like the "All Actions" checkbox  
							
							
							
						 
						
							2019-09-27 18:04:50 +03:00  
				
					
						
							
							
								 
						
							
								04b9d4bdb5 
								
							 
						 
						
							
							
								
								Fix animated emoji reloading.  
							
							
							
						 
						
							2019-09-11 14:00:18 +03:00  
				
					
						
							
							
								 
						
							
								1d8d2b6251 
								
							 
						 
						
							
							
								
								Fix theme link preview title.  
							
							
							
						 
						
							2019-09-10 18:30:47 +03:00  
				
					
						
							
							
								 
						
							
								190bf8fc5f 
								
							 
						 
						
							
							
								
								Version 1.8.8.  
							
							... 
							
							
							
							- Create new themes based on your color and wallpaper choices.
- Share your themes with other users via links.
- Update your theme for all its users when you change something. 
							
						 
						
							2019-09-10 14:22:20 +03:00  
				
					
						
							
							
								 
						
							
								f463d3ec6d 
								
							 
						 
						
							
							
								
								Divide autoupdate paths for OS versions.  
							
							
							
						 
						
							2019-09-10 14:22:20 +03:00  
				
					
						
							
							
								 
						
							
								f9d10094ac 
								
							 
						 
						
							
							
								
								Added warning when try to attach new media while editing message.  
							
							
							
						 
						
							2019-09-10 14:22:20 +03:00  
				
					
						
							
							
								 
						
							
								9fc87c3cb8 
								
							 
						 
						
							
							
								
								Fix last message tail drawing in theme preview  
							
							
							
						 
						
							2019-09-10 10:48:20 +03:00  
				
					
						
							
							
								 
						
							
								c4bc76c022 
								
							 
						 
						
							
							
								
								Beta version 1.8.7.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-09-10 00:52:34 +03:00  
				
					
						
							
							
								 
						
							
								241f5e1d26 
								
							 
						 
						
							
							
								
								Make theme preview fit in minimal window size.  
							
							
							
						 
						
							2019-09-10 00:50:15 +03:00  
				
					
						
							
							
								 
						
							
								76f0abecfd 
								
							 
						 
						
							
							
								
								Show sticker set on Ctrl+Click in stickers list.  
							
							
							
						 
						
							2019-09-10 00:48:34 +03:00  
				
					
						
							
							
								 
						
							
								ca45fb617e 
								
							 
						 
						
							
							
								
								Fix applying background after theme edit.  
							
							
							
						 
						
							2019-09-10 00:36:16 +03:00  
				
					
						
							
							
								 
						
							
								dfd63e66ff 
								
							 
						 
						
							
							
								
								Add import theme to the editor.  
							
							
							
						 
						
							2019-09-09 23:58:41 +03:00  
				
					
						
							
							
								 
						
							
								d85f162bff 
								
							 
						 
						
							
							
								
								Fix saving cloud themes from media viewer.  
							
							
							
						 
						
							2019-09-09 23:58:30 +03:00  
				
					
						
							
							
								 
						
							
								1d4fbc64e2 
								
							 
						 
						
							
							
								
								Ensure theme list radiobutton contrast.  
							
							
							
						 
						
							2019-09-09 23:25:54 +03:00  
				
					
						
							
							
								 
						
							
								9fd32fc85b 
								
							 
						 
						
							
							
								
								Ensure contrast in critical theme parts.  
							
							
							
						 
						
							2019-09-09 23:02:24 +03:00  
				
					
						
							
							
								 
						
							
								f7f195eb98 
								
							 
						 
						
							
							
								
								Fix transfer ownership button visibility.  
							
							... 
							
							
							
							Regression was introduced in 569340c7d3 
							
						 
						
							2019-09-09 21:07:12 +03:00  
				
					
						
							
							
								 
						
							
								12c7bd8ee1 
								
							 
						 
						
							
							
								
								Suggest theme title based on accent color.  
							
							
							
						 
						
							2019-09-09 20:27:07 +03:00  
				
					
						
							
							
								 
						
							
								cd5ef069c0 
								
							 
						 
						
							
							
								
								Ask to unlock Telegram before saving theme.  
							
							
							
						 
						
							2019-09-09 20:26:53 +03:00  
				
					
						
							
							
								 
						
							
								f90fdce422 
								
							 
						 
						
							
							
								
								Fix crash on quit from passcode with a box.  
							
							
							
						 
						
							2019-09-09 18:54:38 +03:00  
				
					
						
							
							
								 
						
							
								423254f7eb 
								
							 
						 
						
							
							
								
								Fix theme editor closing in a small window.  
							
							... 
							
							
							
							Fixes  #6510 . 
						
							2019-09-09 18:37:04 +03:00  
				
					
						
							
							
								 
						
							
								c9c0d74b68 
								
							 
						 
						
							
							
								
								Fix build for Linux.  
							
							
							
						 
						
							2019-09-09 17:50:26 +03:00  
				
					
						
							
							
								 
						
							
								8bf6013342 
								
							 
						 
						
							
							
								
								Add 'Export theme' / 'Show palette file' menu.  
							
							
							
						 
						
							2019-09-09 17:44:08 +03:00  
				
					
						
							
							
								 
						
							
								c1ab1acd44 
								
							 
						 
						
							
							
								
								Fix crash in scheduled messages 'Send Now'.  
							
							
							
						 
						
							2019-09-09 17:43:39 +03:00  
				
					
						
							
							
								 
						
							
								90b955534a 
								
							 
						 
						
							
							
								
								Beta version 1.8.6: Improve theme preview.  
							
							
							
						 
						
							2019-09-09 16:13:16 +03:00  
				
					
						
							
							
								 
						
							
								61c7bf2f5e 
								
							 
						 
						
							
							
								
								Beta version 1.8.6.  
							
							... 
							
							
							
							- Bug fixes and other minor improvements. 
							
						 
						
							2019-09-09 14:56:55 +03:00  
				
					
						
							
							
								 
						
							
								ee5423762a 
								
							 
						 
						
							
							
								
								Generate previews for cloud theme links.  
							
							
							
						 
						
							2019-09-09 14:56:05 +03:00  
				
					
						
							
							
								 
						
							
								6d29dc3b36 
								
							 
						 
						
							
							
								
								Apply themes in settings without preview.  
							
							
							
						 
						
							2019-09-09 12:13:07 +03:00  
				
					
						
							
							
								 
						
							
								aa10934e85 
								
							 
						 
						
							
							
								
								Fix messing up accent color if editor is opened.  
							
							
							
						 
						
							2019-09-09 12:02:06 +03:00  
				
					
						
							
							
								 
						
							
								9ff1fbcf47 
								
							 
						 
						
							
							
								
								Support theme document file origins.  
							
							
							
						 
						
							2019-09-09 11:51:07 +03:00  
				
					
						
							
							
								 
						
							
								51c1dc20e1 
								
							 
						 
						
							
							
								
								Unregister randomId if send message fails.  
							
							
							
						 
						
							2019-09-09 11:13:41 +03:00  
				
					
						
							
							
								 
						
							
								3a3bf84cfc 
								
							 
						 
						
							
							
								
								Fix crash in SeparatePanel destruction.  
							
							... 
							
							
							
							We should destroy layers before panel widget destructor started.
We do it already for MainWindow in clearWidgetsHook. 
							
						 
						
							2019-09-09 10:52:03 +03:00  
				
					
						
							
							
								 
						
							
								037b936613 
								
							 
						 
						
							
							
								
								Fix possible crash with emoji load failure.  
							
							
							
						 
						
							2019-09-09 10:45:18 +03:00  
				
					
						
							
							
								 
						
							
								b631d09a40 
								
							 
						 
						
							
							
								
								Fix possible crash in event loop nesting.  
							
							
							
						 
						
							2019-09-09 10:45:18 +03:00  
				
					
						
							
							
								 
						
							
								fd4f384c3b 
								
							 
						 
						
							
							
								
								Allow GDK wayland backend when Telegram is running under Wayland  
							
							... 
							
							
							
							and make sure that it never tries to load gtk2 under wayland, it can
lead to Telegram crashing 
							
						 
						
							2019-09-09 10:25:01 +03:00  
				
					
						
							
							
								 
						
							
								428a501bac 
								
							 
						 
						
							
							
								
								Show Beginning button only for message date  
							
							... 
							
							
							
							Also hide button when you're already at beginning. 
							
						 
						
							2019-09-09 10:17:23 +03:00  
				
					
						
							
							
								 
						
							
								3ca57ae50d 
								
							 
						 
						
							
							
								
								Added "Beginning" button to calendar  
							
							
							
						 
						
							2019-09-09 10:17:23 +03:00  
				
					
						
							
							
								 
						
							
								f1eddcd584 
								
							 
						 
						
							
							
								
								Make link preview title clickable  
							
							
							
						 
						
							2019-09-09 10:15:32 +03:00  
				
					
						
							
							
								 
						
							
								f979df3dfe 
								
							 
						 
						
							
							
								
								Allow searching for messages by a user who has left a chat ( #6417 )  
							
							... 
							
							
							
							Fixes  #5667  
						
							2019-09-09 10:05:29 +03:00  
				
					
						
							
							
								 
						
							
								eebcdb842d 
								
							 
						 
						
							
							
								
								Generate previews async in cloud themes list.  
							
							
							
						 
						
							2019-09-09 09:59:57 +03:00