0.7.2
Features
- add first pass at tracking github issues and related artifacts / issues. To track all issues (rate limits permitting) in https://github.com/globalbioticinteractions/globalbioticinteractions - #156 inspired by discussions with @PietrH @Daniel-Mietchen @matdillen @n8upham
preston track "https://github.com/mammaldiversity/mammaldiversity.github.io/issues"
use export GITHUB_TOKEN=[some token]
in sh/bash to make preston aware of your token. Also see, https://github.com/settings/tokens?type=beta . Note that in GitHub Actions workflows, a github token is generated on the fly with 1000 request. So, you should be able to track up to about 500 issues in on workflow, assuming that not many issues are referenced in the tracked issues.
- allow using OCI repositories as remotes #255 inspired by @cboettig @mbjones . With this release you can do things like (see also cboettig/contentid#94 (comment))
$ preston cat --remote https://ghcr.io/cboettig/content-store hash://sha256/9412325831dab22aeebdd674b6eb53ba6b7bdd04bb99a4dbb21ddff646287e37\
| head -n5
*******************************************************************************
*** Historical CO2 Record from the Vostok Ice Core ***
*** ***
*** Source: J.M. Barnola ***
*** D. Raynaud ***
Improvements
- n/a
Bugs
- n/a