-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
77 lines (65 loc) · 2.28 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# ChangeLog for replacer
*replacer-3.3
Martin Väth <martin at mvath.de>:
- Make replacer work with current versions of colorama.
Thanks to Helmut Jarausch for reporting the breakage.
*replacer-3.2
Martin Väth <martin at mvath.de>:
- Add SPDX-License-Identifier
*replacer-3.1
Martin Väth <martin at mvath.de>:
- Fix error if REPLACER_NLS or NLS are not set
- Fix error if gettext is found but gettext.install throws
- Fix translation of query for writing
*replacer-3.0
Martin Väth <martin at mvath.de>:
- Support translations (gettext)
- Provide translation for de
- Support --require
*replacer-2.2
Martin Väth <martin at mvath.de>:
- Provide --colors style
- Slightly modify --colors dark
- For error output omit printing confusing python class
*replacer-2.1
Martin Väth <martin at mvath.de>:
- Postpone recoding of search/replace (and thus possible errors)
and corresponding regular expression preprocessing until it is
proven that recoding is really needed
- Fixes of quotation signs in messages
- More care with KeyboardException
*replacer-2.0
Martin Väth <martin at mvath.de>:
- Support (and default to) -e binary
- Provide --chars option
- Add --context convenience option
- Fix output of non-printable symbols in replacement text
- Fix pattern compilation (compile only once, not once per file).
*replacer-1.2
Martin Väth <martin at mvath.de>:
- Fix typo which had broken writing of files (regression from 1.1)
*replacer-1.1
Martin Väth <martin at mvath.de>:
- Provide --encoding-fallback
- Warn (instead of aborting) for IO and file encoding errors
- Fix indentation for PEP8 E128
*replacer-1.0
Martin Väth <martin at mvath.de>:
- Provide --recursive and --skip options
- Fix exit code with -gq
- Error out if no argument is provided
- More verbose description
- Improve completion defaults
- Display short options in usage line of help text
- Add --debug option
*replacer-0.2
Martin Väth <martin at mvath.de>:
- Colorize filename
- Fix order of files with -g
- Make return value in grep mode consistent with grep
- Make --quiet work with grep mode and shortcut
- New grep options --count --list
- Rename color option to highlight (-H) to avoid collision
*replacer-0.1
Martin Väth <martin at mvath.de>:
- Initial implementation from scratch