Skip to content

Commit

Permalink
210816 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Aug 16, 2021
1 parent a318f12 commit 0d458d6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions PortableApps/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Version]
PackageVersion=21.7.18.0
DisplayVersion=210718
PackageVersion=21.8.16.0
DisplayVersion=210816

[Format]
Type=PortableApps.comFormat
Expand Down
7 changes: 7 additions & 0 deletions Release/ConEmu/WhatsNew-ConEmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ https://conemu.github.io/en/Whats_New.html
-------------------------------------------


2021.8.16
* gh-2343: Add VS2022 command line tools detection.
* Improve between monitor jumps. When two monitors have different dpi
ConEmu tries to preserve size in console cells for non-maximized window.
* gh-2351: Fix crash while searching in settings dialog.


2021.7.18
* gh-2330: Fix crash on startup.
* gh-2328: Fix 100% CPU load during `lua:far.Message(",)`.
Expand Down
6 changes: 3 additions & 3 deletions src/ConEmu/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 210718
// 210816
#define MVV_1 21
#define MVV_2 7
#define MVV_3 18
#define MVV_2 8
#define MVV_3 16
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git
Expand Down
2 changes: 1 addition & 1 deletion src/ConEmu/version_stage.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#define CEVS_PREVIEW 1
#define CEVS_ALPHA 2

#define ConEmuVersionStage CEVS_ALPHA
#define ConEmuVersionStage CEVS_PREVIEW
10 changes: 5 additions & 5 deletions src/Setup/Setupper/VersionI.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define CONEMUVERN 21,7,18,0
#define CONEMUVERS "210718"
#define CONEMUVERL L"210718"
#define MSI86 "../ConEmu.210718.x86.msi"
#define MSI64 "../ConEmu.210718.x64.msi"
#define CONEMUVERN 21,8,16,0
#define CONEMUVERS "210816"
#define CONEMUVERL L"210816"
#define MSI86 "../ConEmu.210816.x86.msi"
#define MSI64 "../ConEmu.210816.x64.msi"
4 changes: 2 additions & 2 deletions src/Setup/Version.wxi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>

<?define Version = '$(var.MajorVersion).210.7180' ?>
<?define ConEmuVerS = '210718.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).210.8160' ?>
<?define ConEmuVerS = '210816.$(var.Platform)' ?>

</Include>

0 comments on commit 0d458d6

Please # to comment.