feat: implement display name specializations for enums (#6238)

This commit is contained in:
pajlada
2025-06-08 12:17:53 +02:00
committed by GitHub
parent 44c4745d27
commit f4cdae14ca
5 changed files with 292 additions and 10 deletions
+1
View File
@@ -46,6 +46,7 @@
- Dev: Added a `run-and-kill.sh` script to help debug crash-on-exit bugs. (#6188)
- Dev: Refactored the `TimeoutStackStyle` enum into its own file. (#6216)
- Dev: Refactored `Notebook`-related enums into their own file. (#6220)
- Dev: Implemented customizable display names for enums. (#6238)
- Dev: Refactored event API initialization away from Application and into TwitchIrcServer. (#6198)
- Dev: Updated GoogleTest to v1.17.0. (#6180)
- Dev: Mini refactor of `TwitchAccount`. (#6182)