HPI/CHANGELOG.md
Dima Gerasimov da3c1c9b74 core/cachew: rely on ~/.cache for default cache path
- rely on appdirs for default cache path instead of hardcoded /var/tmp/cachew
  technically backwards incompatible, but no action needed
  you might want to clean /var/tmp/cachew after updating

- use default cache path (e.g. ~/.cache) by default
  see https://github.com/ActiveState/appdirs#some-example-output for more info
  *warning*: things will be cached by default now (used to be uncached before)

- treat cache_dir = None in the config
  *warning*: kind of backwards incompatible.. but again nothing disasterous
2021-02-21 19:51:58 +00:00

2.7 KiB

v0.3.20210220

General/my.core changes:

Modules:

  • some innitial work on filling InfluxDB with HPI data

  • pinboard

  • stackexchange

  • bluemaestro

  • runnerup

    • 6b451336ed Initial parser for RunnerUp data which I'm now using instead of Endomondo

Misc:

  • f102101b39 core/windows: fix get_files and its tests

  • 56d5587c20 CI: clean up tox config a bit, get rid of custom lint script

  • d562f00dca

    tests: run all tests, but exclude tests specific to my computer from CI controllable via HPI_TESTS_KARLICOSS=true

  • improved mypy coverage

before v0.2.20201125

I used to keep it in Github releases. However I realized it's means promoting a silo, so now it's reflected in this file (and only copied to github releases page).