File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
matplotlib.indigoPlugin/Contents Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
+ v0.7.18
3
+ - Ups the duration limit default to 7200 hours.
4
+
2
5
v0.7.17
3
6
- Refines behavior of filters in CSV Engine configuration dialog.
4
7
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >PluginVersion </key >
6
- <string >0.7.17 </string >
6
+ <string >0.7.18 </string >
7
7
<key >ServerApiVersion </key >
8
8
<string >2.0 </string >
9
9
<key >IwsApiVersion </key >
Original file line number Diff line number Diff line change 24
24
</Field >
25
25
26
26
<!-- Number of lines to keep - time limit -->
27
- <Field id =" numLinesToKeepTime" type =" textfield" defaultValue =" 72 " hidden =" false" tooltip =" Please enter a maximum duration time (in hours)." >
27
+ <Field id =" numLinesToKeepTime" type =" textfield" defaultValue =" 7200 " hidden =" false" tooltip =" Please enter a maximum duration time (in hours)." >
28
28
<Label >Duration:</Label >
29
29
</Field >
30
30
Original file line number Diff line number Diff line change 77
77
__license__ = Dave .__license__
78
78
__build__ = Dave .__build__
79
79
__title__ = "Matplotlib Plugin for Indigo Home Control"
80
- __version__ = "0.7.17 "
80
+ __version__ = "0.7.18 "
81
81
82
82
# =============================================================================
83
83
You can’t perform that action at this time.
0 commit comments