This versions adds support for normalizing local URLs located in some well-known macros that accept wiki markup (it’s currently not technically possible to support all macros).
Full details on the extension web site.
Example:
{{info}}
[[label>>http://localhost:8080/xwiki/bin/download/A/B/image.png]]
{{/info}}
Gets normalized into:
{{info}}
[[label>>attach:A.B@image.png]]
{{/info}}