mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-08 16:52:10 +08:00
220418 release files
This commit is contained in:
parent
c2555b5611
commit
5c9e49d68c
@ -1,6 +1,6 @@
|
||||
[Version]
|
||||
PackageVersion=22.3.8.0
|
||||
DisplayVersion=220308
|
||||
PackageVersion=22.4.18.0
|
||||
DisplayVersion=220418
|
||||
|
||||
[Format]
|
||||
Type=PortableApps.comFormat
|
||||
|
@ -20,6 +20,12 @@ https://conemu.github.io/en/Whats_New.html
|
||||
-------------------------------------------
|
||||
|
||||
|
||||
2022.4.18
|
||||
* gh-2404, gh-2420, gh-2429: Fix line-wrapping regression.
|
||||
* GuiMacro: Let `Tab 7 -2` activate the console where command is executed.
|
||||
* Fix StatusBar column ‘Cursor information’ description.
|
||||
|
||||
|
||||
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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
// 220308
|
||||
// 220418
|
||||
#define MVV_1 22
|
||||
#define MVV_2 3
|
||||
#define MVV_3 8
|
||||
#define MVV_2 4
|
||||
#define MVV_3 18
|
||||
#define MVV_4 0
|
||||
#define MVV_4a ""
|
||||
#undef MVV_git
|
||||
|
@ -1,5 +1,5 @@
|
||||
#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"
|
||||
#define CONEMUVERN 22,4,18,0
|
||||
#define CONEMUVERS "220418"
|
||||
#define CONEMUVERL L"220418"
|
||||
#define MSI86 "../ConEmu.220418.x86.msi"
|
||||
#define MSI64 "../ConEmu.220418.x64.msi"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
|
||||
<?define Version = '$(var.MajorVersion).220.3080' ?>
|
||||
<?define ConEmuVerS = '220308.$(var.Platform)' ?>
|
||||
<?define Version = '$(var.MajorVersion).220.4180' ?>
|
||||
<?define ConEmuVerS = '220418.$(var.Platform)' ?>
|
||||
|
||||
</Include>
|
Loading…
x
Reference in New Issue
Block a user