lightweight tag 86ca75a8c9d57da9a2d0a9135d923decd0a7a663 v2.1.4
Author:	GitHub <noreply@github.com>
Date:	Fri Dec 19 17:47:22 2025 +0300

commit 6432552504974dc2022493bd129c3eeb3c778eb7
Author: Hndrxuprt <riflescoming@gmail.com>
Date:   Fri Dec 19 17:46:44 2025 +0300

    v2.1.4
    
    # v2.1.4
    
    - Added global function **`ABE_ImportProfile`** to import ABE profiles from other addons (e.g. UI or profile installers).
      **Usage:**
      `success = ABE_ImportProfile(profileName, profileString, shouldSet)`
      - `shouldSet` (boolean): whether to activate the imported profile immediately.
      - Returns `true` if the import succeeded, `false` otherwise.
    
    - Added global function **`ABE_GetProfiles()`** that returns a sorted table of profile names in the format `[index] = "ProfileName"`.

commit 6432552504974dc2022493bd129c3eeb3c778eb7
Author: Hndrxuprt <riflescoming@gmail.com>
Date:   Fri Dec 19 17:46:44 2025 +0300

    v2.1.4
    
    # v2.1.4
    
    - Added global function **`ABE_ImportProfile`** to import ABE profiles from other addons (e.g. UI or profile installers).
      **Usage:**
      `success = ABE_ImportProfile(profileName, profileString, shouldSet)`
      - `shouldSet` (boolean): whether to activate the imported profile immediately.
      - Returns `true` if the import succeeded, `false` otherwise.
    
    - Added global function **`ABE_GetProfiles()`** that returns a sorted table of profile names in the format `[index] = "ProfileName"`.

