blob: 831e4556f37f7497e5834f8449185c9cc4186534 (
plain) (
blame)
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
|
- Add LICENSE, CHANGES, and README.md
0.8.0 - 2022-09-07
------------------
- Add author search
0.7.1 - 2022-02-01
------------------
- Make sure title is always assigned in _metadata search
0.7.0 - 2021-05-09
------------------
- When searching through metadata, search through tags as well
- Reorganize print of booktitles and use option dicts instead of
zillion params
0.6.0 - 2020-12-09
------------------
- Add search in descriptions
0.5.0 - 2020-09-06
------------------
- Add --weighted-count option (same as -c, but weight the count
negatively proportionally against the length of the text)
0.4.1 - 2020-01-18
------------------
- Generate properly binary as an entry_point
0.4.0 - 2020-01-18
------------------
- Make epubgrep concurrent for speed improvement
Surprisingly ProcessPoolExecutor is vastly faster and less
memory demanding than ThreadPoolExecutor
0.3.0 - 2019-10-11
------------------
- Make marking found patterns with color default
- Add -c (count occurences only) and -o (don't use colour for
marking found patterns) options
- Add multi-line option
0.2.0 - 2018-11-30
------------------
- Add minimal setup.py and test
0.1.0 - 2018-11-30
------------------
- Initial version
|