Feature proposal #7451
closedImplement changelog support
Description
This should be able to accept a log of changes per version. This can use a repeat usage with the key being the version and the string being the change log. In addition to this it should support URL based changelogs for linking to external systems.
Updated by krileon about 4 years ago
- Target version changed from 8.0.0 to 6.3.0
The initial implementation will be a dropdown to select the changelog type and the initial, only available at the time, option will be "Link" which just links to a page with the log. Eventually this could be expanded to support changelog file parsing and parsing changelogs from certain platform URLs.
Updated by krileon about 4 years ago
Type selection shouldn't be necessary. Just let that be automated based off the supplied URL.
Updated by krileon about 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 60 to 100
Change Log URL is now supported. It also supports versioned URL, which will dynamically change on version selection. Don't see a need to display change logs in-line or on-site as external logs systems better handle the display of change logs.