Version 1.3.6 beta
This commit is contained in:
		
							parent
							
								
									c240776525
								
							
						
					
					
						commit
						81d12c0e25
					
				
					 6 changed files with 32 additions and 11 deletions
				
			
		| 
						 | 
					@ -38,8 +38,8 @@ IDI_ICON6               ICON                    "..\\art\\icon256old.ico"
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VS_VERSION_INFO VERSIONINFO
 | 
					VS_VERSION_INFO VERSIONINFO
 | 
				
			||||||
 FILEVERSION 1,3,5,0
 | 
					 FILEVERSION 1,3,6,0
 | 
				
			||||||
 PRODUCTVERSION 1,3,5,0
 | 
					 PRODUCTVERSION 1,3,6,0
 | 
				
			||||||
 FILEFLAGSMASK 0x3fL
 | 
					 FILEFLAGSMASK 0x3fL
 | 
				
			||||||
#ifdef _DEBUG
 | 
					#ifdef _DEBUG
 | 
				
			||||||
 FILEFLAGS 0x1L
 | 
					 FILEFLAGS 0x1L
 | 
				
			||||||
| 
						 | 
					@ -56,10 +56,10 @@ BEGIN
 | 
				
			||||||
        BEGIN
 | 
					        BEGIN
 | 
				
			||||||
            VALUE "CompanyName", "Kotatogram"
 | 
					            VALUE "CompanyName", "Kotatogram"
 | 
				
			||||||
            VALUE "FileDescription", "Kotatogram Desktop"
 | 
					            VALUE "FileDescription", "Kotatogram Desktop"
 | 
				
			||||||
            VALUE "FileVersion", "1.3.5.0"
 | 
					            VALUE "FileVersion", "1.3.6.0"
 | 
				
			||||||
            VALUE "LegalCopyright", "Copyright (C) 2019-2020"
 | 
					            VALUE "LegalCopyright", "Copyright (C) 2019-2020"
 | 
				
			||||||
            VALUE "ProductName", "Kotatogram Desktop"
 | 
					            VALUE "ProductName", "Kotatogram Desktop"
 | 
				
			||||||
            VALUE "ProductVersion", "1.3.5.0"
 | 
					            VALUE "ProductVersion", "1.3.6.0"
 | 
				
			||||||
        END
 | 
					        END
 | 
				
			||||||
    END
 | 
					    END
 | 
				
			||||||
    BLOCK "VarFileInfo"
 | 
					    BLOCK "VarFileInfo"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VS_VERSION_INFO VERSIONINFO
 | 
					VS_VERSION_INFO VERSIONINFO
 | 
				
			||||||
 FILEVERSION 1,3,5,0
 | 
					 FILEVERSION 1,3,6,0
 | 
				
			||||||
 PRODUCTVERSION 1,3,5,0
 | 
					 PRODUCTVERSION 1,3,6,0
 | 
				
			||||||
 FILEFLAGSMASK 0x3fL
 | 
					 FILEFLAGSMASK 0x3fL
 | 
				
			||||||
#ifdef _DEBUG
 | 
					#ifdef _DEBUG
 | 
				
			||||||
 FILEFLAGS 0x1L
 | 
					 FILEFLAGS 0x1L
 | 
				
			||||||
| 
						 | 
					@ -42,10 +42,10 @@ BEGIN
 | 
				
			||||||
        BEGIN
 | 
					        BEGIN
 | 
				
			||||||
            VALUE "CompanyName", "Kotatogram"
 | 
					            VALUE "CompanyName", "Kotatogram"
 | 
				
			||||||
            VALUE "FileDescription", "Kotatogram Desktop Updater"
 | 
					            VALUE "FileDescription", "Kotatogram Desktop Updater"
 | 
				
			||||||
            VALUE "FileVersion", "1.3.5.0"
 | 
					            VALUE "FileVersion", "1.3.6.0"
 | 
				
			||||||
            VALUE "LegalCopyright", "Copyright (C) 2019-2020"
 | 
					            VALUE "LegalCopyright", "Copyright (C) 2019-2020"
 | 
				
			||||||
            VALUE "ProductName", "Kotatogram Desktop"
 | 
					            VALUE "ProductName", "Kotatogram Desktop"
 | 
				
			||||||
            VALUE "ProductVersion", "1.3.5.0"
 | 
					            VALUE "ProductVersion", "1.3.6.0"
 | 
				
			||||||
        END
 | 
					        END
 | 
				
			||||||
    END
 | 
					    END
 | 
				
			||||||
    BLOCK "VarFileInfo"
 | 
					    BLOCK "VarFileInfo"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,5 +25,5 @@ constexpr auto AppName = "Kotatogram Desktop"_cs;
 | 
				
			||||||
constexpr auto AppFile = "Kotatogram"_cs;
 | 
					constexpr auto AppFile = "Kotatogram"_cs;
 | 
				
			||||||
constexpr auto AppVersion = 2001006;
 | 
					constexpr auto AppVersion = 2001006;
 | 
				
			||||||
constexpr auto AppVersionStr = "2.1.6";
 | 
					constexpr auto AppVersionStr = "2.1.6";
 | 
				
			||||||
constexpr auto AppBetaVersion = false;
 | 
					constexpr auto AppBetaVersion = true;
 | 
				
			||||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
 | 
					constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,5 +7,5 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
constexpr auto AppKotatoVersion = 1003005;
 | 
					constexpr auto AppKotatoVersion = 1003006;
 | 
				
			||||||
constexpr auto AppKotatoVersionStr = "1.3.5";
 | 
					constexpr auto AppKotatoVersionStr = "1.3.6";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,11 @@
 | 
				
			||||||
 | 
					1.3.6 (22.05.2020)
 | 
				
			||||||
 | 
					- Updated TDesktop sources to 2.1.6.
 | 
				
			||||||
 | 
					- Option to disable emoji panel on hover.
 | 
				
			||||||
 | 
					- Option to use native window frame on Windows and macOS.
 | 
				
			||||||
 | 
					- Option to disable tray counter.
 | 
				
			||||||
 | 
					- Option to use Telegram tray icon on Linux panels.
 | 
				
			||||||
 | 
					- Set media clear limit down to 1 day.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1.3.5 (10.05.2020)
 | 
					1.3.5 (10.05.2020)
 | 
				
			||||||
- Updated TDesktop sources to 2.1.4.
 | 
					- Updated TDesktop sources to 2.1.4.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -35,6 +35,19 @@
 | 
				
			||||||
        <keyword>im</keyword>
 | 
					        <keyword>im</keyword>
 | 
				
			||||||
    </keywords>
 | 
					    </keywords>
 | 
				
			||||||
    <releases>
 | 
					    <releases>
 | 
				
			||||||
 | 
					        <release version="1.3.6" date="2020-05-22">
 | 
				
			||||||
 | 
					            <description>
 | 
				
			||||||
 | 
					                <p>TDesktop sources were updated to 2.1.6.</p>
 | 
				
			||||||
 | 
					                <p>Also in this update:</p>
 | 
				
			||||||
 | 
					                <ul>
 | 
				
			||||||
 | 
					                    <li>Option to disable emoji panel on hover.</li>
 | 
				
			||||||
 | 
					                    <li>Option to use native window frame on Windows and macOS.</li>
 | 
				
			||||||
 | 
					                    <li>Option to disable tray counter.</li>
 | 
				
			||||||
 | 
					                    <li>Option to use Telegram tray icon on Linux panels.</li>
 | 
				
			||||||
 | 
					                    <li>Set media clear limit down to 1 day.</li>
 | 
				
			||||||
 | 
					                </ul>
 | 
				
			||||||
 | 
					            </description>
 | 
				
			||||||
 | 
					        </release>
 | 
				
			||||||
        <release version="1.3.5" date="2020-05-10">
 | 
					        <release version="1.3.5" date="2020-05-10">
 | 
				
			||||||
            <description>
 | 
					            <description>
 | 
				
			||||||
                <p>TDesktop sources were updated to 2.1.4.</p>
 | 
					                <p>TDesktop sources were updated to 2.1.4.</p>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue