-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
81 lines (64 loc) · 2.76 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
78
79
80
81
0.3.14 (2018-12-10)
- Fixed 'UNKNOWN' author appearing in some installations
(due to wrong handling of pybtex structures on our side)
0.3.13 (2018-07-24)
- Fixes -b option to `bibsearch search` (thanks to @cl3wis)
0.3.12 (2018-07-15)
- Added output format: -f {txt,bib,md} (text, bibtex, markdown)
- can set 'default_output_format' in the config file
0.3.11 (2018-06-12)
- Bugfix in arxiv searching, caching, and displaying
0.3.10 (2018-06-09)
- Added forced deletion to `rm` subcommand
- Modified output formatting to mirror ACL citation format
- Files now downloaded to ~/.bibsearch/paper/{YEAR}/{KEY}.pdf
- Bugfix with logic when no "url" field present
- Postprocessing when outputting to remove pybtex escaping
- Bugfix in 'open' with search terms (thanks to Christian Bailey @cl3wis)
0.3.9 (2018-06-09)
- Bugfix in URL handling
0.3.8 (2018-06-08)
- Papers now download to ~/.bibsearch/papers, are cached
0.3.7 (2018-06-07)
- Can now specify summary print format: -o {txt,bib,md} (default = txt)
e.g., `bibsearch search harmony -o md` will output a summary in Markdown format.
0.3.6 (2018-05-19)
- "open" and "edit" now take an index into the cache
0.3.5 (2018-05-08)
- Added manual page, removing calling of `ronn` from `setup.py`
0.3.3 (2018-05-07)
- Added LICENSE and proper MANIFEST file (now includes man page)
0.3.0 (2018-05-07)
- Added `man` subcommand
- Macros
- Lots of documentation
- Smoothed over presence/absence of FTS5 support in SQLite
- Merged where/search
- Support for editing entires (`edit` subcommand)
- Support for xdg-open under Linux
- Added PMLR
0.2.0 (2018-04-06)
- Added arxiv searching and adding
- Added NIPS database
- Added 'where' command for finer grained search (with SQL syntax)
- FTS is not required. DB can be queried through the 'where' command
0.1.3 (2018-04-04)
- Added 'open' command for opening PDFs
- Caching of last search for working with 'open' and other commands
- Now downloads acl.yml file
0.1.2 (2018-04-03)
- Removed biblib dependency and go back to pybtex
- Bugfixes in handling LaTeX files (multiple citations, generating the right keys)
0.1.0 (2018-04-03)
- Added ACL anthology repository of bib files, accesible via bib:// URLs
- Human readable output of references
- Bibliography generation from tex .aux files
- Autogenerated keys based on author name, year and first content word in title
- Custom keys
- backend changed to biblib (probably to be changed back to pybtex)
0.0.2 (2018-03-15)
- Added downloading of URLS if http:// prefix found
0.0.1 (2018-03-14)
- Initial release
- Supports adding a database and minimal searching
- Backend based on pybtex