@@ -20,6 +20,42 @@ https://conemu.github.io/en/Whats_New.html
20
20
-------------------------------------------
21
21
22
22
23
+ 2018.6.17
24
+ * gh-1590: Quake activation (up/down) did not work properly with ChildGui in tab.
25
+ * Show `-switch` style in ConEmuC help.
26
+ * gh-1240: For those who want to run WinAPI console applications from POSIX layer: `ConEmuC -std -c your-command`.
27
+ When you run connector (or wslbridge) console handles are set into POSIX mode,
28
+ and only applications directly compiled for this mode will behave as they are in tty.
29
+ In other words, if you run ‘ConEmu/cygwin-connector/bash’ and try to start Python
30
+ outside of cygwin folder (e.g. downloaded from https://www.python.org/downloads/),
31
+ the Python will not think it was started in terminal, because it was not linked
32
+ with cygwin1.dll!
33
+ The command `ConEmuC -std -c python` tries to reinitialize console to work
34
+ like python was started from cmd.
35
+ * gh-1567: Fixing ANSI scrolling issues.
36
+ * Slightly expand Settings/Environment editor area.
37
+ * Set default console pad size to `4`.
38
+ * gh-728, gh-1570: Easy way to configure cmd prompt in default `{cmd}` task.
39
+ When you run `{cmd}` task or any other task utilizing `CmdInit.cmd`
40
+ you may set configuration variables on the Environment settings page:
41
+ * `set ConEmuPromptNL=NO` - use one-line prompt;
42
+ * `set ConEmuPromptNames=NO` - don't print `user@pc`.
43
+ * Let configure `csudo` from Environment settings page.
44
+ * `set ConEmuSudoSplit=NO` - run elevated console in new tab instead of split;
45
+ * `set ConEmuSudoConfirm=NO` - disable ‘Press Enter or Esc to close console…’ confirmation.
46
+ * Read more in docs: https://conemu.github.io/en/csudo.html
47
+ * Fix selection artefacts when selected region goes out of the screen.
48
+ * gh-1585: Don't reset search mode by clicking on scrollbar.
49
+ * Support ‘Dynamic scrollbar range’ in search mode.
50
+ * gh-1604, gh-393: Allow users enter buffer height values larger than 9999 to revert to maximum allowed 32766 (by Shawn Presser).
51
+ * gh-1259, gh-1557: ANSI: Some characters disappear by moving cursor with right arrow key.
52
+ * gh-1601: Add logging for keyboard indicators CAPS/NUM/SCRL.
53
+ * Support additional batch init scripts in form of `{cmd} script.cmd <arguments>`.
54
+ The script.cmd may be surrounded by `"`, but in that case, due to cmd parsing rules,
55
+ you should append some script arguments without quotes.
56
+ In other words, the tail of `{cmd}` **should not** end with `"`.
57
+
58
+
23
59
2018.5.28
24
60
* gh-1583: Let `-new_console` work in WSL.
25
61
Note: `ConEmuC.exe` or `ConEmuC64.exe` are required to run commands,
0 commit comments