Changes since tag v10.1.7.475

commit c009a7a1687cb40c47f555fee2da418253f69d51
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Oct 21 10:19:18 2023 -0300

    Fixed embed phraseIDs (localization) on Volatile Menus

commit 487f663bc8ff1806a9e27936cb44607812bbc240
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Wed Oct 18 18:33:17 2023 -0300

    Updates

commit 487f663bc8ff1806a9e27936cb44607812bbc240
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Wed Oct 18 18:33:17 2023 -0300

    Updates

commit 9c546e6c63159c728377a6b9bfb9eca15477405c
Author: Continuity <continuity@gmx.net>
Date:   Wed Oct 18 23:28:38 2023 +0200

    - fixing issue with aura list not removing auras

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

