forked from KonishchevDmitry/psh
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
59 lines (46 loc) · 1.06 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Version 0.2.12
--------------
* Python 3.10 support
Version 0.2.11
--------------
* Add missing O_TRUNC to file creation mode
Version 0.2.10
--------------
* Change documentation URL
Version 0.2.9
-------------
* Change licence to more permissive (MIT)
Version 0.2.8
-------------
* Fix io redirection to file with appending in shell mode
* Fix command string when redirect to file with append
Version 0.2.7
-------------
* Fix a typo in error message
Version 0.2.6
-------------
* Drop __pycache__ from package
Version 0.2.5
-------------
* Show custom I/O redirects in command string #1
Version 0.2.4
-------------
* psys >= 0.3 support
Version 0.2.3
-------------
* psys module has been separated to an independent package
Version 0.2.2
-------------
* Fixed a bug that led to AttributeError on the module import in Python 2.6
Version 0.2.1
-------------
* PyPI support
* Makefile with common targets
* Fixed broken python-psh.spec
* Minor code and documentation changes
Version 0.2
-----------
* Python 3 support
Version 0.1
-----------
* Initial release