Generate a Custom Change Report
Last modified by Vincent Massol on 2026/09/02 19:47
Steps
A custom report lists the changes matching a filter, across products and versions, in any of the layouts described in Change Displayers.
- Open the Release Notes Application and go to its "Custom Reports" section.
- Pick a "Layout", fill in the filters you want to apply, and choose whether the report keeps the changes that have a screenshot, those that have none, or both.

- Click "Generate Report".
- The report lists the changes matching the filter, most important first, Release Notes Application 2.6+ twenty at a time.

- Release Notes Application 2.6+ Click "Next changes" under the last change to continue the report past the twentieth.

FAQ
Which values do the filters accept?
The same ones as the macro they are passed to, including wildcards and version comparisons; see the getChanges macro.
How do I get more than twenty changes at once?
Release Notes Application 2.6+ The report's page size is fixed; call the getChanges macro yourself with a higher limit to render more in one go.
How do I get only the changes that have a screenshot?
Select "With Screenshots"; "Without Screenshots" returns the complement. Release Notes Application 2.4+ "With and Without Screenshots", selected by default, returns every change.