Changes between Version 153 and Version 154 of ReleaseNotes
- Timestamp:
- 04.01.2017 17:57:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v153 v154 6 6 7 7 == 2017-01-04: DeepaMehta 4.8.5 == 8 9 DeepaMehta 4.8.5 is a maintenance release that brings one improvement and several bug fixes. 10 11 You 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]]. 8 12 9 13 Improvements: … … 12 16 Changes: 13 17 * 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 byFile topics (#1044).18 * Creating Icon topics is now performed by an explicit "Create Icon" command, applicable to File topics (#1044). 15 19 16 20 Bug fixes: 17 21 * 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). 19 23 * The detail panel enforces implicit READ permission for the topic types rendered in group headers (#1028). 20 24 * Webclient starts properly also if an invalid topic ID is contained in the launch URL (#1058). 21 25 22 26 Plugin Development Framework: 23 * 3 more `DeepaMehtaType` methods returns the type itself in order to support callchaining (ticket:941#comment:26)27 * 3 more `DeepaMehtaType` methods returns the type itself in order to support method chaining (ticket:941#comment:26) 24 28 25 29 ----