See changes since the v0.8.0 in the CHANGELOG.
What's Changed
- various updates by @clavay in #58
- pyscada installation in venv by @clavay in #60
- add developer and plugin installation documentation by @clavay in #61
- added plugin to list of device protocols, changed plugins url handling by @trombastic in #62
- updates by @clavay in #63
- add scipy to requirement for the waveform generic handler by @clavay in #65
- Update install venv by @clavay in #64
- replace setuptools find_packages by find_namespace_packages by @clavay in #66
- black formatting by @clavay in #67
- fix doc for ems protocol by @clavay in #68
- update readme by @clavay in #69
- add exclude field list for gen_hiddenConfigHtml by @clavay in #70
- fix install in venv (partially broken by black formatting commit) by @clavay in #71
- fixed page alignment problem in views by @trombastic in #73
- JS : add event to anounce control item color change by @clavay in #72
- fix page anchor position to include navbar padding and border by @clavay in #74
- group display permisson by @clavay in #76
- update tablesorter by @clavay in #77
- add LOGOUT_REDIRECT_URL by @clavay in #79
- pip3 install user by @clavay in #80
- Js fixes and updates by @clavay in #78
- fix measurement_data_dumps location by @clavay in #83
- replace save method by get_or_create for dictionary items by @clavay in #84
- add JS variable to for on before reload by @clavay in #85
- fix query first value when no data found in time range by @clavay in #86
- Fix tooltip hidden by @vincent-inviseo in #82
- dispatch changePyScadaControlItemColor event on window by @clavay in #88
- add loading page and load config2 on load event, format console.log, kill timeout and xhr on unload by @clavay in #89
- create event data change by @clavay in #92
- version 0.8.1 by @clavay in #91
- prevent loading and showing data after DATA_TO_TIMESTAMP by @clavay in #93
- fix generic device init import by @clavay in #94
- last_element_min_time by @clavay in #95
- add transform data and template for control item display value by @clavay in #96
- fix difference percent period calculation by @clavay in #97
- add readthedocs config file by @clavay in #100
- Docs/develop by @vincent-inviseo in #104
- add class panel-title control panel by @vincent-inviseo in #108
- v0.8.2 : add data source logic and link it to variable, remove CalculatedVariable by @clavay in #109
- fix variable property as variable bit for MultiDeviceDAQProces by @clavay in #110
- remove unnecessary script by @clavay in #111
- remove pass by @clavay in #112
- add log for exceptions by @clavay in #113
- DeviceHandler signals by @clavay in #114
- fix RecordedData bit length for int16 by @clavay in #115
- v0.8.2 by @clavay in #116
- check if data before writing by @clavay in #118
- fix pyscada home owner during install by @clavay in #119
- remove unused function by @clavay in #120
- generic function to populate inlines for device, variable, variablestate by @clavay in #121
- RecordedData: store uint64 as int64 shifted - unknown class as float by @clavay in #122
- fix stopping BP if not exist while deleting a device by @clavay in #123
- default handler: update values checks and functions return by @clavay in #124
- fix high limit for UINT64 by @clavay in #125
- fix display value option transform data by @clavay in #126
- log while converting variable readed value to float if not None by @clavay in #128
- add checks and exceptions to recorded data init by @clavay in #129
- theme check using context to avoid TemplateSyntaxError by @clavay in #130
- default STATIC_URL with / by @clavay in #131
- admin: display variable color choosed in the select by @clavay in #132
- unique value class key for variable by @clavay in #133
- processflowdiagram: execption when image not found by @clavay in #134
- update theme validation and remove unused import by @clavay in #135
- Upgrade flot and fixes by @clavay in #136
- Css style and legend height by @clavay in #146
- Widget default and form fix by @clavay in #151
- utc import from datetime by @clavay in #152
- view timedelta option, control item offset option, v0.8.3 by @clavay in #155
- fix append dictionary item if multiple items by @clavay in #157
- update JS name by @clavay in #159
New Contributors
- @vincent-inviseo made their first contribution in #82
Full Changelog: v0.8.0...v0.8.3