Skip to content

Commit

Permalink
221218 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Dec 19, 2022
1 parent b38f2b4 commit a5620b3
Show file tree
Hide file tree
Showing 6 changed files with 20 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=22.8.7.0
DisplayVersion=220807
PackageVersion=22.12.18.0
DisplayVersion=221218

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


2022.8.7
2022.12.18 (stable)
* Fix Window Title Reporting security issue.
More info: https://seclists.org/fulldisclosure/2003/Feb/341
* gh-2458: Preliminary support of Far3 experimental feature 'Fullwidth-aware rendering' temporarily removed.


2022.8.7 (alpha)
* gh-2458: Preliminary support of Far3 experimental feature 'Fullwidth-aware rendering'.
* l10n: translations were updated
* New binaries are signed with new certificate issued by Sectigo.
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 @@
// 220807
// 221218
#define MVV_1 22
#define MVV_2 8
#define MVV_3 7
#define MVV_2 12
#define MVV_3 18
#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_STABLE
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 22,8,7,0
#define CONEMUVERS "220807"
#define CONEMUVERL L"220807"
#define MSI86 "../ConEmu.220807.x86.msi"
#define MSI64 "../ConEmu.220807.x64.msi"
#define CONEMUVERN 22,12,18,0
#define CONEMUVERS "221218"
#define CONEMUVERL L"221218"
#define MSI86 "../ConEmu.221218.x86.msi"
#define MSI64 "../ConEmu.221218.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).220.8070' ?>
<?define ConEmuVerS = '220807.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).221.2180' ?>
<?define ConEmuVerS = '221218.$(var.Platform)' ?>

</Include>

0 comments on commit a5620b3

Please sign in to comment.