File tree 3 files changed +7
-4
lines changed
matplotlib.indigoPlugin/Contents
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ v0.8.31
2
+ - Fixes broken link to repo.
3
+
1
4
v0.8.30
2
5
- Fixes bug where y axis min not formatted properly when set automatically.
3
6
- Improves error handling in csv_refresh_process.
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.8.30 </string >
6
+ <string >0.8.31 </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 52
52
# pipe to send things to the host plugin and get a response.
53
53
# TODO: Make precipitation bars for hourly forecast and daily forecast look the same.
54
54
55
- # TODO: Improve error trapping in csv_refresh_process
56
55
# TODO: Improve reaction when data location is unavailable. Maybe get it out of csv_refresh_process
57
56
# and don't even cycle the plugin when the location is gone.
58
57
# TODO: Improve RGB handling.
58
+ # TODO: Import / Export is unfinished
59
59
# ================================== IMPORTS ==================================
60
-
60
+ s
61
61
try :
62
62
import indigo
63
63
except ImportError as error :
107
107
__license__ = Dave .__license__
108
108
__build__ = Dave .__build__
109
109
__title__ = u"Matplotlib Plugin for Indigo Home Control"
110
- __version__ = u"0.8.30 "
110
+ __version__ = u"0.8.31 "
111
111
112
112
# =============================================================================
113
113
You can’t perform that action at this time.
0 commit comments