Spicy_Marinara
aede293116
fix: Add error handling to initialization for better debugging
2025-10-14 12:33:46 +02:00
Spicy_Marinara
e53f6675ea
fix: Use more compatible emoji parsing without Unicode property escapes
...
- Replaced \p{Emoji} regex with line-by-line parsing
- Avoids compatibility issues with older JavaScript engines
- Skips percentage and inventory lines to find mood emoji
- Supports all emoji types including compound emojis
2025-10-14 12:17:57 +02:00
Spicy_Marinara
d5e4010d4d
fix: Support compound emojis in mood parsing
...
- Updated regex to handle compound emojis with zero-width joiners (ZWJ)
- Fixes mood display for emojis like 😶🌫️ (face in clouds)
- Now captures full emoji sequences including variation selectors
2025-10-14 11:39:32 +02:00
Spicy_Marinara
518f2763aa
Initial commit
2025-10-14 00:01:23 +02:00