Changes between Version 44 and Version 45 of ReleaseNotes


Ignore:
Timestamp:
20.12.2012 16:23:57 (12 years ago)
Author:
jri
Comment:

4.0.13 release notes, pt. 1

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v44 v45  
    22 
    33= Release Notes = 
     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 
     15New 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 
     18GUI 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 
     22Improvements: 
     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 
     25Bug Fixes: 
     26* Edit meta type view configuration via REST API (#378). 
     27 
     28Plugin 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]. 
    431 
    532----