Changes since tag v10.1.7.475

commit f730cb4e8be1c50ce0145edcf73a4f7e8581760b
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:24:18 2023 -0300

    Documentation and version updates

commit 17fcca47c8dbd84d95fe201bb142f8c4175476f7
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:24:06 2023 -0300

    auras.lua update to receive the new scrollboxes to display auras

commit b40729daad0c80c556bdf25959f9b8fc7538f135
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:23:31 2023 -0300

    Added detailsFramework:CreateAuraScrollBox(parent, name, data, onAuraRemoveCallback, options)
    
    Creates a scrollbox to display auras.
    
    Data: is a table<spellId, boolean> where the boolean if true indicates the spell is tracked by its Name (false tracks by the spellId).
    
    onAuraRemoveCallback: calls this function when the user click in the X button to remove the aura.
    
    options: a table of type df_aurascrollbox_options

commit 6a64f27b7164e8ebe2fb1cb43ba6ae40e688140d
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:17:29 2023 -0300

    Documentation update for textentry

