Niko
2c44a2efd2
fix: add explanation for the logging feature under moderation ( #6514 )
2025-10-05 12:39:57 +00:00
smc
3f68170a49
Enable browser integration settings on all platforms ( #6509 )
...
* Enable browser integration settings on all platforms
* nit: document /watching for Windows too
* nit: only show "attach" setting on Windows
* chore: add changelog entry
* another changelog update
---------
Co-authored-by: smc <crazysmc@users.noreply.github.com >
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-10-04 13:26:42 +00:00
Jacob Alexander Thompson
1d06086bb9
feat: add setting for character limit of truncated deleted messages ( #6491 )
2025-09-28 10:04:08 +00:00
Otávio Biagioni
173651be65
fix: restore missing moderation icon ( #6457 )
2025-09-10 16:04:15 +02:00
pajlada
1afac3382e
feat: add setting to pulse split input on self message received ( #6380 )
2025-08-17 23:24:39 +00:00
hemirt
a5e6a13636
fix note/description not filtering in/out when it should ( #6389 )
2025-08-16 10:22:21 +00:00
pajlada
4edbe93778
fix: hide lines in search ( #6381 )
2025-08-10 10:51:50 +00:00
pajlada
6fb3957580
chore: modify text & tooltip for colon completion setting ( #6370 )
2025-08-03 10:22:43 +00:00
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
apa420
8085d6f633
feat: Search commandpage [8/9] ( #5891 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-07-19 11:07:04 +00:00
droidicus
f20945edc7
feat: add setting to customize chat log timestamp ( #6338 )
2025-07-19 10:30:31 +00:00
Jacob
6712e8cb1e
feat: add image uploader settings import/export functionality ( #6284 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-07-12 16:37:39 +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
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