This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
Releases: fgebhart/workoutizer
Releases · fgebhart/workoutizer
v0.25.1
What's Changed
- CI: enable automated releasing by removing --dry-run by @fgebhart in #236
- FIX: fix python version given in pyproject.toml, bump license by @fgebhart in #237
- DEP: upgrade black to 22.3.0 to fix broken CI because of incompatibility with click by @fgebhart in #243
- DEP: upgrade dependencies by @fgebhart in #244
- FIX: use haversine instead custom formula to fix rounding error by @fgebhart in #242
- DEP: bump dependencies by @fgebhart in #247
- Bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in #250
- Bump cryptography from 37.0.4 to 38.0.3 by @dependabot in #251
- Bump django from 4.0.6 to 4.0.8 by @dependabot in #252
- Bump pillow from 9.2.0 to 9.3.0 by @dependabot in #253
- Bump twisted from 22.4.0 to 22.10.0 by @dependabot in #249
- Bump django from 4.0.8 to 4.0.9 by @dependabot in #254
- FIX: avoid wrong jinja version being installed by @fgebhart in #262
- CLN: remove raspberry pi installation test by @fgebhart in #263
Full Changelog: v0.25.0...v0.25.1
v0.25.0
What's Changed
- Bump ipython from 7.31.0 to 7.31.1 in /setup/requirements by @dependabot in #226
- BLD: use poetry for packaging, drop py37 and add py310 support by @fgebhart in #227
- TST: Drop chrome browser tests by @fgebhart in #229
- TST: upgrade pandas, remove usage of dstutils to fix warnings by @fgebhart in #230
- RFC: refactor cli tests to make use of click test runner by @fgebhart in #231
- CLN: drop usage of
requests
, useurllib
instead by @fgebhart in #233 - RFC: refactor configuration of best secions by @fgebhart in #234
- DOC: ensure systemd wkz service waits for network to be available by @fgebhart in #235
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- DEP: upgrade dependencies by @fgebhart in #218
- Fix geo location naming by @fgebhart in #220
- upgrade lxml and pillow to remedy CVEs by @fgebhart in #221
- RFC: get rid of selenium deprecation warnings by using recent func by @fgebhart in #222
- DEP: Upgrade deps by @fgebhart in #223
- FIX: move initial_trace_data dir to wkz to fix missing dir during initiallization by @fgebhart in #224
- FIX: adapt mount mechanism to gio not returning any output message by @fgebhart in #225
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- CI: run tests only on .py and requirement file changes by @fgebhart in #213
- ENH: Rework mounting mechanism to increase chances of successful mount by @fgebhart in #214
- CI: pinn pip version to fix borken editable install ci error by @fgebhart in #216
- ENH: always map known garmin sports to existing sport and create it if needed by @fgebhart in #217
Full Changelog: v0.22.0...v0.23.0
Hand-crafted Changelog: https://github.com/fgebhart/workoutizer/blob/main/CHANGELOG.md#0230---2021-10-24