Releases: DigitaleGesellschaft/Anonip
Releases · DigitaleGesellschaft/Anonip
Release list
v1.1.0
Feature
- Performance: Make column indexes zero-based internally.
aa28386 - Performance: Calculate IP prefix for masking only once.
70e4d55 - Performance: Use a dict to store and access the IP prefixes used for masking.
536e22b - Performance: Avoid another useless use of str.format() in inner loop.
d67bd11 - Make Anonip.run() accept an optional input stream.
3c44134 - Add option "--input".
1a2c4b4 - feat(logging): improve logging if no ip can be detected
f9584f1 - feat(cli): Regex based IP detection
bf37456
Fix
- Fix warning message if column was not found.
3831a29 - Fix: Log-messages get formatted even if not output.
a4a0448 - Fix: Terminates if empty or all-white-space line is read.
ddbfc86 - fix(properties): use setter for columns property
43b7002 - fix(cli): handle KeyboardInterrupt
b82da7a - Bugfix: IPv6 address masquerading with python2.7
556b132 - fix(python2): Fix reading from stdin
4ecfd91 - fix(logging) Avoid side-effect during module import
474125d