| 4 | |
| 5 | ---- |
| 6 | |
| 7 | == 2012-12-?: DeepaMehta 4.0.13 == |
| 8 | |
| 9 | * The Geomaps plugin is included in the DeepaMehta distribution (#379). |
| 10 | Find usage info here: https://github.com/jri/dm4-geomaps |
| 11 | * Karaf Distribution |
| 12 | |
| 13 | === Change Log === |
| 14 | |
| 15 | New Features: |
| 16 | * Association Type editor (#48). The user can create custom association types. The color is configurable on a per-type basis. An association instance can hold arbitrary data. Simple and complex association types are supported (analogue to topic types). |
| 17 | |
| 18 | GUI Improvements: |
| 19 | * More informative page panel: topics which are already visible on the canvas are displayed with an disabled icon. This provides a useful hint when revealing topics (#308). |
| 20 | * Differentiated gestures for revealing topics via the page panel: a) clicking the topic's icon reveals it, b) clicking the topic's label reveals ''and'' focuses it (#387). |
| 21 | |
| 22 | Improvements: |
| 23 | * Better support for virtual host environments: the new config property `dm4.host.url` allows the admin to specify the installation's public URL. This is relevant for plugin's which make use of `DeepaMehtaUtils.isDeepaMehtaURL()` or the Files API's `getRepositoryPath()` [a9ffcf77]. |
| 24 | |
| 25 | Bug Fixes: |
| 26 | * Edit meta type view configuration via REST API (#378). |
| 27 | |
| 28 | Plugin Development Framework: |
| 29 | * Client-side load mechanism for auxiliary scripts: scripts located in `script/helper/` are loaded synchronously ''before'' the plugin is loaded (#372). |
| 30 | * 2 new core events: PreUpdateAssociation, PostUpdateAssociation [654d9c7b]. |