Releases: miku/metha
Releases · miku/metha
metha 0.2.3
- update endpoint list (metha-sync -list, 6214 endpoints)
- add -base-dir flag to metha-files
metha 0.2.1
- fix metha-ls base dir handling
metha 0.2.0
New minor version number, since we change the default cache directory to adhere to the XDG spec, in short:
- old:
$HOME/.metha
- new:
$XDG_CACHE_HOME/metha
(usually,$HOME/.cache/metha
)
You can move data to the new location manually, since everything else should work the same.
metha 0.1.46
Fix -H handling, #15 (testing)
metha 0.1.45
- add -H flag for extra HTTP headers, #15 (testing)
metha 0.1.44
- test zenodo integration
metha 0.1.43
- add -base-dir flag to metha-cat, addresses #13
metha 0.1.42
- fix -rm flag behaviour
metha 0.1.41
- add -rm flag to metha-sync to remove a previous harvest
metha 0.1.40
- minor logging fix