Changes between Version 153 and Version 154 of ReleaseNotes


Ignore:
Timestamp:
04.01.2017 17:57:09 (8 years ago)
Author:
jri
Comment:

4.8.5 release notes, revision 1

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v153 v154  
    66 
    77== 2017-01-04: DeepaMehta 4.8.5 == 
     8 
     9DeepaMehta 4.8.5 is a maintenance release that brings one improvement and several bug fixes. 
     10 
     11You 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]]. 
    812 
    913Improvements: 
     
    1216Changes: 
    1317* The "Retype Topic" feature is removed. It created too many problems (#1057, #446). 
    14 * Creating Icon topics is now performed by an explicit "Create Icon" command, provided by File topics (#1044). 
     18* Creating Icon topics is now performed by an explicit "Create Icon" command, applicable to File topics (#1044). 
    1519 
    1620Bug fixes: 
    1721* Handling of Icon topics works also for access controlled file repos (#1044). 
    18 * The association duplicate check involves the association //value// as well. E.g. two congruent assoc defs can be created as long as they are differentiated by custom assoc type (was broken in DM 4.8.4) (#1009). 
     22* The new association duplicate check (introduced in DM 4.8.4) involves the association //value// as well. E.g. two congruent assoc defs can be created again as long as they are differentiated by custom assoc type (#1009). 
    1923* The detail panel enforces implicit READ permission for the topic types rendered in group headers (#1028). 
    2024* Webclient starts properly also if an invalid topic ID is contained in the launch URL (#1058). 
    2125 
    2226Plugin Development Framework: 
    23 * 3 more `DeepaMehtaType` methods returns the type itself in order to support call chaining (ticket:941#comment:26) 
     27* 3 more `DeepaMehtaType` methods returns the type itself in order to support method chaining (ticket:941#comment:26) 
    2428 
    2529----