|
| 1 | +# 8.1.2 |
| 2 | + |
| 3 | +- fixed `PATH` issue on Linux |
| 4 | + |
| 5 | +# 8.1.1 |
| 6 | + |
| 7 | +- fixed shell prompt color bug on Linux |
| 8 | + |
1 | 9 | # 8.1
|
2 | 10 |
|
3 |
| -- The `create` and `recreate` commands show more detailed information about the created |
4 |
| - virtual environment |
| 11 | +- The `create` and `recreate` commands show more detailed information about the |
| 12 | + created virtual environment |
5 | 13 |
|
6 | 14 | # 8.0
|
7 | 15 |
|
8 |
| -- The `call` command now supports the `-m` option, that runs the file as a module. |
| 16 | +- The `call` command now supports the `-m` option, that runs the file as a |
| 17 | + module. |
9 | 18 |
|
10 | 19 | # 7.1
|
11 | 20 |
|
12 |
| -- Fixed: `call` command sometimes received incorrect `$PYTHONPATH` values on systems |
| 21 | +- Fixed: `call` command sometimes received incorrect `$PYTHONPATH` values on systems |
13 | 22 | with multiple versions of Python
|
14 | 23 |
|
15 | 24 | # 7.0
|
|
22 | 31 | environment with the same interpreter that started `vien`, instead of the
|
23 | 32 | interpreter available as `python3`
|
24 | 33 | - Fixed: virtual environments were not cleared (`venv --clear`) before deletion
|
25 |
| -- Attempting to run the program on Windows will display a message stating that |
| 34 | +- Attempting to run the program on Windows will display a message stating that |
26 | 35 | the system is not fully supported
|
27 |
| - |
| 36 | + |
28 | 37 | # 5.0
|
29 | 38 |
|
30 | 39 | - Option `--project-dir` aka `-p` is now supported by all commands
|
31 | 40 | - The `vien call -p` format (with the `-p` option after the command) is deprecated but still works
|
32 | 41 |
|
33 | 42 | # 4.4
|
34 | 43 |
|
35 |
| -- `call` is now faster as it launches Python directly without spawning an extra |
| 44 | +- `call` is now faster as it launches Python directly without spawning an extra |
36 | 45 | shell process
|
37 | 46 |
|
38 | 47 | # 4.3
|
|
42 | 51 |
|
43 | 52 | # 4.2
|
44 | 53 |
|
45 |
| -- Trying to `call` a non-existent file now prints a short error message |
46 |
| - instead of an exception |
| 54 | +- Trying to `call` a non-existent file now prints a short error message instead of an exception |
47 | 55 | - A message about a nonexistent environment displays a hint on how to create it
|
48 | 56 |
|
49 | 57 | # 4.1
|
|
0 commit comments