Changes between Version 143 and Version 144 of ReleaseNotes


Ignore:
Timestamp:
30.06.2016 16:20:16 (8 years ago)
Author:
jri
Comment:

4.8.2 release notes, revision

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v143 v144  
    77== 2016-06-30: DeepaMehta 4.8.2 == 
    88 
    9 Besides a minor improvements DeepaMehta 4.8.2 fixes several bugs that prevented some 3rd-party plugins to run with DM 4.8. 
     9DeepaMehta 4.8.2 adds a download feature, improves perceived Webclient stability, and fixes some bugs. 
    1010 
    1111You can update any !DeepaMehta 4 installation which is not older than !DeepaMehta 4.1. For installation and update instructions see the [[https://github.com/jri/deepamehta#readme|README]]. 
    1212 
    13 Improvements: 
    14 * File browser: the user can download files from the file repository (#661). 
     13New feature: 
     14* File browser: the user can download files from a remote file repository (#661). 
     15 
     16Improvement: 
    1517* Webclient: when opening DM again the last used topicmap is selected automatically (#994). 
    1618 
    1719Bug fixes: 
    18 * File browser (local DM installation): opening a file through double-clicking the File topic works also if not logged in (#992). 
    19 * File browser: a double-click on a File topic is ignored on a remote installation. No exception is thrown (#991). 
    20 * Webclient: a topicmap background image appears properly also if the name of the image file contains a `+` or a `?` character (#993). 
    21  
    22  
    23 Plugin Development Framework: 
    24 * The static resource filter has access to the response object. This can be used e.g. to set specific response headers (#989). 
     20* File browser (local DM installation): opening a file or folder (through double-clicking) works also in case the user is not logged in (#992). 
     21* File browser (remote DM installation): remote files and folders are not tried to open. A double-click on a File topic is ignored (#991). 
     22* Webclient: a topicmap background image is displayed also in case the name of the image file contains a `+` or `?` character (#993). 
     23 
     24Plugin Development Framework: 
     25* In a static resource filter the developer has access to the response object. This can be used e.g. to set specific headers (#989). 
    2526* Programatically created Memberships get a workspace assignment (#990). 
    2627