Releases: nathansam/bibget
Releases · nathansam/bibget
v1.1.0
v1.0.5
bibget 1.0.5
Changed
The authors key is now formmated correctly (commas in a bibtex key shouldn't
start a new line now)
Dependencies removed
- regex
Dependencies updated to latest versions
- tokio 1.33.0 -> 1.39.3
- futures 0.3.29 -> 0.3.30
- doi2bib 0.1.6 -> 0.2.0
- clap 4.4.7 -> 4.5.13
v1.0.4
bibget 1.0.4
Better formatted BibTex entries.
Changed
There appears to have been changes to the doi.org API which resulted in
bibget
returning one-line BibTex entries. This has been fixed by using regex
to add a newline character to the end of commas outside of curly brackets.
Dependencies added
- regex 1.10.2
Dependencies updated to latest versions
- tokio 1.29.1 -> 1.33.0
- futures 0.3.28 -> 0.3.29
- clap 4.3.19 -> 4.4.7
v1.0.3
v1.0.2
v1.0.1
v1.0.0
bibget 1.0.0
The bump to version 1.0.0 indicates that the binary is now considered
stable. However, additional features (such as resolving other identifiers) may
be added in the future.
Changed
Shorted error message given if http request fails.
Dependencies updated to latest versions
- clap 4.1.4 -> 4.1.6