Skip to content

minor release

Compare
Choose a tag to compare
@karlicoss karlicoss released this 03 Oct 16:49
· 502 commits to master since this release

core:

cli: hpi doctor enhancements

modules:

  • big update for instapaper, reddit, ghexport, hypothesis, rescuetime, pocket.
    DEPRECATED: the old way of specifying dependecies either as

    • config parameters (e.g. hypexport = "/path/to/hypexport_on_disk")
    • symlinks in the config (e.g. my/config/repos/hypexport)

    These dependencies are proper PIP packages now, see #79 for the discussion about the change
    This is backwards compatible, but please reinstall them properly as soon as you can (see the updated instructions in the corresponding repos, e.g. https://github.com/karlicoss/instapexport#setting-up)

  • provide fake data providers for some modules

  • better mypy coverage for some modules

  • for other minor updates, see the commit messages