Skip to content

Commit

Permalink
added support for Forerunner 265, 265s and 965
Browse files Browse the repository at this point in the history
  • Loading branch information
memen45 committed May 10, 2023
1 parent 91b3078 commit 173407c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version [] -

Version [0.2.9] - 10-05-2023
- added support for Forerunner 265, 265s and 965

Version [0.2.8] - 20-02-2023
- fixed settings storage having 0 Bytes
- fixed some rare crashes on receiving invalid response
Expand Down
5 changes: 4 additions & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. -->
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
<iq:application entry="SubMusicApp" id="62436b93f69e4823a8b41854b6684b4a" launcherIcon="@Drawables.LauncherIcon" name="@Strings.AppName" type="audio-content-provider-app" version="0.2.8">
<iq:application entry="SubMusicApp" id="62436b93f69e4823a8b41854b6684b4a" launcherIcon="@Drawables.LauncherIcon" name="@Strings.AppName" type="audio-content-provider-app" version="0.2.9">
<iq:products>
<iq:product id="d2air"/>
<iq:product id="d2airx10"/>
Expand All @@ -24,11 +24,14 @@
<iq:product id="fr245m"/>
<iq:product id="fr255m"/>
<iq:product id="fr255sm"/>
<iq:product id="fr265"/>
<iq:product id="fr265s"/>
<iq:product id="fr645m"/>
<iq:product id="fr745"/>
<iq:product id="fr945"/>
<iq:product id="fr945lte"/>
<iq:product id="fr955"/>
<iq:product id="fr965"/>
<iq:product id="legacyherocaptainmarvel"/>
<iq:product id="legacyherofirstavenger"/>
<iq:product id="legacysagadarthvader"/>
Expand Down
4 changes: 2 additions & 2 deletions source/SubMusicVersion.mc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class SubMusicVersion {

private var d_major = 0;
private var d_minor = 2;
private var d_patch = 8;
private var d_name = "oebalus";
private var d_patch = 9;
private var d_name = "tyndareos";

function initialize(storage) {
if (storage == null) {
Expand Down

0 comments on commit 173407c

Please sign in to comment.