Changes between Version 19 and Version 20 of ReleaseNotes


Ignore:
Timestamp:
27.11.2011 03:42:18 (13 years ago)
Author:
jri
Comment:

4.0.6 Release

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v19 v20  
    44 
    55---- 
     6 
     7== 2011-11-27: DeepaMehta 4.0.6 == 
     8 
     9This release has mostly under-the-hood changes in order to support 2 new plugins: [[https://github.com/jri/dm4-geomaps|DM4 Geomaps]] (displaying topics on a geographical map) and [[https://github.com/jri/dm4-facets|DM4 Facets]] (introduce multi-typing to the DM data model). These plugins are an optional install. 
     10 
     11=== Installing DeepaMehta 4.0.6 === 
     12 
     13The Installation is described in the [[https://github.com/jri/deepamehta#readme|README]]. 
     14You must perform a clean install. You can't use content from a previous DeepaMehta installation. 
     15 
     16=== Changelog === 
     17 
     18Improvements: 
     19* Topicmaps remember their translation (#154). 
     20* Design: the toolbar is more plain and saves screen space. 
     21* Design: the entire GUI uses an uniform font. 
     22 
     23Fix: 
     24* Menus opened within dialog boxes are not constrained to the dialog box dimension (#165). 
     25 
     26New feature for plugin developers: 
     27* Map type extension architecture: plugins can provide additional map types, e.g. a geo map or a time map (#52). 
     28  Each map type can have a distinguished data model, rendering facility, and interaction style. 
     29 
     30Improvements for plugin developers: 
     31* Clients can benefit from an extended composite value format (#146). 
     32* Server-side plugins can extend a topic before it is send to the client (new postFetchTopicHook) [874271b8]. 
     33* Client-side plugins can access the model of the selected topicmap (#147). 
     34* Client-side plugins can set/get the split panel's slider position (#148). 
     35 
     36Updated 3rd party components: 
     37* jQuery 1.7 (updated from 1.4.2) 
     38* jQuery UI 1.8.16 (updated from 1.8.2) 
    639 
    740== 2011-10-20: DeepaMehta 4.0.5 == 
     
    5386 
    5487New features: 
    55 * Webbrowsing (in progress): render webpages directly in DM! Right in the content panel or in a separate window/tab. URL topics provide 2 commands: "Open URL" and "Open URL in new window". (#21, #73) 
     88* Webbrowsing (early state): render webpages directly in DM! Right in the content panel or in a separate window/tab. URL topics provide 2 commands: "Open URL" and "Open URL in new window". (#21, #73) 
    5689* Type Search: query all topics of a given type (#68) 
    5790