-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCHANGELOG
More file actions
26 lines (26 loc) · 784 Bytes
/
Copy pathCHANGELOG
File metadata and controls
26 lines (26 loc) · 784 Bytes
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
0.10:
- ENH: zget and put now show a short alias which can be used instead of
the filename
- ENH: added german localization
- FIX: fixed edgecase where netifaces could not find interface name
0.9:
- ENH: --timeout option
- ENH: --interface option
- ENH: --address option
- ENH: --version option
- ENH: progress bar
- DOC: Documented Python interface
- DOC: CHANGELOG file
0.8:
- ENH: Python interface
- ENH: Removed global variables
- ENH: Redesigned way of selecting default network interface
0.7:
- FIX: Fixed handling of filenames with spaces in them in Python 3
0.6:
- ENH: Allowed setting port manually
- FIX: Reading file in chunks rather than as a whole
0.5:
- FIX: Fixed bug when sending file from different directory
0.4:
- ENH: Initial Python 3 support