Skip to content

Commit

Permalink
200928 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Sep 28, 2020
1 parent 66d3744 commit a1c9fe4
Show file tree
Hide file tree
Showing 6 changed files with 32 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=20.7.13.0
DisplayVersion=200713
PackageVersion=20.9.28.0
DisplayVersion=200928

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


2020.9.28
* Internal global hotkeys refactoring + logging (ref gh-2143).
* Fix localized labels for hotkey related settings checkboxes, e.g. ‘Ctrl+Numbers - activate console’.
* Fix not working AppDistinct cursor related options.
* Show console buffer size on the Settings/Info page.
* Show console left/top on the Settings/Info page.
* Don't try to run automatic update check if update error message was not closed yet.
* gh-2151: Don't show injection errors if ConEmuHk was deleted.
* gh-2135: Fix wrong assert condition.
* gh-2177: Fix spare console resize on restore previously maximized window.
* gh-2173: Support menu localization.
* l10n: translations were updated.
* gh-2118: Clink readme fix.
* gh-977: Add option to show Edit Menu on Right/Middle mouse button click.
* A lot of internal changes, refactoring, unit tests.
* Add ‘Reset terminal’ confirmation.
* Fix 'set var=value & {Task}' expansion in ConEmuC.


2020.7.13
* gh-2009: Autoload font files from ConEmuDir/ConEmuBaseDir (fix).
* gh-2130: Use v141_xp toolset to build Release|x86.
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 @@
// 200713
// 200928
#define MVV_1 20
#define MVV_2 7
#define MVV_3 13
#define MVV_2 9
#define MVV_3 28
#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_PREVIEW
#define ConEmuVersionStage CEVS_ALPHA
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 20,7,13,0
#define CONEMUVERS "200713"
#define CONEMUVERL L"200713"
#define MSI86 "../ConEmu.200713.x86.msi"
#define MSI64 "../ConEmu.200713.x64.msi"
#define CONEMUVERN 20,9,28,0
#define CONEMUVERS "200928"
#define CONEMUVERL L"200928"
#define MSI86 "../ConEmu.200928.x86.msi"
#define MSI64 "../ConEmu.200928.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).200.7130' ?>
<?define ConEmuVerS = '200713.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).200.9280' ?>
<?define ConEmuVerS = '200928.$(var.Platform)' ?>

</Include>

0 comments on commit a1c9fe4

Please sign in to comment.