2020-08-06 14:00:21 -04:00
|
|
|
**Added:**
|
|
|
|
|
|
|
|
* <news item>
|
|
|
|
|
|
|
|
**Changed:**
|
|
|
|
|
2020-08-08 01:50:46 -04:00
|
|
|
* custom startup scripts replaced by setup.py -generated (console) entrypoint scripts for both xonsh and xonsh-cat.
|
|
|
|
This means xonsh.bat and xonsh-cat.bat are replaced on Windows by xonsh.exe and xonsh-cat.exe, respectively.
|
2020-08-06 14:00:21 -04:00
|
|
|
|
|
|
|
**Deprecated:**
|
|
|
|
|
|
|
|
* <news item>
|
|
|
|
|
|
|
|
**Removed:**
|
|
|
|
|
|
|
|
* <news item>
|
|
|
|
|
|
|
|
**Fixed:**
|
|
|
|
|
|
|
|
* Avoid startup error on Windows when py.exe chooses wrong python interpreter to run xonsh.
|
2020-08-08 01:50:46 -04:00
|
|
|
When multiple interpreters are in PATH, 'py' will choose the first one (usually in the virtual environment),
|
|
|
|
but 'py -3' finds the system-wide one, apparently by design.
|
|
|
|
|
2020-08-08 02:33:07 -04:00
|
|
|
* For xonsh-cat, avoid parsing and processing first (0'th) argument when invoked directly from OS shell.
|
|
|
|
|
2020-08-06 14:00:21 -04:00
|
|
|
|
|
|
|
**Security:**
|
|
|
|
|
|
|
|
* <news item>
|