-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
44 lines (35 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
1.3.1:
- show images in a message
1.3.0:
- add caching for messages
- various style improvements
1.2.5:
- speed up startup time by using urllib3 instead of requests
1.2.2 - 1.2.4:
- fix import error preventing users from using grepme
1.2.1:
- add requirements to git
- add travis CI
- update dependencies; don't use requirements.txt
1.2.0:
- refactor lots of code so it can be tested more easily, add tests, document tests in readme
- rename 'text' to 'regex' in usage message
- fix lots of style and refactoring issues
- use DOTALL in regex; now newlines won't stop highlighting. see #15
- make error messages easier to read
- other minor bugs
1.1.2:
- show more detail in errors
- codestyle
- add examples to readme
1.1.1:
- use default python interpreter, not python3
1.1.0:
- make it possible to delete credentials without going into system settings
1.0.0: Initial release
- use keyring to store logins securely
- add setup.py
- add python2 compat
- add BSD 3-clause License
- throw fewer tracebacks
- lots of new features