-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
47 lines (31 loc) · 900 Bytes
/
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
Version 3.2
-----------
- Fix an issue with the parser.
Version 3.1
-----------
- Fix warning on 3.8.
Version 3.0
-----------
- Drop Python 2.7 compatibility.
- Drop PyQt4 support.
- Fix bug where the important state would not toggle.
- Format code with black.
- Setup CI on travis-co.
Version 2.9
-----------
Bugfix release.
- Fix issue #6 reported on github by fonic.
- Fix ordering of rows with identical keys by concatenating the
date to the name of the key.
Version 2.8
-----------
Bugfix and significant speed improvements.
- Fix issue #7 reported on github by fonic and lyallp.
- Misc. linting and merged old changes.
Version 2.7
-----------
Contributions from Fonic (github.com/fonic):
- Misc. UI and usability improvements
- The location of the configuration file was changed to
~/.config/elogviewer
- Bugfix: Do not mark first selected item as read on application start