This is current list of views provided by Xelog:
- Changes impact (
htmlChangesImpact) - All changes are sorted by the impact, from most important (breaking changes) to the least important. This view is useful if you are trying to understand what is new in the new version of the program and how you need to adjust to it. - Changes impact by component (
htmlImpactByComponent) - Similar to the previous view. Changes are grouped by component and then sorted by the impact. - Timeline (
htmlTimeline) - All changes are sorted by date. It's useful if you want to follow changes made to the project. - Timeline by component (Table) (
htmlTimelineByComponentTable) - Similar to the previous view, but changes are grouped by the components. - Timeline by component (Simple) (
htmlTimelineByComponentSimple) - This is the same as the previous view. I used a different HTML layout to experiment with how to show a change log.