pajlada
7e7c4112d7
refactor(SettingWidget): use custom setting widgets ( #6361 )
2025-07-27 12:00:39 +00:00
droidicus
1423f548a7
Add option to use server timestamp from the message instead of the local clock time for logging. ( #6346 )
2025-07-27 10:11:13 +00:00
pajlada
627b6d806e
Refactor StreamerMode/Theme setting widgets ( #6317 )
2025-07-12 12:05:49 +00:00
pajlada
2568d8a6ea
refactor: remove GeneralPageView.addIntInput ( #6306 )
2025-06-29 13:51:56 +00:00
nerix
b6623cff88
feat: add REPL for plugins ( #6120 )
...
This can be enabled by setting the `.plugins.repl.enabled` setting to true
Close Chatterino and make a backup of your settings.json before attempting any modifications.
```json5
{
"plugins": {
"repl": {
"enabled": true,
},
},
}
```
2025-06-28 14:04:08 +00:00
pajlada
42fb5ad077
feat: add SettingWidget::dropdown support for int style enums ( #6303 )
2025-06-28 12:31:11 +00:00
pajlada
847814324f
refactor: use SettingWidget::dropdown for emoji style ( #6300 )
2025-06-28 12:21:47 +02:00
pajlada
ae3089b35c
fix: SettingWidget::dropdown not working well on enums with value gaps ( #6293 )
2025-06-22 14:37:42 +00:00
pajlada
f7af1138b3
fix: update lineedit if setting changed externally ( #6286 )
2025-06-21 13:02:59 +02:00
nerix
db6b33da61
fix: allow scrolling by inputs in settings ( #6128 )
2025-04-06 13:30:16 +00:00
pajlada
34429671ba
refactor: use some more SettingWidget & restyle external tools page ( #6023 )
2025-03-03 16:33:13 +01:00
pajlada
92c921c2a1
feat: add "tags" or "keyword" support for settings ( #5585 )
...
this allows us to search for both "ffz" and "frankerfacez" when searching for FrankerFaceZ settings, without trying to force add both into the setting name
2024-11-30 12:41:49 +00:00