Changes between Version 14 and Version 15 of ReleaseNotes
- Timestamp:
- 22.08.2011 04:01:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v14 v15 17 17 == 2011-08-22: DeepaMehta 4.0.3 == 18 18 19 This release brings lot of GUI improvements and fixes. After a long series of backend changes the focus is to bring the front end on a par.19 After a long series of backend changes the focus of this release is to bring the frontend on a par. This release brings 2 new featues and a lot of GUI improvements and fixes. 20 20 21 21 New features: 22 * Webbrowsing : 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)23 * T he "By Type" search mode is back: query all topics of a given type (#68)22 * 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) 23 * Type Search: query all topics of a given type (#68) 24 24 25 25 Improvements: … … 28 28 * Trigger ''Save'' by hitting Return (#13) 29 29 * Create topics via keyboard (#14) 30 * Type ''Resource'' is now called ''Web Resource''. URLfield first. (#20)30 * Type ''Resource'' is now called ''Web Resource''. ''URL'' field first. (#20) 31 31 * The webclient has a "favicon" (#44) 32 32 * Creating a bunch of topic types without caring about unique URIs (#58) … … 43 43 * Suppress pointless browser window scrollbars (#60) 44 44 * Long menus do scroll instead the entire browser window (#71) 45 * Canvas drawing and event handling oddities (#72)45 * Fix canvas drawing and event handling oddities (#72) 46 46 47 47 Improvements for Developers: … … 51 51 * Plugin authors can specify a custom URI namespace where the plugin's web resources are mapped to (#66) 52 52 * A request to a `/` web resource is mapped to `/index.html` (#66) 53 * REST API: "getRelatedTopics" request provides 3 more filter s54 * Page Renderer classes can CSS style the content panel individually55 * Access the toolbar via a dedicated `toolbar` object56 * GUIToolkit API simplified and more object-like53 * REST API: "getRelatedTopics" request provides 3 more filter parameters 54 * Page Renderer classes can CSS style the content panel 55 * Access the webclient's toolbar via a dedicated `toolbar` object 56 * JavaScript GUIToolkit API simplified and more object-like 57 57 58 ---- 58 59 59 60 == 2011-08-02: DeepaMehta 4.0.2 == … … 68 69 https://github.com/jri/deepamehta#readme 69 70 71 ---- 70 72 71 73 == 2011-07-28: DeepaMehta 4.0.1 == … … 91 93 - Neo4j Mehtagraph 0.7 -> 0.8 92 94 95 ---- 93 96 94 97 == 2011-07-24: DeepaMehta 4.0 == … … 106 109 https://github.com/jri/deepamehta#readme 107 110 111 ---- 108 112 109 113 == 2011-07-20: DeepaMehta 4.0 RC1 == … … 144 148 145 149 Thanks go to Jürgen and Danny who helped to organize this release! 150 151 ----