tag 54732b86880b90725f50700e16468efd23d3c464 v1.1.2
Author:	calebelson <calebelson.gmail.com>
Date:	Thu Aug 28 19:32:27 2025 +1200

Release v1.1.2: Fix Sound Play Button

🐛 Bug Fix:
- Fixed sound play button not working on initial addon load
- Corrected sound file path mismatch between default config and dropdown initialization

This patch ensures the sound preview works immediately after installing the addon for the first time.

commit aeeab04d94301ee0809644a88ea2f3a22af32f3c
Author: calebelson <calebelson.gmail.com>
Date:   Thu Aug 28 19:31:53 2025 +1200

    Fix sound play button on initial load
    
    - Fixed incorrect sound file path in dropdown initialization
    - Play button now works immediately after first addon install
    - Corrected path from 'sounds/' to 'assets/sounds/' to match actual file structure

