| 6 | |
| 7 | == 2011-11-27: DeepaMehta 4.0.6 == |
| 8 | |
| 9 | This 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 | |
| 13 | The Installation is described in the [[https://github.com/jri/deepamehta#readme|README]]. |
| 14 | You must perform a clean install. You can't use content from a previous DeepaMehta installation. |
| 15 | |
| 16 | === Changelog === |
| 17 | |
| 18 | Improvements: |
| 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 | |
| 23 | Fix: |
| 24 | * Menus opened within dialog boxes are not constrained to the dialog box dimension (#165). |
| 25 | |
| 26 | New 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 | |
| 30 | Improvements 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 | |
| 36 | Updated 3rd party components: |
| 37 | * jQuery 1.7 (updated from 1.4.2) |
| 38 | * jQuery UI 1.8.16 (updated from 1.8.2) |