Skip to content

Commit c1d56bc

Browse files
committed
Release version 4.11.0
2 parents 9ec8d67 + d741085 commit c1d56bc

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.11.0
4+
- Add support for Descent G1
5+
- Add support for Descent G2
6+
- Add support for Descent Mk1
7+
- Add support for Fenix 7 pro solar edition
8+
- Add support for Fenix 7X pro solar edition
9+
- Add support for Forerunner 970
10+
311
## 4.10.0
412
- Add partial support for D2 series
513
- Add support for Forerunner 570 series
@@ -28,7 +36,7 @@
2836
- Fix refresh of the match view when starting a new set
2937

3038
## 4.6.1
31-
- Fix application for devices that support a version Connect IQ between 3.1.0 and 5.0.0
39+
- Fix application for devices that support a version of Connect IQ between 3.1.0 and 5.0.0
3240

3341
## 4.6.0
3442
- Add support for MARQ Gen 2 series
@@ -77,7 +85,7 @@
7785
- Improve settings
7886

7987
## 3.5.0
80-
- Add support for Venus 2 Plus and Descent MK series
88+
- Add support for Venus 2 Plus and Descent Mk series
8189

8290
## 3.4.0
8391
- Add support for Fenix 7 and Epix series

manifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<iq:product id="d2air"/>
77
<iq:product id="d2airx10"/>
88
<iq:product id="d2mach1"/>
9+
<iq:product id="descentg1"/>
10+
<iq:product id="descentg2"/>
11+
<iq:product id="descentmk1"/>
912
<iq:product id="descentmk2"/>
1013
<iq:product id="descentmk2s"/>
1114
<iq:product id="descentmk343mm"/>
@@ -28,10 +31,12 @@
2831
<iq:product id="fenix6xpro"/>
2932
<iq:product id="fenix7"/>
3033
<iq:product id="fenix7pro"/>
34+
<iq:product id="fenix7pronowifi"/>
3135
<iq:product id="fenix7s"/>
3236
<iq:product id="fenix7spro"/>
3337
<iq:product id="fenix7x"/>
3438
<iq:product id="fenix7xpro"/>
39+
<iq:product id="fenix7xpronowifi"/>
3540
<iq:product id="fenix843mm"/>
3641
<iq:product id="fenix847mm"/>
3742
<iq:product id="fenix8solar47mm"/>
@@ -58,6 +63,7 @@
5863
<iq:product id="fr945lte"/>
5964
<iq:product id="fr955"/>
6065
<iq:product id="fr965"/>
66+
<iq:product id="fr970"/>
6167
<iq:product id="instinct3amoled45mm"/>
6268
<iq:product id="instinct3amoled50mm"/>
6369
<iq:product id="instinct3solar45mm"/>

monkey.jungle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ fenix6xpro.resourcePath = resources;icons/40x40
3131
fenixe.resourcePath = resources;icons/60x60
3232
fenix7.resourcePath = resources;icons/40x40
3333
fenix7pro.resourcePath = resources;icons/40x40
34+
fenix7pronowifi.resourcePath = resources;icons/40x40
3435
fenix7s.resourcePath = resources;icons/40x40
3536
fenix7spro.resourcePath = resources;icons/40x40
3637
fenix7x.resourcePath = resources;icons/40x40
3738
fenix7xpro.resourcePath = resources;icons/40x40
39+
fenix7xpronowifi.resourcePath = resources;icons/40x40
3840
fenix843mm.resourcePath = resources;icons/60x60
3941
fenix847mm.resourcePath = resources;icons/65x65
4042
fenix8solar47mm.resourcePath = resources;icons/40x40
@@ -72,10 +74,14 @@ fr945.resourcePath = resources;icons/40x40
7274
fr945lte.resourcePath = resources;icons/40x40
7375
fr955.resourcePath = resources;icons/40x40
7476
fr965.resourcePath = resources;icons/65x65
77+
fr970.resourcePath = resources;icons/65x65
7578

7679
d2air.resourcePath = resources;icons/60x60
7780
d2mach1.resourcePath = resources;icons/60x60
7881

82+
descentg1.resourcePath = resources;icons/62x62
83+
descentg2.resourcePath = resources;icons/60x60
84+
descentmk1.resourcePath = resources;icons/40x40
7985
descentmk2.resourcePath = resources;icons/40x40
8086
descentmk2s.resourcePath = resources;icons/40x40
8187
descentmk343mm.resourcePath = resources;icons/60x60

0 commit comments

Comments
 (0)