- Dropped support for Django 1.5
- Added support for Django 1.7, 1.8 and 1.9. See 83, 84 and 85
- Now you can select between the available themes when embedding your dashboards. 130
- Improved theme structures. Now should be more easy to create new themes. 123
- Improved default themes
- Now widgets are not removed from the dashboards when they are uninstalled or deleted from "My Resources". Instead they appear as Missing Widgets. 105
- Updated NGSI bindings
- Improved Wiring Editor:
- Added support for ordering the behaviour list. See 102
- Widgets and operators can be upgraded/downgraded from the Wiring Editor. See 97
- Connection endpoints can be changed without having to remove the connection and creating a new one.
- Connections with errors are highlighted. See 113
- Support for adding widgets to the dashboard from the wiring editor view. 94
- Minor improvements and bugfixes: 92, 107, 109, 111, 125, 134, 140, 141
Removed deprecated features
- `wirecloud.commmons.utils.urlresolvers`. Mainly used for providing a `reverse_lazy` method. Please use the `reverse_lazy` method provided by django (from `django.core.urlresolvers`)
Foreseen changes
Next version of WireCloud
- will drop support for Django 1.6 and Django 1.7
- will drop south db migrations
- will drop `wirecloud.platform.themes.active_theme_context_processor` please use `wirecloud.platform.context_processors.active_theme` instead if you use it directly.