Skip to content

Commit

Permalink
220308 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Mar 8, 2022
1 parent c372d30 commit ab8b563
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 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.9.12.0
DisplayVersion=210912
PackageVersion=22.3.8.0
DisplayVersion=220308

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


2022.3.8
* gh-2385: Call `C:\Users\conemu\.conemu\CmdInit.cmd` if it exists during `{cmd}` initialization.
* gh-2323: Fix Far inactivity tracking while its waiting on console input.
* Internal warning fixes (Mikhail Lukashov).
* gh-2404: Fix line wrapping on Win11 with by-one-char output.
* Link to Fonts documentation page was incorrect.
* l10n: translations were updated


2021.9.12
* gh-2363: Fix tasks file parser.
* If temp file deletion fails register it to delete on reboot.
Expand Down
8 changes: 4 additions & 4 deletions src/ConEmu/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 210912
#define MVV_1 21
#define MVV_2 9
#define MVV_3 12
// 220308
#define MVV_1 22
#define MVV_2 3
#define MVV_3 8
#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_STABLE
#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,9,12,0
#define CONEMUVERS "210912"
#define CONEMUVERL L"210912"
#define MSI86 "../ConEmu.210912.x86.msi"
#define MSI64 "../ConEmu.210912.x64.msi"
#define CONEMUVERN 22,3,8,0
#define CONEMUVERS "220308"
#define CONEMUVERL L"220308"
#define MSI86 "../ConEmu.220308.x86.msi"
#define MSI64 "../ConEmu.220308.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.9120' ?>
<?define ConEmuVerS = '210912.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).220.3080' ?>
<?define ConEmuVerS = '220308.$(var.Platform)' ?>

</Include>

0 comments on commit ab8b563

Please sign in to comment.