pajlada
9e4a4bcf45
refactor: remove GeneralPageView.addCheckbox ( #6305 )
2025-06-29 13:16:20 +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
9e59fb1a5f
refactor: remove unused ignoredPhraseReplace setting ( #6304 )
2025-06-28 13:27:46 +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
4c08a9bf26
refactor: remove now-unused SettingPage::createLineEdit ( #6290 )
2025-06-22 14:26:12 +02:00
pajlada
f7af1138b3
fix: update lineedit if setting changed externally ( #6286 )
2025-06-21 13:02:59 +02:00
pajlada
3391826146
fix(clang-tidy): performance-for-range-copy ( #6275 )
2025-06-16 00:20:38 +02:00
pajlada
85863f52df
fix(clang-tidy): modernize-raw-string-literal ( #6274 )
2025-06-15 23:10:17 +02:00
Arne
62c93d1d98
feat: setting to change emote/badge thumbnail size ( #6126 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-06-15 10:27:43 +00:00
pajlada
2b89642490
fix(clang-tidy): modernize-type-traits ( #6269 )
2025-06-14 22:52:21 +00:00
pajlada
f4cdae14ca
feat: implement display name specializations for enums ( #6238 )
2025-06-08 10:17:53 +00:00
pajlada
8acca1c241
fix: don't indent inner namespaces ( #6235 )
2025-05-25 12:28:14 +02:00
nerix
84c0b39fde
refactor: buttons and friends ( #6102 )
2025-05-25 11:17:06 +02:00
pajlada
062b492dab
refactor: move Notebook enums to their own file ( #6220 )
...
Co-authored-by: Mm2PL <miau@mail.kotmisia.pl >
2025-05-18 14:02:11 +02:00
apa420
e793df02ba
feat: make Nicknames searchable with settings dialog search bar ( #5886 )
2025-05-10 13:58:15 +00:00
pajlada
dec42b38a6
refactor: fix some spelling mistakes ( #6196 )
2025-05-10 13:33:52 +02:00
James Upjohn
18dcd84afd
feat: add tooltip for rename on double-click setting ( #6184 )
2025-05-03 11:16:40 +00:00
James Upjohn
462e2ba658
feat: disable tab renaming on double-click via setting ( #6163 )
...
Fixes #6156
2025-04-20 11:19:40 +02:00
pajlada
1f10935d78
fix: use qlogging in eventsub lib (through a hoop) ( #6161 )
2025-04-19 17:10:12 +02:00
apa420
acea118466
feat: make filters searchable with Settings dialog search ( #5890 )
2025-04-13 12:51:04 +00:00
Maston
d3bab9132f
fix: missing space char in settings ( #6134 )
2025-04-06 19:31:01 +00:00
nerix
db6b33da61
fix: allow scrolling by inputs in settings ( #6128 )
2025-04-06 13:30:16 +00:00
fourtf
edbdcc1d55
feat: allow disabling fading recent messages ( #6121 )
2025-04-06 12:21:34 +00:00
apa420
59e93d41d3
feat: Add tab style option (Normal & Combat) ( #5858 )
2025-03-11 16:16:33 +01:00
8thony
ffe28b88a4
fix: special shortcut for Windows live notifications ( #5975 )
2025-03-09 14:48:26 +00:00
pajlada
c98267b433
fix: only hide messages from restricted users, not all suspicious users ( #6049 )
...
it's probably best to leave this setting solo'd out as restricted users
so monitored users can get their own behaviour in their own setting later
2025-03-09 13:11:06 +01:00
pajlada
ee266c35a7
feat: Hide messages from suspicious users in streamer mode ( #6042 )
...
This is a setting that's enabled by default and can be disabled under
the "Streamer mode" sub-category in the settings dialog
2025-03-08 14:10:25 +00:00
nerix
266dc8d202
feat: allow custom chat font weight ( #6037 )
2025-03-07 19:19:24 +00:00
nerix
72369b1611
feat: add "Open in custom player" to toast options ( #5880 )
2025-03-05 15:29:28 +00:00
MiguVT
3dc73e9b84
feat: allow extra user-defined extension IDs to interact with Chatterino ( #5997 )
2025-03-04 22:26:20 +01:00
apa420
c053fd5c60
feat: Improved searching for hotkeys ( #5884 )
2025-03-04 14:15:50 +00:00
pajlada
34429671ba
refactor: use some more SettingWidget & restyle external tools page ( #6023 )
2025-03-03 16:33:13 +01:00
Arne
1812f1bb15
feat(notifications): implement actions for Linux ( #5976 )
2025-03-02 15:07:52 +00:00
nerix
13dfe716b8
feat(overlay): inherit zoom and add zoom factor ( #6016 )
2025-03-02 15:28:47 +01:00
cmp
2656fd0d6b
feat: add Linux support for Live Notifications toasts w/ libnotify ( #5881 )
2025-02-08 19:06:48 +00:00
pajlada
0f8a29fdb9
feat: add initial experimental Twitch Eventsub support ( #5837 )
...
Co-authored-by: nerix <nerixdev@outlook.de >
2025-02-02 16:03:24 +00:00
Mm2PL
06d0160b35
Add flags.similar filter variable ( #5747 )
2024-12-01 15:22:35 +01:00
pajlada
14776deb35
fix: remove cosmetic allowCommandsAtEnd setting ( #5745 )
...
Any new functionality we'd want to add here would probably not be what
people who checked this setting actually wanted it do be. It's best to
start fresh if we want to add similar functionality.
2024-11-30 14:14:11 +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
pajlada
e1aded057d
feat: improve automod blocked term messaging ( #5699 )
2024-11-30 12:32:33 +01:00
pajlada
7ff4d2bdab
feat: Add setting to hide scrollbar highlights ( #5732 )
2024-11-24 23:18:10 +00:00
pajlada
fd299f113c
feat: Add setting to hide scrollbar thumb ( #5731 )
...
Hiding the scrollbar thumb will disable all mouse click/drag interaction
in the scrollbar
2024-11-24 13:18:42 +01:00
pajlada
46c1f18ae7
feat: add setting to hide blocked term automod messages ( #5690 )
2024-11-05 21:04:45 +01:00
Felanbird
d92b24b8a1
chore: standardize references to FrankerFaceZ & BetterTTV in settings ( #5698 )
2024-11-05 19:53:43 +00:00
nerix
afa8067a20
Add transparent overlay window ( #4746 )
2024-10-06 12:54:24 +02:00
pajlada
c4df31a226
fix: grammar in user highlights page ( #5602 )
2024-09-24 17:49:00 +00:00
Timo Zuccarello
9375bce555
feat: add setting for showing pronouns in user info popup ( #5442 )
...
This uses https://pr.alejo.io/
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com >
2024-09-08 11:19:43 +02:00
pajlada
5170085d7c
fix: tristate toggle logic for tab visibilty ( #5530 )
...
Co-authored-by: Nerixyz <nerixdev@outlook.de >
2024-08-24 09:42:42 +00:00