Skip to content

Releases: miku/metha

metha 0.2.1

30 Sep 15:00
Compare
Choose a tag to compare
  • fix metha-ls base dir handling

metha 0.2.0

30 Sep 13:19
Compare
Choose a tag to compare

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

23 Sep 23:25
Compare
Choose a tag to compare

Fix -H handling, #15 (testing)

metha 0.1.45

23 Sep 19:31
Compare
Choose a tag to compare
  • add -H flag for extra HTTP headers, #15 (testing)

metha 0.1.44

04 Jul 11:50
Compare
Choose a tag to compare
  • test zenodo integration

metha 0.1.43

15 May 14:08
Compare
Choose a tag to compare
  • add -base-dir flag to metha-cat, addresses #13

metha 0.1.42

02 Apr 12:56
Compare
Choose a tag to compare
  • fix -rm flag behaviour

metha 0.1.41

20 Mar 17:14
Compare
Choose a tag to compare
  • add -rm flag to metha-sync to remove a previous harvest

metha 0.1.40

20 Mar 08:21
Compare
Choose a tag to compare
  • minor logging fix

metha 0.1.39

12 Mar 17:22
Compare
Choose a tag to compare

Add -log-errors-to-stderr option to metha-sync - it will add a hook to logrus that copies messages with level WARN and above to STDERR.

Details: 7b02051

Thanks, @gunnihinn!