Skip to content

Commit ca2e84f

Browse files
committed
- Updates version checker.
1 parent a257af6 commit ca2e84f

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

_changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
v0.7.04
3-
- Moves refresh interval to chart settings. Users can now establish
4-
individual refresh rates for each chart.
3+
- Moves refresh interval to charts. Users can now establish individual
4+
refresh rates for each chart separately.
55
- Adds weekly option to refresh interval.
66
- Better sorting of CSV sources within device configuration dialogs.
77
- Significantly reduces debug logging.

matplotlib.indigoPlugin/Contents/Server Plugin/PluginConfig.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,5 @@
234234
<Field id="verboseLoggingLabel" type="label" fontColor="black" fontSize="small" alignWithControl="True">
235235
<Label>Check this box to enable verbose logging. Checking this box will only affect the level and amount of information written to the plugin log file (it will not affect the amount of information written to the Indigo Event Log).</Label>
236236
</Field>
237+
237238
</PluginConfig>

matplotlib.indigoPlugin/Contents/Server Plugin/plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
# TODO: NEW -- Standard chart types with pre-populated data that link to types of Indigo devices.
2222

2323
# TODO: Consider ways to make variable CSV data file lengths or user settings to vary the number of observations shown (could be date range or number of obs).
24+
# TODO: Implement a stale data tool
2425
# TODO: Independent Y2 axis.
2526
# TODO: Trap condition where there are too many observations to plot (i.e., too many x axis values). What would this mean? User could do very wide line chart
2627
# TODO: with extremely large number of observations.
27-
# TODO: Possible to add custom labels to battery health chart? The rub is that when a new device is added or one's removed, the labels would no longer match up.
2828
# TODO: Wrap long names for battery health device?
29-
# TODO: Implement a stale data tool
3029
# TODO: New weather forecast charts to support any weather services
3130

3231
# ================================== IMPORTS ==================================

matplotlib_version.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
Version: 0.7.03
1+
Version: 0.7.04
22
EmailSubject: Matplotlib Indigo Plugin - Update Available
33
EmailBody: The Matplotlib Plugin you are using has been updated.
44

5-
v0.7.03
6-
- Fixes bug in setting of marker style for lines 5 and 6.
7-
- Fixes bug in setting of marker color for all lines.
8-
- Fixes bug in sorting of data source names for device configuration.
9-
- Adjusts chart output logging for consistency between enabled and disabled devices.
10-
- Fixes bug where legacy devices not updated for missing line5Annotate and line6Annotate props.
5+
- Moves refresh interval to charts. Users can now establish individual
6+
refresh rates for each chart separately.
7+
- Adds weekly option to refresh interval.
8+
- Better sorting of CSV sources within device configuration dialogs.
9+
- Significantly reduces debug logging.
1110
- Code refinements.
1211

1312
As always, if something doesn't seem quite right, please let me know.

0 commit comments

Comments
 (0)