Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cyberjunky/python-garminconnect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.36
Choose a base ref
...
head repository: cyberjunky/python-garminconnect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.37
Choose a head ref
  • 10 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 12, 2025

  1. Fix maxpoly arg to get_activity_details() to allow 0 value

    get_activity_details(..., maxploy=0) is the best way to get the details of an activity when not interested in polylines. The 0 value is allowed.
    puntonim authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    e074f69 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 5 to 6

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    4db6541 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. power in zones

    SebastianBurmester committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    762a1bb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    fac8720 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. Fixed bug in resume_login

    cyberjunky committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    23d7be8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #314 from cyberjunky/dependabot/github_actions/act…

    …ions/upload-artifact-6
    
    Bump actions/upload-artifact from 5 to 6
    cyberjunky authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    7f03af7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #313 from puntonim/patch-1

    Fix maxpoly arg to get_activity_details() to allow 0 value
    cyberjunky authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    f4332e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #316 from SebastianBurmester/master

    Time in power zones for activities
    cyberjunky authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    37dcd4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c48c7b2 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    cyberjunky committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    f91266f View commit details
    Browse the repository at this point in the history
Loading