Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Oct 21, 2019
1 parent eddf7e3 commit 5fcc7b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Telegram.rc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,10,0
PRODUCTVERSION 1,0,10,0
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -51,10 +51,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop"
VALUE "FileVersion", "1.0.10.0"
VALUE "FileVersion", "1.1.0.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.10.0"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Updater.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,10,0
PRODUCTVERSION 1,0,10,0
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -42,10 +42,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop Updater"
VALUE "FileVersion", "1.0.10.0"
VALUE "FileVersion", "1.1.0.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.10.0"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For license and copyright information please follow this link:

constexpr auto AppVersion = 1008015;
constexpr auto AppVersionStr = "1.8.15";
constexpr auto AppBetaVersion = true;
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1000010;
constexpr auto AppKotatoVersionStr = "1.0.10";
constexpr auto AppKotatoVersion = 1001000;
constexpr auto AppKotatoVersionStr = "1.1";
5 changes: 5 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1 (21.10.2019)
- Options menu with almost all JSON options (except for scales).
- Font start options are now removed in favor of JSON and settings menu.
- Highlight for specific media in album.

1.0.10 (15.10.2019)
- Change fonts in Kotatogram Settings.

Expand Down

0 comments on commit 5fcc7b7

Please sign in to comment.