Skip to content

Releases: jlennox/HeartRate

1.7.4

04 May 02:39
b961524
Compare
Choose a tag to compare
  • Include UDP output for IPC. (#35)

1.7.3

11 Feb 21:42
e291c75
Compare
Choose a tag to compare
  • Drastic dependability improvements. Will retry more aggressively if the bluetooth device disconnects. (#25)
  • Fixed quoting issues and incorrect column values in CSV output. (#27)

1.7.2

13 Aug 21:05
f1cdf1a
Compare
Choose a tag to compare
  • Added support for a heart rate file. A file that contains only the most present heart rate. (#25)
  • Added file menus for adjusting csv, IBI, and heart rate file output.

1.7.1

29 Dec 19:46
a863619
Compare
Choose a tag to compare
  • Fixed font size in dialog not being what was entered. (#19)

1.7

30 Nov 16:15
8a926c0
Compare
Choose a tag to compare
1.7
  • Added text alignment option. (#17)
  • Added window size being saved. (#17)
  • Added font size and style selected in font dialog being used. (#17)
  • Fixed a potential deadlock. (#17)

1.6

27 Sep 18:33
448d147
Compare
Choose a tag to compare
1.6
  • Added support for Energy Expended and RR-Intervals readings writing to logfile.
  • Added support for IBI file output.
  • Fixed logfiles containing date variables not working correctly.
  • Fixed logfiles file access sharing, allowing proper real time reading of their contents.

1.5

13 Jun 18:18
00bc485
Compare
Choose a tag to compare
1.5
  • Added background image support (#10)
  • Made UI updates more responsive.
  • Made context menu available from right clicking form, also.

1.4

27 Apr 17:18
Compare
Choose a tag to compare
1.4
  • Added LogFile/LogFormat settings for writing BPM log to file.
  • Added system tray context menu for selecting colors/fonts.
  • Fixed (???) the issue with the heart rate recording could stop (#9) (fix not confirmed)

Fix OBS not recognizing the window

09 Sep 19:26
ba77741
Compare
Choose a tag to compare

Closes #6

To utilize this, either delete %AppData%\HeartRate\settings.xml or add the Sizable tag. Example:

<?xml version="1.0"?>
<HeartRateSettingsProtocol xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>1</Version>
  <FontName>Arial</FontName>
  <UIFontName>Arial</UIFontName>
  <AlertLevel>70</AlertLevel>
  <WarnLevel>65</WarnLevel>
  <AlertTimeout>120000</AlertTimeout>
  <DisconnectedTimeout>10000</DisconnectedTimeout>
  <Color>FFADD8E6</Color>
  <WarnColor>FFFF0000</WarnColor>
  <UIColor>FF00008B</UIColor>
  <UIWarnColor>FFFF0000</UIWarnColor>
  <UIBackgroundColor>00FFFFFF</UIBackgroundColor>
  <Sizable>true</Sizable>
</HeartRateSettingsProtocol>

Polar H10 bug fix release

01 May 22:13
Compare
Choose a tag to compare
  • Fixes issue with Polar H10 causing it to show as "Disconnected NotSupported" after disconnection timeout.