ConEmu 歷史版本列表 Page43

最新版本 ConEmu Build 230724

ConEmu 歷史版本列表

ConEmu 是一個帶有選項卡的 Windows 控制台模擬器,它將多個控制台和簡單的 GUI 應用程序作為一個可自定義的 GUI 窗口提供各種功能.最初,該程序是作為遠程管理器(維基百科中的 FAR)的伴侶創建的,和檔案管理,指揮歷史和完成,功能強大的編輯。 ConEmu 免費下載 Windows PC 的最新版本。這是 ConEmu.的完全脫機安裝程序安裝程序今天,ConEmu 可以與任何其他... ConEmu 軟體介紹


ConEmu Build 161206 查看版本資訊

更新時間:2016-12-08
更新細節:

What's new in this version:

- gh-970: Pasting windows path in cygwin produces truncated result (77eb4e6 regression)
- Allow to pass empty string via -cur_console:m:”” (set no mount prefix for Unix path conversion)
- gh-552: Templates %m…m, %M…M - show mark ‘…’ for active (m) and inactive (M) tab. So, if you want to see ‘• ’ mark on the active tab (to emboss active tab) just change your console tab template to smth like: ‘%m• m<%c> %s’.
- Don’t show Assertions in ‘Stable’ releases

ConEmu Build 161203 查看版本資訊

更新時間:2016-12-04
更新細節:

What's new in this version:

- StatusBar. new column ‘Cell Info’ shows information about cell under cursor: UCS & ConAttr. CellInfo is turned on by default in ‘-basic’ mode to simplify bugreporting
- gh-809: Support mount root for unix-path conversion. ConEmu tries to choose mount root automatically, if user have not defined it explicitly with ‘-cur_console:m:/mnt’ switch. For example, to use ‘/cygdrive’ just run your console with switch: ‘-cur_console:m:/cygdrive’
- In some cases ConEmu window was closed unexpectedly during initialization. That happend if delay between consoles initialization was greater than first console run duration. So, ConEmu was closed before second console process was created
- gh-943: Rename option to ‘Change mouse cursor if busy’
- Add switch ConEmuC -IsRedirect to determine if CONOUT is redirected
- Force enable mouse events processing in KeyEvents
- gh-964: Let default {Far} task load plugins from FARPROFILE
- gh-927: Appropriate behavior while posting chars with AltGr pressed. Example: print("*") when Lithuanian keyboard layout is selected
- Support clickable links like ‘example-protocol://someurl’

ConEmu Build 161022 查看版本資訊

更新時間:2016-10-23
更新細節:

What's new in this version:

- Fix regression: slower startup
- File wsl-con.cmd was created by msi in wrong folder
- Far Macro: Some improvements in ConEmu.CtrlNumber.lua
- Console test (ConEmuC -checkunicode) improved
- Fix misprint
- Some internal changes in hooking: support KernelBase for installing injects

ConEmu Build 161009a 查看版本資訊

更新時間:2016-10-11
更新細節:

What's new in this version:

- Fix regression: cygwin/msys process creation was broken

ConEmu Build 161009 查看版本資訊

更新時間:2016-10-10
更新細節:

What's new in this version:

- GuiMacro: Allow {Task} arguments in Shell function
- Reuse previous palette on Unfasten/Re-Attach
- gh-888: Allow to use ConEmu as default console in third-party applications
- DefTerm. Reinit some functions in SetAllHook
- gh-830: Fix: Significant dwm.exe CPU time when renamed ConEmu tab is active
- gh-886: Settings / Integration: When ‘Shift’ is pressed during ‘Register’ button click, ConEmu’s ‘Here’ and ‘Inside’ items are registered as ‘extended’ menu items, and they are shown by Explorer only when ‘Shift’ is pressed
- Show process startup time in SysInfo and LogFiles
- Far macro emulating Ctrl+Number on LCtrl+Shift+Number keypress

ConEmu Build 161002 查看版本資訊

更新時間:2016-10-03
更新細節:

What's new in this version:

- Fix doubled CJK glyphs on Windows 10 build 14931. Windows 10 (since 14931) has changed behavior for double-cell glyphs. Now they are doubled (COMMON_LVB_LEADING_BYTE/COMMON_LVB_TRAILING_BYTE) even for UTF-8 codepage.
- Selection was not working in Alternative mode
- Turn on certain StatusBar columns on -basic switch
- Switch /OMITHOOKSWARN was passed improperly to server when /log was defined
- Sample file demonstrates ability to use 256 colors in Windows Subsystem for Linux started in ConEmu tab

ConEmu Build 160914 查看版本資訊

更新時間:2016-09-17
更新細節:

What's new in this version:

- Unchecking option ‘Kill ssh-agent with ConEmu’ had no effect
- Suggest %UserProfile%ConEmuLogs as default location for ANSI logs

ConEmu Build 160913 查看版本資訊

更新時間:2016-09-14
更新細節:

What's new in this version:

- Add option to kill ssh-agent.exe processes started from ConEmu’s consoles on ConEmu termination
- Installer was signed without timestamp

ConEmu Build 160904 查看版本資訊

更新時間:2016-09-05
更新細節:

What's new in this version:

- GuiMacro: Detach(1) didn’t disable confirmation.
- gh-841: Support COMMON_LVB_REVERSE_VIDEO console attribute.
- gitextensions/gitextensions#3263: Inside mode: Don’t run console ‘As Admin’ if Shift is pressed.
- Remove ambiguous option to run started elevated console (Run As Admin). If ConEmu was started by some shortcut with Shift key, user faced the unexpected UAC confirmation.
- If user want to run elevated console, they may use special Task with -cur_console:a switch. Example: {cmd (Admin)}.
- If developer want to run ConEmu console in elevated mode, they may add -cur_console:a switch after -run switch. Example: ConEmu.exe -run cmd.exe -cur_console:a /k .

ConEmu Build 160828 查看版本資訊

更新時間:2016-08-29
更新細節:

What's new in this version:

- gi-821: Fixed crash on startup if Explorer is not started
- Support sha256 checksum in chocolatey package
- gh-832: Fix crash on erasing ‘Settings->Keys & Macro->Mark/Copy->Exceptions’
- gh-766: Prefer ‘TEMP’ env.var over GetTempPath function
- GuiMacro: Let Detach(1) do the work without confirmation