Skip to content

Releases: pcolby/bipolar

Bipolar v0.6.0

04 Aug 03:12
v0.6.0
fcce0bd
Compare
Choose a tag to compare

Features

  • compatible with FlowSync 4 (#94)

Other

  • upgraded to Qt 5.15
  • switched to GitHub Actions

Bipolar 0.6.0 (Release Candidate)

15 Apr 07:54
6fadcd3
Compare
Choose a tag to compare
Pre-release

Features

  • compatible with FlowSync 4 (#94)

Other

  • upgraded to Qt 5.15
  • switched to GitHub Actions

Hook 3 (Release Candidate 2)

14 Apr 10:03
541fe1f
Compare
Choose a tag to compare
Pre-release

In addition to the previous release candidate, this update includes the embdded InternalName version (set to Bipolar Hook 3), which the Bipolar app uses to detect the install Hook version (if any). Without this, the Bipolar app will always prompt to install the Hook on opening the app.

Hook 3

04 Aug 00:02
541fe1f
Compare
Choose a tag to compare
Hook 3 Pre-release
Pre-release

Updated hook for Flow Sync 4 (#94), ie using Qt 5.15.1 for macOS and Qt 5.15.2 for Windows.

Hook 3 (Release Candidate)

09 Apr 06:47
ed5b3d0
Compare
Choose a tag to compare
Pre-release

Updated hook for Flow Sync 4 (#94), ie using Qt 5.15.1 for macOS and Qt 5.15.2 for Windows.

This is also the first release to be built via GitHub Actions (previous releases were either my own local machines, or AppVeyor).

Bipolar 0.5.10

16 Mar 00:12
4742f05
Compare
Choose a tag to compare

Features:

  • fallback to sport types when session names are absent (#91)

Bugs:

  • use x86-64 hook on OSX (#92)

Special thanks to @turhake for contributing test data for this release.

Hook 2 for FlowSync 3.0.0+ on OSX x86-64

15 Mar 12:43
8fe0fa9
Compare
Choose a tag to compare

This is a rebuild (ie re-compilation, with no code changes) of the hook to work with Polar FlowSync 3.0.0 on OSX (#92). Specifically, it is built to target the x86-64 architecture, since FlowSync 3.0.0 for OSX moved from Qt 5.1.1 i386 to Qt 5.5.1 x86-64.

Note, this hook was shifted from Qt 5.1.1 to Qt 5.5.1 previously (see hook-2-fs300), but was not also moved from i386 to x86-64 (simply because that aspect of Polar's move was not noticed).

This build also includes a minor OpenSSL bump from 1.0.2p to 1.0.2r on Windows, but otherwise has no difference for that platform.

This hook will be included in future Bipolar releases, starting with Bipolar 0.5.10.

Bipolar 0.5.9

29 Oct 01:14
45fd44b
Compare
Choose a tag to compare

Functionally equivalent to Bipolar 0.5.8, but includes the updated hook for FlowSync 3.0.0 (#89).

Hook 2 for FlowSync 3.0.0+

28 Oct 07:58
fde2c18
Compare
Choose a tag to compare
Pre-release

This is a rebuild (ie re-compilation, with no code changes) of the hook to work with Polar FlowSync 3.0.0 (#89). Specifically:

  • built with Visual Studio 2013, as FlowSync 3.0.0 for Windows has moved to that version of the Visuals Studio runtimes ; and
  • moved to Qt 5.5.1 for OSX, as FlowSync 3.0.0 for MacOS has moved to that version (FlowSync for Windows was already on Qt 5.5.1 since FlowSync 2.6.2).

See https://github.com/pcolby/bipolar/wiki/Hooks#qt-versions for FlowSync + Qt + Hook version histories / combinations.

This hook will be included in future Bipolar releases, starting with Bipolar 0.5.9.

Bipolar 0.5.8

21 Oct 10:27
4b41db0
Compare
Choose a tag to compare

Bugs:

  • check for speed (not cadence) for TCX speed output (#86)
  • correct detection of speed and altitude for HRM output (#86)

Special thanks to @mz-pdm for contributing to this release.